Skip to content
Documentation menu

Agents & MCP

MCP tools

Commerce tools exposed to AI agents over the Model Context Protocol.

The MCP server exposes safe, policy-gated commerce tools so AI assistants can transact. Point any MCP-compatible client at the server and authenticate as a tenant.

ToolPurpose
check_availabilityCheck stock / available-to-promise for a SKU.
get_productFetch product details.
get_quotePrice a basket with contract-aware pricing.
compare_shipping_ratesRate-shop enabled carriers for the cheapest landed cost.
check_creditCheck a buyer’s available credit / net-terms eligibility.
create_checkout_intentBegin a checkout for a basket.
authorize_checkoutAuthorize and place the order.
place_basket_orderPlace an order for a prepared basket.
fulfill_orderTrigger fulfillment for an order.
issue_purchase_mandateIssue a spend mandate (AP2) for delegated purchasing.
Every tool call is authorized and policy-checked server-side. An agent can only do what the authenticated tenant and actor scope permit.