← Index

io.github.WirterNow/agent-bank

io.github.WirterNow/agent-bank·v1.0.2·Other
Quality Score
84
/100

Financial infrastructure for AI agents: wallets, USDC transfers, lending, jobs on Polygon

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-bank": {
      "command": "npx",
      "args": [
        "-y",
        "ai-agent-bank-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-bank": {
      "command": "npx",
      "args": [
        "-y",
        "ai-agent-bank-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ai-agent-bank-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other