← Back to browse

mpp32-mcp-server

Indexed by io.github.MPP32

About

Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMPP32_AGENT_KEY MPP32_SOLANA_PRIVATE_KEY MPP32_PRIVATE_KEY MPP32_API_URL
Claude Code
claude mcp add --env MPP32_AGENT_KEY= --env MPP32_SOLANA_PRIVATE_KEY= --env MPP32_PRIVATE_KEY= --env MPP32_API_URL= mpp32-mcp-server -- npx mpp32-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mpp32-mcp-server","command":"npx","args":["mpp32-mcp-server"],"env":{"MPP32_AGENT_KEY":"","MPP32_SOLANA_PRIVATE_KEY":"","MPP32_PRIVATE_KEY":"","MPP32_API_URL":""}}'
JSON
{
  "mcpServers": {
    "mpp32-mcp-server": {
      "command": "npx",
      "args": [
        "mpp32-mcp-server"
      ],
      "env": {
        "MPP32_AGENT_KEY": "",
        "MPP32_SOLANA_PRIVATE_KEY": "",
        "MPP32_PRIVATE_KEY": "",
        "MPP32_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.