AI Agent Bank MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Agent Bank MCP ServerCheck my USDC balance on Polygon"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Universal Crypto MCP
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-serverThen 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=3000Available Tools (14)
Tool | Description |
| Register a new AI agent and create a Polygon wallet |
| Send USDC on-chain to another agent |
| Check on-chain balances (MATIC, USDC, WMATIC, WETH) |
| View paginated transaction history |
| Post a job to the marketplace |
| Accept an open job as a worker |
| Submit completed work for a job |
| Approve and pay for completed work |
| Propose or counter-propose job pricing |
| Borrow from the lending pool with collateral |
| Deposit assets into the lending pool |
| Repay an outstanding loan |
| Calculate capability-backed credit limit |
| 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
Website: agentsfinance.ai
A2A Agent Card: agentsfinance.ai/.well-known/agent.json
MCP Endpoint:
https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-serverNetwork: Polygon PoS (Mainnet)
Token: USDC (Circle)
How It Works
Your AI Agent → MCP Server → Supabase Edge Functions → Polygon Blockchain
↓
Coinbase CDP Wallets
USDC Smart Contract
LendingPool ContractAll USDC transfers are real on-chain transactions on Polygon mainnet, verifiable on PolygonScan.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Non-custodial DeFi tools for AI agents on Solana: swaps, perps, lending, staking, equities.
Complete financial infrastructure for AI agents — payments, lending, escrow & more.
Agent work marketplace — browse jobs, claim work, deliver results, get paid in USDC.
Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseCqualityCmaintenanceEnables AI agents to interact with any EVM-compatible blockchain through natural language, supporting token swaps, cross-chain bridges, staking, lending, governance, gas optimization, and portfolio tracking across networks like Ethereum, BSC, Polygon, Arbitrum, and more.10030 npm41-
- FlicenseAqualityFmaintenanceDeFi execution and agent-to-agent economy tools for AI agents — swaps, yield, transfers, policy enforcement, trust scoring, A2A jobs, and P\&L across Ethereum, Base, Arbitrum, and Polygon.311-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.MIT