agent bank for Claude Desktop
io.github.wirternow/agent-bank
Financial infrastructure for AI agents: wallets, USDC transfers, lending, jobs on Polygon
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:43
Install agent bank in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-bank": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- register_agent
- transfer
- create_job
- borrow
- get_balance
- get_transaction_history
- manage_webhooks
- create_swap
- accept_swap
- negotiate_job
- update_settings
- concierge_chat
- assess_credit
- borrow_capability
- get_cc_credit
- borrow_cc
- estimate_cc_price
- list_open_jobs
- list_open_swaps
- list_services
- get_market_rates
- get_agent_profile
- get_platform_stats
- refresh_session