MCP Server
MCP
CoinRithm Agent Trading
Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.
Install
npx -y @coinrithm/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.coinrithm.com/mcp",
"headers": [
{
"description": "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.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@coinrithm/mcp-trading",
"version": "0.7.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Personal CoinRithm API key (crk_live_…) minted at Profile -> API Keys. Start with a read-only key.",
"isRequired": true,
"isSecret": true,
"name": "COINRITHM_API_KEY"
},
{
"description": "CoinRithm API base URL. Defaults to https://api.coinrithm.com.",
"name": "COINRITHM_API_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment