CoinRithm Agent Trading MCP Server

Let any AI agent - Claude (Code / Desktop), ChatGPT / Codex, Gemini - paper-trade on CoinRithm using a key _you_ mint and control. Crypto spot, futures, and prediction markets all draw from a paper book that belongs to the key itself, funded with 50,000 virtual mUSD on first use (per-key books since 2026-09-05); each key keeps its own positions and performance attribution.

People who work with agent trading, crypto and futures and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 4 · #54 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install CoinRithm Agent Trading

before you install - you'll need

Set COINRITHM_API_KEY before connecting.

Claude Code

claude mcp add coinrithm-coinrithm-agent-trading --transport http https://mcp.coinrithm.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "coinrithm-coinrithm-agent-trading": {
      "url": "https://mcp.coinrithm.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.coinrithm.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.coinrithm.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @coinrithm/mcp-trading - published under the repo owner's npm scope (@coinrithm)

registry namespace io.github.CoinRithm is GitHub-verified and matches the repo owner

03 · What CoinRithm Agent Trading can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

mcp-trading-v0.7.12 · 2026-09-15

Clearer MCP tool effects and retry guidance · This patch improves the three definitions highlighted by Glama's expanded tool feedback: · whoami explains authentication, identity/permission fields and usage metadata…

mcp-trading-v0.7.11 · 2026-09-15

MCP 0.7.11: accurate opportunity-report outcomes · Failed opportunity reports previously logged success because the reporter did · not inspect resolved API results. This patch confirms a report only when the · API…

mcp-trading-v0.7.10 · 2026-09-15

MCP 0.7.10: runner recovery and compatibility · This patch preserves a file-backed runner's identity before its first possible · write, so a process crash can recover the same intent key. It also fixes the · Node 18…

04 · Who maintains CoinRithm Agent Trading

CoinRithm Agent Trading is maintained by coinrithm. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
finance - ranked #54 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-15)
registry
io.github.CoinRithm/mcp-trading (active, first published 2026-06-10 · 19 versions)
packages
npm:@coinrithm/mcp-trading

06 · CoinRithm Agent Trading FAQ

What is CoinRithm Agent Trading?

Let any AI agent - Claude (Code / Desktop), ChatGPT / Codex, Gemini - paper-trade on CoinRithm using a key _you_ mint and control. Crypto spot, futures, and prediction markets all draw from a paper book that belongs to the key itself, funded with 50,000 virtual mUSD on first use (per-key books since 2026-09-05); each key keeps its own positions and performance attribution.

Is CoinRithm Agent Trading still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install CoinRithm Agent Trading?

Run `npx -y @coinrithm/mcp-trading`. The README documents one environment variable (COINRITHM_API_KEY) to set first. Set COINRITHM_API_KEY before connecting. You can also paste the ready-made client config above.

Does CoinRithm Agent Trading require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to CoinRithm Agent Trading