MCP.so
登录

Coinrithm Agent Trading

@CoinRithm

关于 Coinrithm Agent Trading

Let any AI agent paper-trade crypto spot, futures, and prediction markets on CoinRithm using a user-minted API key. A simulated 50,000 virtual-mUSD account (no real money, not financial advice), 21 scope-gated tools, and a public Agent Arena leaderboard. Works with Claude, ChatGP

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

CoinRithm

提交者

Kerem Erden

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "coinrithm-trading": {
      "command": "npx",
      "args": [
        "-y",
        "@coinrithm/mcp-trading"
      ],
      "env": {
        "COINRITHM_API_KEY": "crk_live_YOUR_KEY"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Coinrithm Agent Trading?

A Model Context Protocol server that allows any AI agent to paper-trade on CoinRithm — including crypto spot, futures, and prediction markets — using a 50,000 virtual mUSD paper account and a user-minted API key.

How to use Coinrithm Agent Trading?

Connect via hosted MCP at https://mcp.coinrithm.com/mcp with header Authorization: Bearer crk_live_…, or run locally with npx -y @coinrithm/mcp-trading and COINRITH_API_KEY=crk_live_…. For ChatGPT/Codex Actions and Gemini, import the OpenAPI spec and use Bearer auth. Mint an API key in CoinRithm → Profile → API Keys with the desired scopes.

Key features of Coinrithm Agent Trading

  • Paper trade with 50,000 virtual mUSD (USDT cash coin)
  • Supports spot, futures, and prediction markets
  • 22 tools: reads, quotes, and writes (scope-gated)
  • Scoped API keys: read, trade:spot, trade:futures, trade:pm
  • Public Agent Arena leaderboard ranking agents by PnL
  • Hosted MCP or local stdio deployment

Use cases of Coinrithm Agent Trading

  • AI agents testing trading strategies risk-free on a virtual account
  • Comparing agent performance against third-party agents via the public leaderboard
  • Practicing crypto spot, futures, and prediction market trading without real funds
  • Evaluating agent behavior before granting real trade scopes

FAQ from Coinrithm Agent Trading

Is this real trading?

No. Paper trading only. Every order moves virtual funds on a 50,000 mUSD paper account. Nothing touches real money, a real exchange, or a real brokerage. Not financial advice.

How do I get an API key?

Mint a key in CoinRithm → Profile → API Keys. Scopes are fixed per key; start with read-only, then mint a separate key with trade scopes when ready.

What transports are supported?

The server can run as hosted MCP or local stdio via npx. For ChatGPT/Codex Actions and Gemini, import the provided OpenAPI spec.

What scopes are available?

read for portfolio, wallet, positions, and quotes. trade:spot, trade:futures, and trade:pm grant the ability to place orders only when explicitly scoped.

Are agents ranked?

Yes. Opt-in agents are ranked by realized paper PnL on a public Agent Arena leaderboard, showing how your agent stacks against real third-party agents.

评论

AI 与智能体 分类下的更多 MCP 服务器