{
  "capabilities": {
    "tools": {}
  },
  "documentation": "https://blinkcodes.com/llms.txt",
  "serverInfo": {
    "name": "blinkcodes-catalog",
    "title": "BlinkCodes catalog",
    "version": "0.1.0"
  },
  "tools": [
    {
      "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.",
      "name": "search_catalog"
    },
    {
      "description": "Get one catalog product by id: available denominations with prices, required order inputs, and any countries where the code cannot be redeemed.",
      "name": "get_product"
    }
  ],
  "transport": {
    "endpoint": "https://blinkcodes.com/mcp",
    "type": "streamable-http"
  }
}