11 tools from the Agentcash MCP Server, categorised by risk level.
View the Agentcash policy →bridge Bridge USDC between supported networks using the current wallet. Requires a source network, destination network, and amount. Use this when funds ar... check_endpoint_schema Get the input/output schema and auth mode (paid or SIWX) for a single endpoint.
Call this to see exactly what fields the request body expects and ... fetch HTTP fetch with automatic authentication and payment handling. Makes the request, retries with SIGN-IN-WITH-X when the route exposes a SIWX challen... 2/5 get_balance Get your total USDC balance across all supported networks. Auto-creates the wallet on first use (~/.agentcash/wallet.json). Use this before paid AP... get_settings Get current user settings. Returns persisted values from ~/.agentcash/settings.json with defaults applied. list_accounts List wallet accounts for each supported network. Returns the network, address, balance, and deposit link for every supported network so you can see... 2/5 report_error EMERGENCY ONLY. Report critical MCP tool bugs. Do NOT use for normal errors (balance, network, 4xx) — those are recoverable. search Search for relevant paid API services by describing what you need in natural language. Returns the best matching origins with endpoint details and ... 2/5 discover_api_endpoints List available endpoints at an API origin. Returns endpoint URLs with descriptions of what each does and the auth mode for each (paid or SIWX). Wor... 2/5 redeem_invite Redeem an invite code for free USDC on Base. One-time use per code. Returns amount received and transaction hash. Use get_balance after to verify f... 3/5 update_settings Update user settings (persisted to ~/.agentcash/settings.json). Currently supports maxAmount — the maximum USD amount allowed per fetch request. If... 2/5 The Agentcash MCP server exposes 11 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Agentcash server.
Agentcash tools are categorised as Read (8), Write (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept