io.github.mizukaizen/x402-tools-mcp✓
io.github.mizukaizen/x402-tools-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mizukaizen/x402-tools-mcp",
"description": "16 x402 pay-per-call tools: scrape, validate, notify, convert, synthesise. USDC on Base.",
"repository": {
"url": "https://github.com/mizukaizen/x402-tools-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "@melis-ai/x402-tools-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Signed x402 payment token from your wallet client. Set if handling payments manually.",
"format": "string",
"isSecret": true,
"name": "X402_PAYMENT_HEADER"
},
{
"description": "Bypass key for trusted internal callers — skips x402 payment flow entirely.",
"format": "string",
"isSecret": true,
"name": "X402_INTERNAL_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}