← texasbrewloop.com

INDIVIDUAL MCP TOOL

recommend_for_group

Find the best brewery for a group outing based on group needs.

texasbrewloop.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

texasbrewloop.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.texasbrewloop-com]
url = "https://texasbrewloop.com/api/mcp/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "texasbrewloop-com": {
      "type": "http",
      "url": "https://texasbrewloop.com/api/mcp/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: texasbrewloop-com
Remote MCP URL: https://texasbrewloop.com/api/mcp/sse

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "texasbrewloop-com": {
      "url": "https://texasbrewloop.com/api/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "texasbrewloop-com": {
      "type": "http",
      "url": "https://texasbrewloop.com/api/mcp/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "texasbrewloop-com",
  "transport": "streamable-http",
  "url": "https://texasbrewloop.com/api/mcp/sse"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_breweries — Search breweries across all 50 US states.
  • get_brewery — Get detailed information about a single brewery by its URL slug and state.
  • list_loops — List curated brewery road-trip loops (currently Texas only).
  • get_loop — Get detailed information about a single brewery loop by slug.
  • list_events — List upcoming brewery events (taproom events, tastings, live music, food trucks, etc.).
  • find_nearby_breweries — Find breweries near a geographic point.
  • recommend_loop — Get personalized brewery loop recommendations based on travel preferences.
  • list_event_loops — List event-based brewery loops tied to major events (SXSW, FIFA World Cup, Texas State Fair, Houston Rodeo, ACL Festival, etc.).