← 返回
未分类 中文

Pipeworx breweries

Discover craft breweries across the US — search by name, city, or ID via Open Brewery DB
发现美国各地的精酿啤酒厂——通过Open Brewery DB按名称、城市或ID搜索
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 259
下载
💾 0
安装
1
版本
#latest

概述

Open Brewery DB

A comprehensive database of breweries across the United States. Search by name, browse by city, or pull full details for a specific brewery including address, phone, website, and brewery type (micro, nano, brewpub, etc.).

Tools

  • search_breweries — Find breweries by name or partial name. Returns up to 50 results with location and contact info.
  • get_brewery — Full details for a specific brewery by its Open Brewery DB UUID.
  • breweries_by_city — List breweries in a specific city (e.g., "Portland", "Denver", "Asheville").

Scenarios

  • Planning a brewery crawl in a specific city
  • Building a craft beer finder feature for a travel app
  • Looking up contact details or website for a brewery someone mentioned
  • Analyzing the distribution of brewery types across cities

Example: breweries in Portland

curl -s -X POST https://gateway.pipeworx.io/breweries/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"breweries_by_city","arguments":{"city":"Portland","limit":3}}}'

Each result includes: name, brewery type, street address, city, state, postal code, phone number, website URL, and coordinates.

MCP client config

{
  "mcpServers": {
    "pipeworx-breweries": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/breweries/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 22:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,096
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 243 📥 30,627
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 453 📥 228,075