MCP X402 runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 16 Jul 2026.
MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)
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-x402 -- npx -y @codespar/mcp-x402
{
"mcpServers": {
"mcp-x402": {
"args": [
"-y",
"@codespar/mcp-x402"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-x402]
command = "npx"
args = ["-y", "@codespar/mcp-x402"]
{
"mcpServers": {
"mcp-x402": {
"args": [
"-y",
"@codespar/mcp-x402"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-x402": {
"args": [
"-y",
"@codespar/mcp-x402"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.