Crossmint Checkout MCP Server
Enables AI agents to programmatically purchase physical and virtual goods from platforms like Amazon and Shopify using stablecoins, without the need for virtual debit cards or browser automation.
README
Crossmint Checkout MCP Server
Crossmint's Checkout API allows programmatic purchase of physical and virtual goods and services, with programmable money: stablecoins. It enables your AI agent to reliably purchase over 1 billion items, without any cost overhead, nor hassle and unreliability of having to use virtual debit cards and browser use to pay in online forms.
If your agent can obtain an item SKU/identifier, this API can let it buy it.

Capabilities
This MCP server takes an item identifier (from URL to SKUs) and allows you to execute a purchase of it in a single API call.
These purchases are real:
- The item is delivered with expedited shipping
- A receipt is generated
- Sales tax is properly collected
- Returns and refunds are allowed
Available Inventory
- Amazon (US only)
- Prime shipping included
- Shopify (Global)
- Buy anything from any shopify store
Coming soon:
- Flights (~May 2)
- Hotels (Mid May)
- Dining
- Tickets
How are purchases paid
This MCP server requires topping up your server with USDC (stablecoins). A future version will allow payments with credit card, with an automatic conversion into stablecoins in the backend.
How to get USDC
USDC is available in crypto exchanges. In addition, this MCP server integrates Coinbase's onramp, that can return a link where you can top up manually.
Setup
In its current version, this server must be ran locally, due to limitations on MCP security features.
Also, the delivery address for the order is hardcoded during set up.
-
Clone the repository
git clone https://github.com/Crossmint/mcp-crossmint-checkout.git cd mcp-crossmint-checkout -
Install dependencies
npm install -
Create .env file
cp .env.template .env -
Obtain API keys
CROSSMINT_API_KEY: Get a Crossmint API key:- Login to Crossmint Console and navigate to Integrate > API Keys > Create new key
- Select scopes:
orders.create,orders.read,wallets:transactions.create,wallets.create,wallets.balance:read. For a staging API key also includewallets.fund - Copy API key and paste it in your .env file
COINBASE_PROJECT_ID: Create a Coinbase Developer Account, copy your Coinbase Project ID, and paste it in your .env file
-
Fill in delivery information
Specify the order's recipient's name, shipping address, and email in the .env file.
-
Test vs. production
Orders attempted with this MCP server are real. Change the
ENVvariable in your .env file to "test" if you want to complete test orders. -
Generate wallet
npm run generate-wallet -
Update Claude's configuration
npm run update-claude-config -
Build the project
npm run build -
Run the server
npm run crossmint-checkout
Use it with Claude
Ask Claude to:
- Fund the wallet you'll be using for transactions
- Describe the product you are looking for and ask for its Amazon.com link, i.e. "I'm looking to buy non-flavored LaCroix sprankling water! Can you look up available listings on Amazon and find something under $5? Share the Amazon link when you are done."
- Ask Claude to buy it for you, i.e. "Buy this https://www.amazon.com/Sparkling-Naturally-Essenced-Calories-Sweeteners/dp/B00O79SKV6"
- Check your email for the purchase receipt
Tools
-
create-orderCreates a new order for a specified product. Amazon products are specified as 'amazon:<amazon_product_id>' or 'amazon:<asin>', while Shopify products as 'shopify:<product-url>:<variant-id>'.Example Prompt:
"Buy me this https://www.amazon.com/Sparkling-Naturally-Essenced-Calories-Sweeteners/dp/B00O79SKV6"
-
check-orderChecks the status of an existing order.Example Prompt:
"What's the status of my order? My order id is 8312a4b3-67f0-4518-bf82-8447357295e6"
-
get-usd-balanceGets the USD balance of the wallet.Example Prompt:
"What's my wallet's balance?"
-
fund-usdGenerates a Coinbase Pay URL for onramping USDC. Only available in production environment.Example Prompt:
"I want to fund my wallet with $10"
-
fund-test-usdRequests USDC from the faucet in the staging environment. Only available in testing environment.Example Prompt:
"I want to fund my wallet with $10"
Support
Reach out directly to Crossmint via support@crossmint.io with any questions.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.