Your AI agent searches the catalog, pays in USDC on the Fast Network, and ships the product to your door. You just chat.
Three steps. No API keys to manage, no quotes to sign — your AI handles every technical piece.
fast-mcp to your Claude Code.fast_merchant_chat. That's all the configuration needed.Copy-paste in a terminal. Takes under two minutes.
# Clone the MCP and build it git clone https://github.com/fastxyz/fast-mcp.git cd fast-mcp && git checkout roberto/add-shopify-retailer npm install && npm run build # Register the MCP with Claude Code, pointing at this merchant claude mcp add fast-mcp node $(pwd)/dist/server.js \ -e SHOP_URL_SHOPIFY=https://fentybeauty.shop.fast.xyz \ -e FAST_NETWORK=testnet \ -s project
A way for your AI agent to buy physical products from Fenty Beauty. You chat in plain English; the AI handles search, pricing, payment, and order tracking.
We're on the Fast testnet — no real USDC. If a checkout fails for any reason, the merchant automatically refunds your test tokens. Mainnet is a follow-up.
You don't talk to APIs — you chat with your AI. The MCP is what lets Claude Code reach the merchant on your behalf. One-time setup.
Fenty Beauty via their Shopify storefront. The merchant agent does the search, creates the cart, and completes checkout on your behalf.