
Coinrithm Agent Trading
@CoinRithm
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coinrithm-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "crk_live_YOUR_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Comments