MCP Server
MCP
io.github.lucle87/boo-x402-mcp
Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "boo-x402-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key of a wallet holding USDC on Base. Stays on your machine.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WALLET_PRIVATE_KEY"
},
{
"description": "Max USD per single call (default 0.05).",
"format": "string",
"name": "MAX_USD_PER_CALL"
},
{
"description": "Max USD per session (default 5).",
"format": "string",
"name": "MAX_USD_TOTAL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment