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 on the same 50,000 virtual-mUSD paper account.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #50 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python 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-08-25

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 · 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.

04 · Facts

category
finance - ranked #50 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.CoinRithm/mcp-trading (active, first published 2026-06-10 · 14 versions)
packages
npm:@coinrithm/mcp-trading

05 · 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 on the same 50,000 virtual-mUSD paper account.

Is CoinRithm Agent Trading still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. 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-08-25; you can connect without credentials.

06 · Alternatives to CoinRithm Agent Trading