Skip to content

ERROR403agent/deepblue-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DeepBlue Trading MCP Server

Live crypto trading signals from an autonomous Polymarket bot. Real signals, real track record.

Quick Start (Claude Desktop)

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.

Tools

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

What Makes This Different

  • Real trading bot — signals come from a live bot that trades 24/7 on Polymarket
  • Verified track recordget_performance shows 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

Pricing

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.

Works With

  • Claude Desktop
  • Cursor
  • VS Code Copilot
  • Windsurf
  • Any MCP-compatible client

Self-Host

pip install fastmcp httpx
python mcp_server.py              # stdio (local)
python mcp_server.py --sse        # streamable-http on port 4300

Links

About

Live crypto trading signals MCP server — 10 tools, free tier, x402 micropayments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages