home / mcp / cola cloud mcp server
Provides access to COLA label data from MCP-compatible AI tools via API keys and local runtimes.
Configuration
View docs{
"mcpServers": {
"cola-cloud-us-colacloud-mcp": {
"command": "uvx",
"args": [
"colacloud-mcp"
],
"env": {
"COLA_API_KEY": "YOUR_API_KEY"
}
}
}
}You can access COLA Cloud’s 2.5M+ COLA records directly from MCP-compatible AI tools. This server lets Claude, ChatGPT, and other MCP clients query the TTB label data to find, filter, and inspect alcohol label information, including images and extracted fields.
To use this MCP server, connect your MCP client and choose the colacloud MCP endpoint you configured. You can search for labels by brand, product type, origin, or dates; look up details for a specific COLA by its TTB ID; and retrieve related permittee information and barcodes. You’ll be able to see basic info (brand, product name, type, origin), dates (application, approval, expiration), label images, extracted fields (ABV, volume, barcodes), and AI-enriched data (category, tasting notes, descriptions). Use straightforward, natural language prompts to ask for labels, recent approvals, or barcode-based lookups, and your MCP client will return the corresponding records.”}]},{
Practical usage patterns include: asking for all Tito’s vodka labels, finding wine labels from Napa Valley approved in 2024, looking up a product by its barcode, retrieving recent labels from a specific permittee, or filtering by beverage type and ABV range.
Prerequisites: you need a runtime to execute MCP endpoints. The recommended option is uvx, which requires no separate installation. You can also install the server via Python’s package manager if you prefer.
# Using uvx (recommended, no install required)
uvx colacloud-mcp
# Or install with pip
pip install colacloud-mcpConfigure your MCP client with your API key to access COLA Cloud data.
{
"mcpServers": {
"colacloud": {
"command": "uvx",
"args": ["colacloud-mcp"],
"env": {
"COLA_API_KEY": "your-api-key-here"
}
}
}
}Follow these steps to obtain an API key you can use with the MCP server.
1. Create an account at app.colacloud.us
2. Go to Dashboard > API Keys
3. Create a new API keySearch and filter COLA records by brand, product type, origin, dates, ABV
Get detailed info for a specific COLA by TTB ID
Search permit holders (alcohol producers/importers)
Get permit holder details with recent COLAs
Find COLAs by product barcode (UPC/EAN)
Check your API usage and rate limits