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.
| Tool | Purpose |
|---|---|
| check_availability | Check stock / available-to-promise for a SKU. |
| get_product | Fetch product details. |
| get_quote | Price a basket with contract-aware pricing. |
| compare_shipping_rates | Rate-shop enabled carriers for the cheapest landed cost. |
| check_credit | Check a buyer’s available credit / net-terms eligibility. |
| create_checkout_intent | Begin a checkout for a basket. |
| authorize_checkout | Authorize and place the order. |
| place_basket_order | Place an order for a prepared basket. |
| fulfill_order | Trigger fulfillment for an order. |
| issue_purchase_mandate | Issue 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.