General Tools
brewloop.io
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://brewloop.io/api/mcp
MCP server metadata
- Name
- brewloop
- Version
- 1.0.0
Known tools 14
get_breweryGet detailed information about a single brewery by its URL slug and state.
Inferred read-onlyrecommend_loopGet personalized brewery loop recommendations based on travel preferences.
Inferred read-onlylist_event_loopsList event-based brewery loops tied to major events (SXSW, FIFA World Cup, Texas State Fair, Houston Rodeo, ACL Festival, etc.).
Inferred read-onlyget_event_loopGet detailed information about a single event-based brewery loop by slug.
Inferred read-onlyget_nearby_placesGet nearby places around a Texas brewery — EV charging stations, restaurants, hotels, campgrounds, RV parks, airports, dog parks, state parks/hiking, and BBQ joints.
Inferred read-onlywhats_open_nowFind breweries that are currently open near a location, sorted by distance.
Inferred read-onlyCONNECT 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.brewloop]
url = "https://brewloop.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brewloop": {
"type": "http",
"url": "https://brewloop.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brewloop
Remote MCP URL: https://brewloop.io/api/mcp
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": {
"brewloop": {
"url": "https://brewloop.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brewloop": {
"type": "http",
"url": "https://brewloop.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brewloop",
"transport": "streamable-http",
"url": "https://brewloop.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.