breweries_by_city
ActiveTool of ureweries
declared in 0.1.0
Find all breweries in a city (e.g., "Portland", "Denver"). Returns location, type, and contact details for each.
Parameters schema
{
"type": "object",
"examples": [
{
"city": "Portland"
},
{
"city": "Denver",
"limit": 15
}
],
"required": [
"city"
],
"properties": {
"city": {
"type": "string",
"description": "City name to search breweries in (e.g., \"Portland\", \"Denver\")"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 10, max 50)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ureweries
https://github.com/pipeworx-io/mcp-breweries
1/7 registries