We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimbuck/open-brewery-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export const BREWERY_TYPE_DETAILS = [
'micro - Most craft breweries. For example, Samual 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.',
];