{
  "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 explore events. 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/sse",
      "authentication": {
        "type": "none"
      },
      "preferred": true,
      "notes": "Recommended for Claude Desktop, Cursor, and ad-hoc agent use. Streamable HTTP / SSE transport per MCP spec."
    },
    {
      "name": "brewloop-http",
      "transport": "http",
      "url": "https://texasbrewloop.com/api/mcp",
      "method": "POST",
      "authentication": {
        "type": "api_key",
        "header": "x-api-key",
        "instructions": "Request a free API key at https://texasbrewloop.com/for-agents"
      },
      "notes": "For high-volume programmatic clients that want quota tracking."
    }
  ],
  "tools": [
    "search_breweries",
    "get_brewery",
    "find_nearby_breweries",
    "list_loops",
    "get_loop",
    "recommend_loop",
    "list_events",
    "list_event_loops",
    "get_event_loop",
    "get_nearby_places",
    "compare_breweries",
    "whats_open_now",
    "plan_brewery_visit"
  ],
  "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"
  }
}