MCP Server
MCP
io.github.codespar/mcp-x402
MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-x402",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for x402",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "X402_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment