Crossmint Checkout MCP Server
OfficialCrossmint Checkout MCP 服务器
Crossmint 的 Checkout 允许使用可编程货币以程序化方式购买实体和虚拟商品及服务。它使您的 AI 代理能够可靠地购买超过 10 亿件商品,无需任何成本开销,也无需担心使用虚拟借记卡和浏览器在线支付的麻烦和不可靠性。
如果您的代理可以获得商品 SKU/标识符,此 API 可以让它购买它。

功能
该 MCP 服务器采用项目标识符(从 URL 到 SKU),并允许您在单个 API 调用中执行购买。
这些购买是真实的:
该商品通过加急运输方式送达
生成收据
销售税已正确征收
允许退货和退款
可用库存
亚马逊(仅限美国)
包含 Prime 运费
Shopify (全球)
从任何 Shopify 商店购买任何东西
即将推出:
航班
酒店
用餐
门票
Related MCP server: ClawPay
购买如何付款
此 MCP 服务器已配置为使用 Crossmint 积分进行购买。但是,只需在src/index.ts中将TOKEN变量更改为“usdc”即可启用使用稳定币进行购买。
如何获得公司金库钱包
Crossmint 将为您的公司创建一个钱包,并与您分享钱包地址。
如何获得积分
Crossmint 将安全地将信用额转入公司钱包。之后,每当代理商需要充值或完成交易时,公司就可以将信用额转入代理商钱包。
设置
克隆存储库
git clone https://github.com/Crossmint/mcp-crossmint-checkout.git cd mcp-crossmint-checkout安装依赖项
npm install创建 .env 文件
cp .env.template .env获取 Crossmint API 密钥
登录Crossmint 控制台并导航至“集成”>“API 密钥”>“创建新的服务器密钥”
选择范围:
orders.create、orders.read、wallets:transactions.create、wallets.create、wallets.read、wallets.balance:read。复制 API 密钥并将其粘贴到您的 .env 文件中
填写用户和送货信息
在 .env 文件中指定用户的 ID、姓名、收货地址和邮箱地址。同时,请务必填写贵公司的钱包地址。
测试与生产
将 .env 文件中的
ENV变量保留为“test”,以便测试订单。将其更改为“prod”即可完成真实订单。生成代理钱包
npm run generate-agent-wallet将积分转入代理钱包
要将 5 个积分从公司钱包转移到通过用户 ID“johnjoe”标识的用户,请运行以下命令
npm run transfer-credits -- 5 johndoe如果您通过电子邮件唯一地标识用户,则可以在
generate-wallet.js和credit-transfer.js中调整用户定位器更新 Claude 的配置
npm run update-claude-config构建项目
npm run build运行服务器
npm run crossmint-checkout与 Claude 一起使用
要求克劳德:
描述您正在寻找的产品并索取其 Amazon.com 链接,例如“我想购买无味的 LaCroix 喷雾水!您能在亚马逊上查找可用的列表并找到价格低于 5 美元的产品吗?完成后分享亚马逊链接。”
让 Claude 帮你买,例如“买这个https://www.amazon.com/Sparkling-Naturally-Essenced-Calories-Sweeteners/dp/B00O79SKV6 ”
检查您的电子邮件以获取购买收据
工具
create-order为指定产品创建新订单。Amazon 产品指定为 'amazon:<amazon_product_id>' 或 'amazon:',Shopify 产品指定为 'shopify::'。示例提示:
“给我买这个https://www.amazon.com/Sparkling-Naturally-Essenced-Calories-Sweeteners/dp/B00O79SKV6 ”
check-order检查现有订单的状态。示例提示:
“我的订单状态如何?
get-usd-balance获取钱包的美元余额。示例提示:
“我的钱包余额是多少?”
支持
如有任何疑问,请通过support@crossmint.io直接联系 Crossmint。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The independent agent-commerce protocol for AI-agent checkout on any online store.
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
Complete financial infrastructure for AI agents — payments, lending, escrow & more.
Payment infrastructure for AI agents: spending rules, approval flows, single-use virtual cards.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to autonomously browse inventory, negotiate terms, manage carts, and execute secure payments on Shopify stores using standardized protocols. It provides a bridge for LLMs to handle the entire commerce lifecycle from discovery to order tracking through a verifiable mandate chain.52MIT
- AlicenseBqualityFmaintenanceConnects AI agents to payment processors (Lithic, Stripe, PayPal) for automated shopping with single-use virtual cards and transaction management.98Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, price, and purchase SaaS products, developer tools, and MCP servers with live Stripe checkout, affiliate program, and AgentTrust verification.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI shopping agents to search products, check stock, apply promotions, manage cart sessions, and create cryptographically signed checkout sessions on e-commerce storefronts, while giving merchants analytics into agent intent and catalog demand gaps.MIT