{
  "version": "1.0",
  "servers": [
    {
      "name": "enduranlar-products",
      "description": "Read-only product catalog of enduranlar.com (Turkish endurance-sports nutrition): search, product detail with nutrition/usage info, categories, prices in TRY and live availability.",
      "url": "https://mcp.enduranlar.com/mcp",
      "transport": {
        "type": "streamable-http"
      },
      "authentication": {
        "type": "none"
      },
      "capabilities": {
        "tools": true
      },
      "tools": [
        "search_products",
        "get_product",
        "list_categories",
        "list_products"
      ],
      "documentation": "https://mcp.enduranlar.com/agents.md"
    }
  ]
}