io.github.MPP32/mpp32-mcp-server✓
io.github.MPP32/mpp32-mcp-server · v1.1.2
{}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.MPP32/mpp32-mcp-server",
"description": "Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.",
"repository": {
"url": "https://github.com/MPP32/MPP32",
"source": "github",
"subfolder": "mcp-server"
},
"version": "1.1.2",
"websiteUrl": "https://mpp32.org",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mpp32-mcp-server",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Session key from https://mpp32.org/agent-console. Unlocks the full federated catalog and attributes every call to your dashboard. Optional in legacy mode where only native services are reachable.",
"format": "string",
"isSecret": true,
"name": "MPP32_AGENT_KEY"
},
{
"description": "Solana private key used to sign x402 USDC payments locally. Only needed when calling paid services that prefer x402. Stays on your machine, never sent to MPP32 servers.",
"format": "string",
"isSecret": true,
"name": "MPP32_SOLANA_PRIVATE_KEY"
},
{
"description": "Ethereum L2 private key used to sign Tempo pathUSD payments locally. Optional fallback for paid services when x402 is not available. Stays on your machine, never sent to MPP32 servers.",
"format": "string",
"isSecret": true,
"name": "MPP32_PRIVATE_KEY"
},
{
"description": "Override the API base URL for custom deployments. Defaults to https://mpp32.org.",
"format": "string",
"default": "https://mpp32.org",
"name": "MPP32_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}