Catalog
com.coinrailz/mcp
Officialby tdnupe3 · Python
63 paid services via USDC: crypto analytics, satellite, IoT, AI inference, prediction markets.
Sixty-three paid services for crypto analytics, satellite data, IoT, and prediction markets.
README not available yet.
Install
Configuration
Environment variables
COINRAILZ_API_KEYsecretAPI key for paid services — get one at https://coinrailz.com/credits
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "uvx",
"args": [
"coinrailz-mcp"
],
"env": {
"COINRAILZ_API_KEY": "<YOUR_COINRAILZ_API_KEY>"
}
}
}
}