Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mpp32-mcp-server · npm · 1.1.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-10T22:37:10.625604Z",
"publishedAt": "2026-05-10T22:37:10.625604Z",
"updatedAt": "2026-05-10T22:37:10.625604Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.