mcpbeat Sign in

Mpp32 MCP Server

local only

Mpp32 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from npm. Last commit 4 Aug 2026.

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

Installs per day peak 162 · avg 21 · -32% w/w
a month agotoday
94
Installs / week
npm · mpp32-mcp-server
234
Stars
2 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mpp32 MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mpp32-mcp-server -- npx -y mpp32-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mpp32-mcp-server": {
      "args": [
        "-y",
        "mpp32-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mpp32-mcp-server]
command = "npx"
args = ["-y", "mpp32-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mpp32-mcp-server": {
      "args": [
        "-y",
        "mpp32-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mpp32-mcp-server": {
      "args": [
        "-y",
        "mpp32-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MPP32_AGENT_KEY (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.), MPP32_SOLANA_PRIVATE_KEY (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.), MPP32_PRIVATE_KEY (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.), MPP32_API_URL (Override the API base URL for custom deployments. Defaults to https://mpp32.org.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mpp32 MCP Server

same job, measured the same way
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

36 installs/wk local only
jPOS MCP Server
by mohisyed

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.

74 installs/wk local only
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering
Coal — Payments for AI agents
by emmanuel39hanks

Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP.

13 tools answering
0xHumans Protocol MCP
by davidorpeli

MCP for AI agents: financing, skills, lending on Base

answering
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

23 installs/wk local only
C
Splitbill
by jittee

Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.

local only
Arch Tools MCP
by deesmo

63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits.

63 tools answering

Mpp32 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Mpp32 MCP Server?
Mpp32 MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mpp32-mcp-server was installed 94 times last week.
How do I connect Mpp32 MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mpp32-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Mpp32 MCP Server?
The npm package mpp32-mcp-server was installed 94 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mpp32 MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 234 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.