MCP Coinbase Commerce runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat
Today is the operative word: we check MCP Coinbase Commerce every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-coinbase-commerce -- npx -y @codespar/mcp-coinbase-commerce
{
"mcpServers": {
"mcp-coinbase-commerce": {
"args": [
"-y",
"@codespar/mcp-coinbase-commerce"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-coinbase-commerce]
command = "npx"
args = ["-y", "@codespar/mcp-coinbase-commerce"]
{
"mcpServers": {
"mcp-coinbase-commerce": {
"args": [
"-y",
"@codespar/mcp-coinbase-commerce"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-coinbase-commerce": {
"args": [
"-y",
"@codespar/mcp-coinbase-commerce"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
COINBASE_COMMERCE_API_KEY (Coinbase Commerce API key. Create one at https://beta.commerce.coinbase.com/settings/security.), COINBASE_COMMERCE_API_VERSION (Coinbase Commerce API version pin (X-CC-Version header). Defaults to 2018-03-22.), COINBASE_COMMERCE_WEBHOOK_SECRET (Shared secret used to verify X-CC-Webhook-Signature on incoming webhooks. Only required for the verify_webhook_signature tool.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for MoonPay — fiat-to-crypto on/off-ramp, 100+ assets; Pix for Brazil onramp
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
Answers built from our own checks of this server.