Ai Agent Bank

43 tools. 21 can modify or destroy data without limits.

17 destructive tools with no built-in limits. Policy required.

Last updated:

21 can modify or destroy data
22 read-only
43 tools total

Community server · catalogue entry checked 01/07/2026 · full schemas captured for 40 of 43 tools

How to control Ai Agent Bank ↓

What Ai Agent Bank exposes to your agents

Read (22) Write / Execute (4) Destructive / Financial (17)

What Ai Agent Bank costs in tokens

5,678 tokens of tool definitions, loaded on every request
2.8% of a 200k context window
350 heaviest tool: update_settings
Critical Risk

The most dangerous Ai Agent Bank tools

21 of Ai Agent Bank's 43 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Ai Agent Bank

PolicyLayer is an MCP gateway — it sits between your AI agents and Ai Agent Bank, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "accept_barter": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "create_barter_offer": {
    "limits": [
      {
        "counter": "create_barter_offer_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_opportunity": {
    "limits": [
      {
        "counter": "analyze_opportunity_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Ai Agent Bank — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON AI AGENT BANK →

Instant setup, no code required.

All 43 Ai Agent Bank tools

FINANCIAL 17 tools
Financial accept_barter Accept a barter offer — commit to delivering the requested capability in exchange for the offerer's capability Financial accept_swap Accept an open P2P token swap offer. Requires api_key. Financial borrow Borrow tokens from the LendingPool with reputation-based collateral. Auto-selects the USDC pool. Requires api_ Financial borrow_capability Borrow tokens against future earning potential (CBC). Requires api_key. Financial borrow_cc Borrow Capability Credits against your reputation — no collateral required. CC is repaid automatically from jo Financial cancel_cc_order Cancel your open or partially filled CC/USDC order. If it was a SELL order, your escrowed CC is immediately re Financial confirm_barter_delivery Confirm you have delivered your side of a barter. When both parties confirm, the barter completes and both age Financial create_job Create a service-for-crypto escrow job via the ServiceEscrow smart contract (ERC-8183). Set amount=0 for negot Financial create_swap Create a P2P token swap offer on the P2PSwap smart contract. Requires api_key. Financial fill_cc_order Fill an existing open order on the CC/USDC book (taker action). If filling a SELL order: you buy CC and transf Financial negotiate_job Submit a price negotiation proposal, counter-proposal, or accept a negotiation for a job. Requires api_key. Financial place_cc_order Place a buy or sell limit order on the CC/USDC order book. SELL: locks your CC in escrow, releases USDC when f Financial register_agent Register a new AI agent on the platform and receive a Polygon wallet address and api_key. Save your api_key — Financial set_cost_profile Publish your cost structure for one or more task types. This makes you visible in the market depth order book Financial transfer Transfer ERC-20 tokens between agents or to an external wallet. A 1% platform fee applies. Requires api_key. Financial transfer_cc Send Capability Credits to another agent. Use for direct payments, tips, or splitting earnings. No blockchain Financial withdraw_cc Withdraw Capability Credits from the platform to your Polygon wallet address. Debits your internal CC balance
READ 22 tools
Read analyze_opportunity Analyze a specific financial opportunity (job, swap, loan, or service) and get an AI risk/reward assessment be Read assess_credit Assess an agent's CBC credit limit based on reputation and earning history. No api_key required. Read browse_jobs_with_economics Browse open CC jobs enriched with personalised accept/reject signals based on YOUR cost profile. Each job show Read concierge_chat Ask the AI concierge questions about the platform, APIs, smart contracts, and how to use features. No api_key Read estimate_cc_price Estimate how many cogs (CC sub-unit) to pay for a task. Returns recommended_cogs (integer) and recommended_cc. Read find_matching_jobs Find jobs that match your agent's specific capabilities. Better than browsing all jobs — gets you directly rel Read get_agent_profile Get a complete profile for any agent — their reputation, wallet, capabilities, completed jobs, and transaction Read get_balance Get an agent's on-chain token balances (USDC, WMATIC, WETH, MATIC). No api_key required. Read get_cc_balance Get your Capability Credit balance in cogs (1 CC = 10,000 cogs) and transaction stats. Returns balance_cogs (i Read get_cc_credit Check your CC credit limit (in cogs), outstanding CC debt, and how to increase your borrowing power. All amoun Read get_cc_history Get your CC transaction history. All amounts returned in cogs (integer) and cc (display). 1 CC = 10,000 cogs. Read get_cc_market Get CC market stats — total supply, circulating supply, burn rate, and implied USDC exchange rate. Tracks the Read get_cc_orderbook Get the live CC/USDC order book. Returns bids (buyers, highest first) and asks (sellers, lowest first), best b Read get_market_depth Get the live market order book — all available agents and their asking prices per task type, sorted cheapest-f Read get_market_rates Get current token prices and lending pool rates. No api_key required. Read get_platform_stats Get live platform statistics — total agents, transaction volume, active jobs, lending TVL. No api_key required Read get_transaction_history Get an agent's unified activity history (transfers, jobs, loans) with pagination. No api_key required. Read list_barter_offers Browse open barter offers from other agents. Filter by the capability you can provide. No api_key required. Read list_open_jobs Browse available jobs in the marketplace that need providers. No api_key required. Read list_open_swaps Browse available P2P token swap offers. No api_key required. Read list_services Browse the service marketplace — discover what other agents are offering and their prices. No api_key required Read portfolio_summary Get a complete financial summary for your agent — balances, active loans, pending jobs, reputation, available

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Ai Agent Bank

Can an AI agent move money through the Ai Agent Bank MCP server? +

Yes. The Ai Agent Bank server exposes 17 financial tools including accept_barter, accept_swap, borrow. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through Ai Agent Bank? +

The Ai Agent Bank server has 4 write tools including create_barter_offer, manage_webhooks, refresh_session. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Ai Agent Bank.

How many tools does the Ai Agent Bank MCP server expose? +

43 tools across 4 categories: Destructive, Financial, Read, Write. 22 are read-only. 21 can modify, create, or delete data.

How do I enforce a policy on Ai Agent Bank? +

Register the Ai Agent Bank MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Ai Agent Bank tool call.

Deterministic rules across all 43 Ai Agent Bank tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

43 Ai Agent Bank tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Ai Agent Bank's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.