{
  "name": "brewloop",
  "description": "BrewLoop MCP server — search breweries across all 50 US states, find nearby places, get curated loop recommendations, check real-time open/closed status, and plan trips. Deepest data for Texas.",
  "version": "1.0.0",
  "protocol": "mcp",
  "documentationUrl": "https://texasbrewloop.com/for-agents",
  "servers": [
    {
      "name": "brewloop",
      "transport": "streamable-http",
      "url": "https://texasbrewloop.com/api/mcp",
      "authentication": {
        "type": "none"
      },
      "optional_api_key": {
        "header": "x-api-key",
        "purpose": "higher rate-limit tier and per-key usage reporting",
        "request_url": "https://texasbrewloop.com/for-agents"
      },
      "preferred": true,
      "notes": "Streamable HTTP (MCP 2025-03-26), stateless. Works with Claude Desktop, Cursor, and SDK clients. No key required."
    },
    {
      "name": "brewloop-sse",
      "transport": "streamable-http-stateful",
      "url": "https://texasbrewloop.com/api/mcp/sse",
      "authentication": {
        "type": "none"
      },
      "deprecated": true,
      "sunset": "Wed, 31 Dec 2026 23:59:59 GMT",
      "notes": "Deprecated legacy path (stateful streamable HTTP with session ids). Use /api/mcp."
    }
  ],
  "tools": [
    "search_breweries",
    "get_brewery",
    "list_loops",
    "get_loop",
    "find_nearby_breweries",
    "recommend_loop",
    "list_event_loops",
    "get_event_loop",
    "get_nearby_places",
    "compare_breweries",
    "whats_open_now",
    "plan_brewery_visit",
    "recommend_for_group",
    "plan_weekend_trip"
  ],
  "capabilities": [
    "tools"
  ],
  "relatedResources": {
    "mcp_endpoint": "https://texasbrewloop.com/api/mcp",
    "openapi": "https://texasbrewloop.com/api/v1/openapi.json",
    "agent_card": "https://texasbrewloop.com/.well-known/agent.json",
    "ai_policy": "https://texasbrewloop.com/.well-known/ai.json",
    "llms_txt": "https://texasbrewloop.com/llms.txt",
    "docs": "https://texasbrewloop.com/for-agents"
  }
}