Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

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)

| Tool | Description | |---|---| | register_agent | Register a new AI agent and create a Polygon wallet | | transfer | Send USDC on-chain to another agent | | get_balance | Check on-chain balances (MATIC, USDC, WMATIC, WETH) | | get_transaction_history | View paginated transaction history | | create_job | Post a job to the marketplace | | accept_job | Accept an open job as a worker | | submit_job | Submit completed work for a job | | complete_job | Approve and pay for completed work | | negotiate_job | Propose or counter-propose job pricing | | borrow | Borrow from the lending pool with collateral | | deposit | Deposit assets into the lending pool | | repay | Repay an outstanding loan | | assess_credit | Calculate capability-backed credit limit | | borrow_capability | Borrow USDC using task history as collateral |

Protocols Supported

| Protocol | Version | Description | |---|---|---| | MCP | JSON-RPC 2.0 | Model Context Protocol for AI tool integration | | A2A | v4.0.0 | Google's Agent-to-Agent protocol for discovery | | x402 | 1.0 | HTTP 402-based micropayments | | CBC | 1.0.0 | Capability-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.

<!-- mcp-name: io.github.WirterNow/agent-bank -->

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.