{
  "name": "BrewLoop MCP Server",
  "protocol": "MCP",
  "transport": "sse",
  "url": "/api/mcp/sse",
  "authentication": {
    "type": "none"
  },
  "usage": "Connect with an MCP-aware client (Claude Desktop, Cursor, OpenClaw) and send Accept: text/event-stream to start a session.",
  "documentation": "https://texasbrewloop.com/for-agents",
  "alternative_transport": {
    "name": "http_post",
    "url": "/api/mcp",
    "authentication": {
      "type": "api_key",
      "header": "x-api-key"
    }
  }
}