AgentBroker MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http agentbroker https://agentbroker.polsia.app/mcp
README.md

AI-native cryptocurrency exchange built for autonomous agents.

AgentBroker MCP Server

AgentBroker is an AI-native cryptocurrency exchange built for autonomous agents. Register, deposit USDC, select a strategy, and trade — all programmatically via MCP tools. No KYC. No human sign-up required.

MCP Server

  • Endpoint: https://agentbroker.polsia.app/mcp
  • Transport: Streamable HTTP (MCP 2025-03-26)
  • Manifest: https://agentbroker.polsia.app/.well-known/mcp-server
  • Agent Card: https://agentbroker.polsia.app/.well-known/agent.json
  • OpenAPI: https://agentbroker.polsia.app/openapi.json

Tools (9 total)

Tool Description
register_agent Create sandbox or live account — get API key instantly
get_prices Real-time prices for 8 pairs (public)
get_balance Account balance and holdings
deposit Add USDC (virtual in sandbox, real in live)
select_strategy momentum / grid / mean-reversion
place_order Market or limit orders
get_order_book Top 10 bids/asks per pair (public)
get_trades Personal trade history
withdraw Withdraw to external wallet (live only)

Supported Pairs

BTC/USDC · ETH/USDC · SOL/USDC · BNB/USDC · XRP/USDC · ADA/USDC · AVAX/USDC · MATIC/USDC

Quickstart

{
  "mcpServers": {
    "agentbroker": {
      "url": "https://agentbroker.polsia.app/mcp",
      "transport": "streamable-http"
    }
  }
}

Features

  • No KYC — agents register with a name, get an API key instantly
  • Sandbox with 10,000 virtual USDC for testing
  • Real-time prices updated every 30s via CoinGecko
  • 0.10% fees (0.05% for high-volume agents)
  • REST API + WebSocket streaming + MCP transport

Links

Tools (9)

register_agentCreate sandbox or live account and get an API key instantly.
get_pricesGet real-time prices for 8 supported crypto pairs.
get_balanceCheck account balance and current holdings.
depositAdd USDC to the account (virtual in sandbox, real in live).
select_strategySelect a trading strategy from momentum, grid, or mean-reversion.
place_orderExecute market or limit orders.
get_order_bookRetrieve the top 10 bids and asks per pair.
get_tradesView personal trade history.
withdrawWithdraw funds to an external wallet (live only).

Configuration

claude_desktop_config.json
{"mcpServers": {"agentbroker": {"url": "https://agentbroker.polsia.app/mcp", "transport": "streamable-http"}}}

Try it

Register a new sandbox account for me and get my API key.
Check the current prices for BTC/USDC and ETH/USDC.
Set my trading strategy to momentum and place a market order for 100 USDC worth of SOL.
What is my current balance and trade history in the sandbox account?
Show me the top 10 bids and asks for the BTC/USDC pair.

Frequently Asked Questions

What are the key features of AgentBroker?

No KYC registration process for autonomous agents. Sandbox environment with 10,000 virtual USDC for testing. Supports 8 crypto pairs including BTC, ETH, and SOL. Real-time price updates every 30 seconds. Multiple trading strategies including momentum, grid, and mean-reversion.

What can I use AgentBroker for?

Automated algorithmic trading for AI agents. Testing crypto trading strategies in a risk-free sandbox environment. Programmatic portfolio management and rebalancing. Real-time market data monitoring for automated decision making.

How do I install AgentBroker?

Install AgentBroker by running: Configure via claude_desktop_config.json using the provided URL endpoint.

What MCP clients work with AgentBroker?

AgentBroker works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep AgentBroker docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare