← Registry

General Tools

brewloop.io

Provides general-purpose tools through the Model Context Protocol.

1 endpoint14 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://brewloop.io/api/mcp

No auth detected

MCP server metadata

Name
brewloop
Version
1.0.0
Capabilities
tools.listChanged

Known tools 14

search_breweries

Search breweries across all 50 US states.

Inferred read-only
get_brewery

Get detailed information about a single brewery by its URL slug and state.

Inferred read-only
list_loops

List curated brewery road-trip loops (currently Texas only).

Inferred read-only
get_loop

Get detailed information about a single brewery loop by slug.

Inferred read-only
find_nearby_breweries

Find breweries near a geographic point.

Inferred read-only
recommend_loop

Get personalized brewery loop recommendations based on travel preferences.

Inferred read-only
list_event_loops

List event-based brewery loops tied to major events (SXSW, FIFA World Cup, Texas State Fair, Houston Rodeo, ACL Festival, etc.).

Inferred read-only
get_event_loop

Get detailed information about a single event-based brewery loop by slug.

Inferred read-only
get_nearby_places

Get 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-only
compare_breweries

Compare 2-5 breweries side-by-side.

Inferred read-only
whats_open_now

Find breweries that are currently open near a location, sorted by distance.

Inferred read-only
plan_brewery_visit

Plan a full day around a specific brewery.

Inferred read-only
recommend_for_group

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

Inferred read-only
plan_weekend_trip

Plan a brewery weekend trip from a Texas city.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.