onboard [code] | Set up wallet, configure MCP, and optionally redeem an invite code |
discover <url> | List available endpoints on an origin with descriptions and auth modes |
check <url> | Get input/output schema and auth mode for an endpoint. Run this before fetch to avoid 400 errors |
fetch <url> | HTTP fetch with automatic SIWX auth and payment |
fetch-auth <url> | Deprecated alias for fetch |
try <url> | Fetch a new origin’s resources and return a prompt for calling the first endpoint |
register <url> | Register an origin with AgentCash (discover + index endpoints) |
add <url> | Add a skill to the AgentCash MCP server |
balance | Show total wallet balance |
accounts | Show per-network balances, addresses, and deposit links |
redeem <code> | Redeem an invite code |
fund | Open the funding page in your browser |
install | Install MCP mode for your AI client |
server | Start the MCP server (default when no command given) |
report-error | Report a critical bug (emergency only) |