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 とエージェント」の他のコンテンツ