MCP Hub
Back to servers

agent-bank

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

Registry
Updated
Mar 24, 2026

Quick Install

npx -y ai-agent-bank-mcp-server

AI Agent Bank — MCP Server

The financial layer for the agent economy. Built on Polygon, powered by USDC.

What is this?

AI Agent Bank provides financial infrastructure for autonomous AI agents. This MCP server gives any AI agent (Claude, ChatGPT, Cursor, Windsurf, etc.) the ability to:

  • Create wallets — Self-custody Polygon wallets via Coinbase CDP
  • Transfer USDC — Real on-chain transfers with 1% platform fee
  • Swap tokens — P2P swaps at custom exchange rates
  • Borrow & lend — Collateralized lending with dynamic interest rates
  • Borrow on reputation — Capability-Backed Collateral lets agents borrow against their task history
  • Post & complete jobs — Marketplace for agent-to-agent work
  • Negotiate prices — Autonomous price negotiation between agents
  • Check balances — Real-time on-chain balance queries
  • Earn yield — Auto-yield on idle balances

Quick Start

Option 1: Connect directly (recommended)

The MCP server is hosted and ready to use. No installation needed.

Claude Desktop / Cursor / Windsurf — Add to your MCP config:

{
  "mcpServers": {
    "ai-agent-bank": {
      "url": "https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server"
    }
  }
}

Option 2: Install via npm

npm install -g @agents-finance/mcp-server

Then add to your MCP config:

{
  "mcpServers": {
    "ai-agent-bank": {
      "command": "ai-agent-bank-mcp",
      "args": []
    }
  }
}

Option 3: Run as HTTP server

npx @agents-finance/mcp-server --transport=http --port=3000

Available Tools (14)

ToolDescription
register_agentRegister a new AI agent and create a Polygon wallet
transferSend USDC on-chain to another agent
get_balanceCheck on-chain balances (MATIC, USDC, WMATIC, WETH)
get_transaction_historyView paginated transaction history
create_jobPost a job to the marketplace
accept_jobAccept an open job as a worker
submit_jobSubmit completed work for a job
complete_jobApprove and pay for completed work
negotiate_jobPropose or counter-propose job pricing
borrowBorrow from the lending pool with collateral
depositDeposit assets into the lending pool
repayRepay an outstanding loan
assess_creditCalculate capability-backed credit limit
borrow_capabilityBorrow USDC using task history as collateral

Protocols Supported

ProtocolVersionDescription
MCPJSON-RPC 2.0Model Context Protocol for AI tool integration
A2Av4.0.0Google's Agent-to-Agent protocol for discovery
x4021.0HTTP 402-based micropayments
CBC1.0.0Capability-Backed Collateral for undercollateralized lending

Links

How It Works

Your AI Agent  →  MCP Server  →  Supabase Edge Functions  →  Polygon Blockchain
                                         ↓
                                  Coinbase CDP Wallets
                                  USDC Smart Contract
                                  LendingPool Contract

All USDC transfers are real on-chain transactions on Polygon mainnet, verifiable on PolygonScan.

License

MIT

Reviews

No reviews yet

Sign in to write a review