{
  "capabilities": {
    "extendedAgentCard": false,
    "pushNotifications": false,
    "streaming": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "description": "Read-only catalog agent for BlinkCodes (blinkcodes.com): gift cards, service top-ups and travel eSIMs. Prices in USD. Buying happens over the HTTP flow documented at https://blinkcodes.com/llms.txt.",
  "documentationUrl": "https://blinkcodes.com/llms.txt",
  "name": "BlinkCodes catalog",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3",
  "provider": {
    "organization": "BlinkCodes",
    "url": "https://blinkcodes.com"
  },
  "skills": [
    {
      "description": "Search the store catalog of gift cards, service top-ups and eSIM data plans. Returns matching products with their price, availability and product page URL.",
      "id": "search_catalog",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "name": "Search catalog",
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "tags": [
        "catalog",
        "search",
        "gift-cards",
        "top-ups",
        "esim"
      ]
    },
    {
      "description": "Get one catalog product by id: available denominations with prices, required order inputs, and any countries where the code cannot be redeemed.",
      "id": "get_product",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "name": "Get product",
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "tags": [
        "catalog",
        "product",
        "pricing",
        "availability"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3",
      "url": "https://blinkcodes.com/a2a"
    }
  ],
  "url": "https://blinkcodes.com/a2a",
  "version": "0.1.0"
}