CoinRithm Agent Trading MCP Server
io.github.CoinRithm/mcp-trading
What is the CoinRithm Agent Trading MCP server?
Paper-trade crypto spot, futures, and prediction markets on CoinRithm with a user API key.
How to install CoinRithm Agent Trading
Copy-paste configuration for popular MCP clients.
COINRITHM_API_KEYrequiredsecretPersonal CoinRithm API key (crk_live_…) minted at Profile -> API Keys. Start with a read-only key.
COINRITHM_API_URLCoinRithm API base URL. Defaults to https://api.coinrithm.com.
AuthorizationrequiredsecretBearer crk_live_… — your personal CoinRithm API key, forwarded per request.
{
"mcpServers": {
"mcp-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "<YOUR_COINRITHM_API_KEY>",
"COINRITHM_API_URL": "<YOUR_COINRITHM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "<YOUR_COINRITHM_API_KEY>",
"COINRITHM_API_URL": "<YOUR_COINRITHM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "<YOUR_COINRITHM_API_KEY>",
"COINRITHM_API_URL": "<YOUR_COINRITHM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"mcp-trading": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "<YOUR_COINRITHM_API_KEY>",
"COINRITHM_API_URL": "<YOUR_COINRITHM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add mcp-trading --env COINRITHM_API_KEY=<YOUR_COINRITHM_API_KEY> --env COINRITHM_API_URL=<YOUR_COINRITHM_API_URL> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @coinrithm/mcp-tradingRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.