
Crossmint Checkout MCP Server
Supports UIby crossmint
Enable AI agents to programmatically purchase physical and virtual goods from Amazon and Shopify.
What it does
Crossmint Checkout allows AI agents to execute real purchases of items (via SKUs or URLs) from Amazon and Shopify. It handles the transaction flow, including shipping, tax, and receipts, using programmable money (Crossmint credits or USDC).
Tools
create-order: Executes a purchase for a specified product identifier (Amazon ASIN or Shopify URL).check-order: Retrieves the current status of a previous order.get-usd-balance: Checks the current USD/Credit balance of the agent's wallet.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"crossmint-checkout": {
"command": "node",
"args": ["/path/to/mcp-crossmint-checkout/build/index.js"],
"env": {
"CROSSMINT_API_KEY": "your_api_key",
"ENV": "test"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install crossmint-checkoutInformation
- Pricing
- paid
- Published
- 4/25/2026
- stars






