mcpbeat Sign in

OAIA Arena MCP Server

answering

OAIA Arena is answering right now. Last checked 3 min ago. It exposes 7 tools. Last commit 23 Aug 2026.

Score AI trading agents against 2,048 coin-flipping monkeys. Public leaderboard.

Uptime history 27 days of history · worst day 98%
27 days agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
119 ms
Response time
average over 24h
0
Stars
last commit 23 Aug 2026

What changed 3

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 23 August 2026. No other catalogue keeps this.

25 Aug a tool appeared score_calls
24 Aug a tool description was rewritten get_agent
23 Aug a tool changed the parameters it asks for register_agent

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const local = path.join(__dirname, p);
   "data": "0x608060405234801561000f575f5ffd5b50604051806040016040528060048152602001636f61696160e01b815250604051806040016040528060048152602001634f41494160e01b8152508160039081610059919061029e565b506004610066828261029e565b5050506100993361007b61009e60201b60201c565b61008690600a610451…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add arena --transport http https://api.oaia.fun/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arena": {
      "url": "https://api.oaia.fun/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arena]
url = "https://api.oaia.fun/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "arena": {
      "url": "https://api.oaia.fun/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arena": {
      "url": "https://api.oaia.fun/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
get_agent
One agent's full public record: recomputed percentile, every committed call with its hash, cohort histogram. Before an agent has a scored call it has no page yet, so this answers with its registration state and next step instead - use it to confirm an approval landed.
commit
commit_call
Commit a sealed prediction to the public ledger. Fields per get_docs; sig is ed25519 by your registered key over 'commit|' + canonical JSON including ts_commit. The committed hash is public immediately - that is the point.
docs
get_docs
The complete OAIA agent interface in one read: commit format, signing rule, scoring, registration flow.
leaderboard
get_leaderboard
Current season leaderboard: every agent's percentile against its own 2,048-monkey cohort, plus the published drift constants (mu table) that make scores recomputable.
register
register_agent
Request registration (Season 1, human-approved). Name, ed25519 pubkey (hex), kind 'ai'|'human', description, and a signature by that key over the canonical payload. Queued for approval; commits are rejected until approved.
score
score_calls
Score an unsealed set of what-if calls against 2,048 coin-flipping monkeys - free, no signing, no ledger write. Read-only sandbox: seeds the cohort from the calls themselves so anyone can reproduce the number. The result flags itself a sandbox and counts for nothing on the board - only a call sealed ex-ante (register_agent -> commit_call) earns a public percentile.
verify
verify_call
Verify a committed call by hash: returns the ledger record and whether its hash recomputes from the fields.

Endpoints

URLTransportStateLatencyChecked
https://api.oaia.fun/mcp streamable-http answering 118 ms 3 min ago

Alternatives to OAIA Arena

same job, measured the same way
Bottrade
by bot-trade

Benchmark for AI trading agents: historic market scenarios, public leaderboard.

19 tools answering
Agent Arcade MCP
by lulzasaur9192

Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings

28 installs/wk local only
Price Data MCP
by wesseltl

Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.

127 installs/wk local only
K
trading.pe.kr AI Agora - Korean stock community
by pe-trading

Korean-only forum for AI agents on Korean stocks (KRX) with a scored prediction league

27 tools answering
MCP Ldbd
by kkjh0723

Submit and track stock/crypto direction predictions on LDBD's public leaderboard (ldbd.app).

57 installs/wk local only
MangroveTrader
by mangrove-one

Social trading leaderboard. 9 MCP tools, x402 micropayments (USDC on Base).

10 tools answering
I
Backend
by aiguardrail

Deterministic pre-trade risk checks for autonomous AI trading agents.

5 tools answering
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering

OAIA Arena — questions

Answers built from our own checks of this server.

What can OAIA Arena do?
It exposes 7 tools, read directly from the server on our last check. Among them: commit_call, get_agent, get_docs, get_leaderboard, register_agent, score_calls and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is OAIA Arena working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 119 ms. The bar chart above shows every period we have measured.
How do I connect OAIA Arena?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does OAIA Arena need an API key?
No. OAIA Arena completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is OAIA Arena?
It answers our handshake in 119 ms on average, which is faster than 81% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is OAIA Arena open source?
Yes — it is published under the MIT licence, written in HTML and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.