search_breweries
ActiveTool of ureweries
declared in 0.1.0
Search for breweries by name. Returns location, phone, website, and contact details for matching results.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Sierra Nevada"
},
{
"limit": 20,
"query": "Stone"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 10, max 50)"
},
"query": {
"type": "string",
"description": "Brewery name or partial name to search for"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ureweries
https://github.com/pipeworx-io/mcp-breweries
1/7 registries