← Registry

Data Collection

distryb.com

Provides access to beverage alcohol license verification, licensee records, and product search data.

1 endpoint10 known toolsFirst detected July 8, 2026Last detected July 8, 2026

ENDPOINT 1

https://distryb.com/api/mcp

No auth detected

Known tools 10

search_directory

Search U.S.

Inferred read-only
get_license

Get one licensee record by id.

Inferred read-only
list_licensees

List licensees in a state.

Inferred read-only
verify_license

Check whether a permit/license is active.

Inferred read-only
search_products

Search the Bottl.Service consumer catalog — DTC-available beverage-alcohol products (the shoppable feed for AI agents).

Inferred read-only
get_product

Get one Bottl.Service product by its slug (from search_products), including all sizes/variants with SKU, UPC, price and stock.

Inferred read-only
check_availability

Before recommending or building a cart, check whether a product can legally be shipped to a buyer in a given state.

Inferred read-only
create_checkout

Start a purchase for a consumer.

Potential side effects
search_docs

Search the DISTRYB product & API documentation (how-to guides for distributors, retailers, producers, brand owners and brokers, plus the developer API reference).

Inferred read-only
get_doc

Get the full text of one DISTRYB documentation article by its slug (from search_docs).

Inferred read-only

CONNECT 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.

Trust status Trusted

distryb.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.