MCP Server
MCP
io.github.zkp2p/peer-cash
MCP server for preparing and tracking Peer Cash Base USDC cash-outs
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "peer-cash-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Peer Cash environment: production, preproduction, or staging",
"format": "string",
"name": "PEER_CASH_ENVIRONMENT"
},
{
"description": "Custom Base RPC URL for reads and receipt finalization",
"format": "string",
"isSecret": true,
"name": "PEER_CASH_RPC_URL"
},
{
"description": "Curator API key when the selected environment requires one",
"format": "string",
"isSecret": true,
"name": "PEER_CASH_API_KEY"
},
{
"description": "Six-character Peer integration referral code",
"format": "string",
"name": "PEER_CASH_REFERRAL_CODE"
},
{
"description": "Analytics-only ERC-8021 attribution code",
"format": "string",
"name": "PEER_CASH_REFERRER"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment