io.github.bitgett/q402-mcp✓
io.github.bitgett/q402-mcp · v0.1.3
{}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.bitgett/q402-mcp",
"description": "Q402 — gasless USDC/USDT payments across 7 EVM chains, callable from any MCP client.",
"repository": {
"url": "https://github.com/bitgett/q402-mcp",
"source": "github"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@quackai/q402-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Q402 API key from https://q402.quackai.ai/dashboard. q402_test_* keys keep the server in sandbox mode; q402_live_* keys are required for real on-chain transactions.",
"format": "string",
"isSecret": true,
"name": "Q402_API_KEY"
},
{
"description": "Hex-encoded EVM private key used to sign payment authorizations. Required only for real on-chain payments (live mode).",
"format": "string",
"isSecret": true,
"name": "Q402_PRIVATE_KEY"
},
{
"description": "Set to '1' to allow real on-chain transactions. Any other value (or unset) keeps the server in sandbox mode regardless of API key tier.",
"format": "string",
"default": "0",
"name": "Q402_ENABLE_REAL_PAYMENTS"
},
{
"description": "Per-call USD-equivalent cap. Any q402_pay request with amount above this is rejected before signing.",
"format": "string",
"default": "5",
"name": "Q402_MAX_AMOUNT_PER_CALL"
},
{
"description": "Optional comma-separated lowercase EVM addresses. When set, q402_pay rejects any recipient not on this allowlist.",
"format": "string",
"name": "Q402_ALLOWED_RECIPIENTS"
},
{
"description": "Override for the Q402 relay endpoint. Defaults to https://q402.quackai.ai/api when unset; useful for self-hosted Q402 deployments.",
"format": "string",
"default": "https://q402.quackai.ai/api",
"name": "Q402_RELAY_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}