Search

Open Brewery DB MCP Server

Chat with AI and run tools instantly — no account needed.

Open Brewery DB API providing detailed information about breweries worldwide, including location, type, and contact details.

2 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Open Brewery DB — workflow patterns, data models, and gotchas for your AI agent.

Open Brewery DB

Free public API for discovering breweries worldwide. No authentication required. Two operations: search for breweries by city/name/type, and fetch detailed information for a specific brewery by ID.

Capability areas

  • Search — find breweries by city name, brewery name, or keyword. Filter by brewery type: micro, nano, regional, brewpub, large, planning, bar, contract, proprietor, closed. Paginate with page (1-based) and limit (max 50, default 20). Returns name, location (address, coordinates), type, phone, and website.
  • Detail lookup — fetch a specific brewery by its ID (obtained from search results). Returns the full brewery profile including address, contact info, website, and brewery type.

Workflows

  • Brewery discovery: search by city (e.g., "portland") to find breweries in an area, then fetch details for interesting results.
  • Type filtering: search with brewery_type=brewpub to find restaurants with on-site brewing, or micro for small craft breweries.
  • Travel planning: search a destination city, review results, and compile a visit list with addresses and hours.

Gotchas

  • Search is city-biased: the search query maps to by_city by default. For brewery name searches, the same parameter works but city matches are prioritized.
  • No authentication: this is a fully public API.
  • Rate limit: 100 requests per minute. Generous for interactive use but cache results for repeated queries.
  • Brewery types: closed is a valid type — it returns permanently closed breweries. Filter these out if showing active-only results.
  • Coordinates: latitude and longitude fields may be null for some entries.

Tools in this Server (2)

Open Brewery Db Get Brewery

Retrieve detailed information about a specific brewery. Returns complete brewery profile including address, contact information, website, social medi...

Open Brewery Db Search Breweries

Search Open Brewery DB for breweries worldwide. Returns full brewery information including location, contact details, brewery type, and website. Perf...

Frequently Asked Questions

What is the Open Brewery DB MCP server?

Open Brewery DB API providing detailed information about breweries worldwide, including location, type, and contact details. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Open Brewery DB to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/open-brewery-db. Authentication is handled automatically.

How many tools does Open Brewery DB provide?

Open Brewery DB provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Open Brewery DB require?

Open Brewery DB uses open data APIs — no authentication required.

Setup Instructions

Connect Open Brewery DB to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/open-brewery-db

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try Open Brewery DB now

No sign-up required. Chat with AI and run tools instantly.

Open Brewery DB MCP Server & Skill — 2 Tools