mcpbeat Sign in

Peer Cash MCP Server

local only

Peer Cash runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 25 Aug 2026.

MCP server for preparing and tracking Peer Cash Base USDC cash-outs

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 41 · avg 1
a month agotoday
45
Installs / week
npm · peer-cash-mcp
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 peer-cash -- npx -y peer-cash-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "peer-cash": {
      "args": [
        "-y",
        "peer-cash-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.peer-cash]
command = "npx"
args = ["-y", "peer-cash-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "peer-cash": {
      "args": [
        "-y",
        "peer-cash-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "peer-cash": {
      "args": [
        "-y",
        "peer-cash-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PEER_CASH_ENVIRONMENT (Peer Cash environment: production, preproduction, or staging), PEER_CASH_RPC_URL (Custom Base RPC URL for reads and receipt finalization), PEER_CASH_API_KEY (Curator API key when the selected environment requires one), PEER_CASH_REFERRAL_CODE (Six-character Peer integration referral code), PEER_CASH_REFERRER (Analytics-only ERC-8021 attribution code). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Peer Cash

same job, measured the same way
PandaDoc MCP Server
by pandadoc-mcp

PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.

answering
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Nusii MCP Server
by nusii

Nusii MCP server for drafting, pricing, and tracking business proposals.

answering
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only
Getjobzi MCP
by getjobzi

GetJobzi MCP server for job search, application tracking, and career forecasting.

18 tools answering
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only

Peer Cash — questions

Answers built from our own checks of this server.

Why is there no uptime for Peer Cash?
Peer Cash 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 peer-cash-mcp was installed 45 times last week.
Is Peer Cash still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Peer Cash?
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 peer-cash-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Peer Cash?
The npm package peer-cash-mcp was installed 45 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Peer Cash open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.