Home › Finance › CoinRithm Agent Trading
CoinRithm Agent Trading
Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.coinrithm.com/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http coinrithm-agent-trading https://mcp.coinrithm.com/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"coinrithm-agent-trading": {
"url": "https://mcp.coinrithm.com/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — Bearer crk_live_… — your personal CoinRithm API key, forwarded per request. Optional: the keyless pm_data_* prediction-market data tools work anonymously; the key is only needed for portfolio and trading tools.
Package (npm 0.7.13)
npx -y @coinrithm/mcp-trading@0.7.13
Or add to your MCP client config:
{
"mcpServers": {
"coinrithm-agent-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading@0.7.13"
],
"env": {
"COINRITHM_API_KEY": "<YOUR_VALUE>",
"COINRITHM_API_URL": "<YOUR_VALUE>"
}
}
}
}
COINRITHM_API_KEYrequired secret — Personal CoinRithm API key (crk_live_…) minted at Profile -> API Keys. Start with a read-only key.COINRITHM_API_URL— CoinRithm API base URL. Defaults to https://api.coinrithm.com.
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry