Data Collection
distryb.com
Provides access to beverage alcohol license verification, licensee records, and product search data.
ENDPOINT 1
https://distryb.com/api/mcp
Known tools 10
search_productsSearch the Bottl.Service consumer catalog — DTC-available beverage-alcohol products (the shoppable feed for AI agents).
Inferred read-onlyget_productGet one Bottl.Service product by its slug (from search_products), including all sizes/variants with SKU, UPC, price and stock.
Inferred read-onlycheck_availabilityBefore recommending or building a cart, check whether a product can legally be shipped to a buyer in a given state.
Inferred read-onlysearch_docsSearch the DISTRYB product & API documentation (how-to guides for distributors, retailers, producers, brand owners and brokers, plus the developer API reference).
Inferred read-onlyget_docGet the full text of one DISTRYB documentation article by its slug (from search_docs).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.distryb-com]
url = "https://distryb.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"distryb-com": {
"type": "http",
"url": "https://distryb.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: distryb-com
Remote MCP URL: https://distryb.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"distryb-com": {
"url": "https://distryb.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"distryb-com": {
"type": "http",
"url": "https://distryb.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "distryb-com",
"transport": "streamable-http",
"url": "https://distryb.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for distryb.com was fetched 2026-08-06T09:03:07.619Z and is being refreshed.
distryb.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.