Skip to main content
Glama
zkp2p

Peer Cash MCP

Official
by zkp2p

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PEER_CASH_API_KEYNoCurator API key when the selected environment requires one.
PEER_CASH_RPC_URLNoCustom Base RPC URL for reads and receipt finalization.
PEER_CASH_REFERRERNoAnalytics-only ERC-8021 attribution code.
PEER_CASH_ENVIRONMENTNoThe environment to use: production, preproduction, or staging. Defaults to production.production
PEER_CASH_REFERRAL_CODENoSix-character Peer integration referral code.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
peer_cash_capabilitiesA

Return the live Base USDC destination, payout platforms, fiat currencies, payee hints, amount bounds, and pricing model. Call this before naming a rail or currency.

peer_cash_estimateA

Estimate fiat received for Base USDC at the live Chainlink oracle rate. This is not a locked quote; the binding rate resolves when a buyer fills.

peer_cash_prepareB

Prepare unsigned Base USDC approval and createDeposit transactions. The MCP server never accepts a private key or submits a transaction. Show the plan and obtain explicit approval before host-side signing.

peer_cash_finalizeA

Read a confirmed Base createDeposit receipt and resolve the resumable Peer deposit id. Call only after the host confirms the createDeposit transaction returned by peer_cash_prepare.

peer_cash_prepare_access_policyA

Prepare the unsigned verified-buyer access-policy transaction required for Venmo, Cash App, or PayPal orders. Use only after finalization when peer_cash_prepare returned accessPolicyRequired=true.

peer_cash_orderA

Return one order state, amounts, fills, and next actions from its deposit id. Brief ORDER_NOT_FOUND responses after finalization may be indexer lag; retry this read, never the deposit transaction.

peer_cash_ordersA

List orders owned by a maker wallet, optionally limited to orders that still need attention.

peer_cash_prepare_withdrawA

Prepare unsigned transactions to withdraw unmatched funds. Omit amount to close the order; pass a Base USDC base-unit amount for a partial withdrawal.

peer_cash_prepare_top_upA

Prepare unsigned approval and addFunds transactions to add Base USDC to a live order.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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