Open Brewery DB MCP Server

Open Brewery DB MCP Server

Provides access to the Open Brewery DB API, allowing AI assistants to search for breweries and retrieve detailed information like location, type, and contact details. It enables interactive exploration of a global database containing over 40,000 breweries.

Category
访问服务器

README

Open Brewery DB MCP Server

A Model Context Protocol (MCP) server that provides access to the Open Brewery DB API. This server enables AI assistants and other MCP clients to search for breweries, get detailed brewery information, and explore brewery data from around the world.

Installation

From npm (Recommended)

Install the package globally or as a dependency:

npm install -g @jimbuck/open-brewery-db-mcp
# or for local usage
npm install @jimbuck/open-brewery-db-mcp

Quick Start

Run with npx (no clone required)

npx open-brewery-db-mcp

Or clone and run locally

git clone https://github.com/your-username/open-brewery-db-mcp.git
cd open-brewery-db-mcp
npm install
npm run dev

This will start the server with the MCP Inspector - a web-based interface for testing and exploring all the brewery tools interactively!

As an MCP Server (for MCP clients)

The server communicates via stdio and follows the MCP protocol. To use it with an MCP client:

npm start
# or
node dist/index.js

MCP Client Configuration Example

To connect this server to an MCP client like Claude Desktop, add the following configuration:

macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "open-brewery-db": {
      "command": "npx",
      "args": ["@jimbuck/open-brewery-db-mcp"]
    }
  }
}

Or, if installed locally or cloned:

{
  "mcpServers": {
    "open-brewery-db": {
      "command": "node",
      "args": ["/path/to/open-brewery-db-mcp/dist/index.js"]
    }
  }
}

About Open Brewery DB

Open Brewery DB is a free and open-source API that provides comprehensive information about breweries worldwide. The database includes:

  • 40,000+ breweries from around the globe
  • Detailed brewery information including names, types, locations, and contact details
  • Regular updates from community contributions
  • No authentication required for basic usage

Brewery Types

The API categorizes breweries into several types:

  • micro - Most craft breweries. For example, Samuel Adams is still considered a micro brewery
  • nano - An extremely small brewery which typically only distributes locally
  • regional - A regional location of an expanded brewery. Ex. Sierra Nevada Asheville
  • brewpub - A beer-focused restaurant or restaurant/bar with a brewery on-premise
  • large - (DEPRECATED) A very large brewery. Likely not for visitors. Ex. Miller-Coors
  • planning - A brewery in planning or not yet opened to the public
  • bar - (DEPRECATED) A bar. No brewery equipment on premise
  • contract - A brewery that uses another brewery's equipment
  • proprietor - Similar to contract brewing but refers to a brewery incubator
  • closed - A location which has been closed

Features

This MCP server provides the following tools:

🔍 search_breweries

Search for breweries with flexible filtering options:

  • by name - Search by brewery name
  • by city - Filter by city name
  • by state - Filter by state (full name or abbreviation)
  • by type - Filter by brewery type (see types above)
  • pagination - Control results with page and per_page parameters

🏭 get_brewery_by_id

Get detailed information about a specific brewery using its unique ID.

🎲 get_random_brewery

Discover new breweries by getting random brewery information. You can specify how many random breweries to retrieve (1-10).

📋 list_brewery_types

Get a complete list of all available brewery types with descriptions.

Usage

Development

For development with the MCP Inspector (recommended):

npm run dev

This command starts the server with the MCP Inspector, which provides:

  • 🔍 Interactive testing of all MCP tools
  • 📊 Real-time debugging of server responses
  • 🎯 Visual tool exploration with a web-based interface
  • 🚀 Instant feedback without needing to configure a full MCP client

The inspector will automatically open in your browser, allowing you to test brewery searches, explore random breweries, and validate all functionality in real-time.

To watch for changes and rebuild (production mode):

npm run watch

API Examples

Search for breweries in Portland

{
  "name": "search_breweries",
  "arguments": {
    "by_city": "Portland",
    "by_state": "Oregon",
    "per_page": 10
  }
}

Get a specific brewery

{
  "name": "get_brewery_by_id",
  "arguments": {
    "id": "11590"
  }
}

Get 3 random breweries

{
  "name": "get_random_brewery",
  "arguments": {
    "size": 3
  }
}

Data Schema

Each brewery object includes the following information:

{
  id: string;                    // Unique identifier
  name: string;                  // Brewery name
  brewery_type: BreweryType;     // Type of brewery
  address_1?: string;            // Street address
  address_2?: string;            // Additional address info
  address_3?: string;            // Additional address info
  city?: string;                 // City name
  state_province?: string;       // State or province
  postal_code?: string;          // Postal/ZIP code
  country?: string;              // Country
  longitude?: string;            // GPS longitude
  latitude?: string;             // GPS latitude
  phone?: string;                // Phone number
  website_url?: string;          // Website URL
  state?: string;                // US state code
  street?: string;               // Street address (alternative)
}

Rate Limiting

Open Brewery DB has reasonable rate limits:

  • No authentication required for basic usage
  • Please be respectful with API calls
  • For high-volume usage, consider caching responses

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

Development Setup

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run tests: npm test
  5. Commit your changes (git commit -m 'feat: Add some amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

Brewery Data Contributions

Want to help improve the brewery data itself?
Contributions to the brewery listings and data are welcome! Check out the Open Brewery DB GitHub repository to suggest changes, add new breweries, or help maintain the dataset.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Support

If you encounter any issues or have questions:

  1. Check the Open Brewery DB documentation
  2. Open an issue in this repository
  3. Check existing issues for similar problems

Note: This is an unofficial MCP server for Open Brewery DB. It is not affiliated with or endorsed by Open Brewery DB.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选