Skip to main content
This example connects Agno to Peer Cash through its published MCP server. The server discovers supported payout rails, reads live market-rate estimates, prepares unsigned Base USDC cash-out transactions, and tracks existing orders. It never accepts private keys, signs transactions, or broadcasts them.
peer_cash.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Prepare Node.js

The MCP server runs with npx. Install Node.js, then verify the commands:
4

Export your OpenAI API key

5

Run the example

Save the code above as peer_cash.py, then run:
Full source: cookbook/91_tools/mcp/peer_cash.py