# peer-cash

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/zkp2p/peer-cash-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/peer-cash

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "peer-cash": {
    "command": "npx",
    "args": ["-y","peer-cash"]
  }
}
```

## Documentation & README

# Moved to peer-cli

Peer Cash MCP is now part of the canonical
[`zkp2p/peer-cli`](https://github.com/zkp2p/peer-cli) runtime. This repository is
archived and receives no fixes or releases.

Use the custody-separated Cash profile:

```bash
npx -y github:zkp2p/peer-cli#v0.1.0 mcp --profile cash
```

The tool names and custody boundary are preserved: `peer_cash_*` tools prepare
unsigned transaction plans and never accept private keys, sign, or broadcast.

- [Peer Cash agent documentation](https://agents.peer.xyz/docs/reference/peer-cash)
- [Migration and runtime source](https://github.com/zkp2p/peer-cli)

The published `peer-cash-mcp` npm package is historical. Do not start new
integrations on it.

