Peer Cash MCP
OfficialProvides oracle estimates using Chainlink price feeds to determine conversion rates for Base USDC cashouts.
Peer Cash MCP server
An MCP server for agents that need to cash out Base USDC through Peer Cash. It exposes live payout capabilities, oracle estimates, unsigned transaction preparation, receipt finalization, order reads, withdrawals, and top-ups.
The server never accepts private keys or submits transactions. Write tools return unsigned Base transactions for the host wallet to review, approve, sign, and confirm.
Run
{
"mcpServers": {
"peer-cash": {
"command": "npx",
"args": ["-y", "peer-cash-mcp"]
}
}
}The default environment is production and the public Base RPC is sufficient for normal reads. Optional environment variables:
Variable | Purpose |
|
|
| Custom Base RPC for reads and receipt finalization |
| Curator API key when the selected environment requires one |
| Six-character Peer integration referral code |
| Analytics-only ERC-8021 attribution code |
Related MCP server: fiatdock-mcp
Tool flow
Call
peer_cash_capabilitiesbefore naming a payout platform or currency.Call
peer_cash_estimate. Treat it as approximate: the binding Chainlink rate resolves when a buyer fills.Call
peer_cash_preparewith a Base USDC amount in 6-decimal base units and one or more payout legs.Show the returned transaction plan and obtain explicit user approval.
Submit each transaction in order through the host wallet and confirm it on Base.
Call
peer_cash_finalizewith the confirmedcreateDeposittransaction hash.If
accessPolicyRequiredwas true, callpeer_cash_prepare_access_policyand submit that transaction with the depositor wallet.Persist the returned
depositIdfor order tracking and recovery.
Unknown transaction outcomes must be inspected before any resubmission. Peer Cash errors include a code, retryability, remediation, and recovery evidence for this purpose.
Development
bun install
bun run ciRequires Node.js 22 or newer.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceUSDC payments for AI agents on Base. Direct transfers, pre-funded tabs, x402 paywall handling, and service discovery.121MIT

fiatdock-mcpofficial
AlicenseAqualityBmaintenanceNon-custodial USDC <-> bank for AI agents. Free quotes; $0.05 USDC per session via x402; 1% commission itemised in every quote. Own funds only. PT + EU/EEA (not UK). 18+.41,2041MIT- Alicense-qualityCmaintenanceAgent equity markets, credit markets, and capability staking using USDC on Base L2.MIT
- AlicenseAqualityCmaintenancePayment infrastructure MCP server enabling AI agents to make gasless USDC payments on Base and JIT single-use virtual card checkouts, with zero-trust card handling, merchant checkout hints, and signed receipts.135291MIT
Related MCP Connectors
MCP marketplace: agents pay per call in USDC via x402. Plus Base chain data and a USDC<->bank ramp.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Base 主网去中心化支付路由+金库:查 NAV、构造路由支付 calldata、金库存取、绑定引路人分账。存款安全·引路人激励·消费即升值,全部链上可核验。
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zkp2p/peer-cash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server