← distryb.com

INDIVIDUAL MCP TOOL

create_checkout

Start a purchase for a consumer.

distryb.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

distryb.com

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.

Related tools

  • search_directory — Search U.S.
  • get_license — Get one licensee record by id.
  • list_licensees — List licensees in a state.
  • verify_license — Check whether a permit/license is active.
  • search_products — Search the Bottl.Service consumer catalog — DTC-available beverage-alcohol products (the shoppable feed for AI agents).
  • get_product — Get one Bottl.Service product by its slug (from search_products), including all sizes/variants with SKU, UPC, price and stock.
  • check_availability — Before recommending or building a cart, check whether a product can legally be shipped to a buyer in a given state.
  • search_docs — Search the DISTRYB product & API documentation (how-to guides for distributors, retailers, producers, brand owners and brokers, plus the developer API reference).