Live crypto trading signals from an autonomous Polymarket bot. Real signals, real track record.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"deepblue-trading": {
"url": "https://mcp.deepbluebase.xyz/mcp"
}
}
}That's it. No API key needed. 5 free calls/day.
| Tool | What it does |
|---|---|
get_trading_signals |
BTC/ETH/SOL/XRP 5-min directional signals with confidence scores |
get_market_snapshot |
All-coins price + momentum + bias in one call |
get_performance |
Bot win rate, P&L, recent trade history |
get_sentiment |
Composite sentiment: Fear & Greed + whale flow + technicals |
get_market_intel |
Funding rates, open interest, liquidation risk, regime |
get_polymarket_analytics |
Prediction market positions, edge analysis, best hours |
get_token_price |
Real-time price for any major token |
get_whale_moves |
On-chain whale transfers and exchange flows |
get_market_mood |
Quick fear/greed + regime + per-asset bias |
get_realtime_signal |
Live signal for a single coin from Binance websocket |
- Real trading bot — signals come from a live bot that trades 24/7 on Polymarket
- Verified track record —
get_performanceshows actual P&L, not backtests - Real-time data — Binance websocket feed, not delayed REST polls
- 10 specialized tools — not a generic wrapper around a price API
| Tier | Cost | Limit |
|---|---|---|
| Free | $0 | 5 calls/day |
| x402 | $0.001-$0.01/call | Unlimited |
Paid tier uses x402 micropayments — USDC on Base chain. No API keys, no subscriptions.
- Claude Desktop
- Cursor
- VS Code Copilot
- Windsurf
- Any MCP-compatible client
pip install fastmcp httpx
python mcp_server.py # stdio (local)
python mcp_server.py --sse # streamable-http on port 4300- API: https://deepbluebase.xyz
- Pricing: https://deepbluebase.xyz/pricing
- OpenAPI: https://api.deepbluebase.xyz/openapi.json