io.github.agentc22/x402engine-mcp✓
io.github.agentc22/x402engine-mcp · v1.0.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.agentc22/x402engine-mcp",
"description": "50+ pay-per-call APIs for AI agents — images, LLM, code, crypto, travel & more via x402",
"repository": {
"url": "https://github.com/agentc22/x402engine-mcp",
"source": "github"
},
"version": "1.0.3",
"packages": [
{
"registryType": "npm",
"identifier": "x402engine-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gateway URL (default: https://x402engine.app)",
"name": "X402_BASE_URL"
},
{
"description": "Dev bypass secret to skip payments during testing",
"isSecret": true,
"name": "X402_DEV_BYPASS"
},
{
"description": "Pre-signed x402 payment header for automatic payment",
"isSecret": true,
"name": "X402_PAYMENT_HEADER"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}