Deep Blue Trading
DeepBlue Trading MCPサーバー
自律型Polymarketボットによるライブ暗号資産取引シグナル。 リアルなシグナル、実際の運用実績、BinanceのリアルタイムWebSocketデータを提供。10種類のツールを搭載。無料枠に加え、無制限アクセスが可能なx402マイクロペイメントに対応。
x402によるネイティブなツール呼び出しごとの支払いに対応した初のMCPサーバー — Base/Solana上のUSDCを使用し、APIキーやサブスクリプションは不要です。
運用実績(オンチェーンで検証可能)
このボットは現在損失を出していますが、シグナルは販売されています。なぜそれが理にかなっているのか、詳細な事後分析をご覧ください →
指標 | 通算 |
勝率 | 50.2% (113勝 / 112敗) |
決済済みトレード | 225 |
損益 (P&L) | -$281.79 |
ボットウォレット | $1.01 USDC.e (Polygon) |
数値は /api/stats からリアルタイムで更新されます。すべてのトレードはオンチェーンであり、Polygonscanで再検証可能です。
なぜ損失を出しているボットのシグナルを買うのか? 50.2%という方向性の的中率は、1〜5ドルのポジションにおける手数料とスリッページを差し引いた後のボットの実行レートです。生のシグナルフィードは、バックテスト時と同じ信頼度でエントリーを捉えています。損失の原因はシグナルの質ではなく、実行サイズです。実際の実行資金を持つエージェントは、ボットの損益ではなくフィードを購入しています。
curl -s https://api.deepbluebase.xyz/api/stats | jq # live, no payment required有料の /performance エンドポイントでは、トランザクションハッシュを含むすべての決済済みトレード履歴を返します。
30秒でライブ体験
無料デモ、セットアップ不要、キー不要:
curl -s https://api.deepbluebase.xyz/demo | jq実際の402支払いフローの動作を確認:
curl -i https://api.deepbluebase.xyz/signals # returns HTTP 402 with payment instructionsx402エージェントウォレット(例:AgentCash)で自動支払い:
agentcash fetch https://api.deepbluebase.xyz/signals # pays $0.005 USDC on Base, returns the data実際の呼び出しサンプル(tx 0x5582…a358e) — 6つの指標を用いた4つのライブ5分足方向性シグナル、約2KBのJSON、2秒未満で決済完了。
ライブデモ出力 — 実際の有料呼び出し (2026-04-21 15:36 UTC)
オンチェーン支払い領収書: 0xa60f…1b58 · Base上で$0.005 USDC · 2秒未満で決済完了
通貨 | 方向 | 信頼度 | RSI | MACDヒストグラム | ボリンジャー %B | ボリューム比 | レジーム |
BTC | 下落 | 51.42% | 35.60 | -11.362202 | 0.118 | 2.04× | 中立 |
ETH | 下落 | 51.25% | 36.30 | -0.484577 | 0.087 | 0.50× | 中立 |
SOL | 下落 | 52.12% | 31.17 | -0.024831 | 0.114 | 0.61× | 中立 |
XRP | 下落 | 52.62% | 34.27 | -0.000136 | 0.154 | 1.44× | 中立 |
4銘柄すべてが売られすぎであり、次回の5分間Polymarketウィンドウ(エポック 1776785700)に向けてすべて「下落」フラグが立っています。BTCの出来高急増とMACDヒストグラムの-11.36は、セット内で最も強力な継続シグナルです。
{
"coin": "BTC",
"direction": "DOWN",
"confidence": 0.5142,
"regime": "neutral",
"indicators": {
"short_term": { "direction": -1, "strength": 0.240, "price_3m_pct": -0.1159 },
"rsi": { "value": 35.60, "direction": 1, "strength": 0.101 },
"macd": { "histogram": -11.362202, "acceleration": -3.087698, "direction": -1, "strength": 0.272 },
"bollinger": { "pct_b": 0.118, "direction": 1, "strength": 0.412 },
"roc": { "value": -0.1512, "direction": -1, "strength": 0.302 },
"volume": { "ratio": 2.039, "confirms": true }
},
"source": "candle_momentum",
"window_start": 1776785700,
"generated_at": 1776785779
}完全なレスポンスには、4銘柄すべてに加え、通算勝率、決済済みトレード数、ボットのウォレット残高、最新のオンチェーン決済トランザクションを含む track_record ブロックが含まれます。以下のコマンドで再現可能です:
agentcash fetch https://api.deepbluebase.xyz/signalsインストール
Claude Desktop / Claude Code
claude_desktop_config.json (Desktop) または ~/.claude/claude_desktop_config.json (Code) に追加してください:
{
"mcpServers": {
"deepblue-trading": {
"url": "https://mcp.deepbluebase.xyz/mcp"
}
}
}またはCLIから:
claude mcp add deepblue-trading --transport http https://mcp.deepbluebase.xyz/mcpCursor
プロジェクト内の .cursor/mcp.json またはグローバルな ~/.cursor/mcp.json に追加してください:
{
"mcpServers": {
"deepblue-trading": {
"url": "https://mcp.deepbluebase.xyz/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json に追加してください:
{
"mcpServers": {
"deepblue-trading": {
"serverUrl": "https://mcp.deepbluebase.xyz/mcp"
}
}
}Zed
Zedの settings.json に追加してください:
{
"context_servers": {
"deepblue-trading": {
"command": {
"path": "npx",
"args": ["-y", "mcp-remote", "https://mcp.deepbluebase.xyz/mcp"]
}
}
}
}VS Code (Copilot / Cline / Continue)
MCP設定に追加してください:
{
"mcpServers": {
"deepblue-trading": {
"url": "https://mcp.deepbluebase.xyz/mcp"
}
}
}Smithery
ワンクリックインストール: smithery.ai/server/@error403agent/deepblue-trading
ツール
10種類のツールすべてに無料枠(IPあたり1日5回まで)があり、無制限利用にはx402マイクロペイメントが利用可能です。
ツール | 説明 | 有料価格 |
| BTC/ETH/SOL/XRPの5分足方向性シグナル(信頼度スコア付き) | $0.005 |
| 全銘柄の価格・モメンタム・バイアスを一度に取得 | $0.01 |
| ボットの勝率、損益、最近のトレード履歴(オンチェーン検証済み) | $0.01 |
| 複合センチメント:恐怖・強欲指数 + クジラのフロー + 6つのテクニカル指標 | $0.01 |
| ファンディングレート、建玉、清算リスク、レジーム分類 | $0.02 |
| 予測市場のポジション、銘柄ごとの勝率、最適な取引時間帯 | $0.01 |
| 主要トークンのリアルタイム価格 | $0.001 |
| オンチェーンでのクジラの送金と取引所フロー | $0.02 |
| 高速な恐怖・強欲指数 + レジーム + 資産ごとの方向性バイアス | $0.01 |
| Binance WebSocketからのライブ単一銘柄シグナル | $0.005 |
料金は呼び出しごとの支払いで、x402(BaseまたはSolana上のUSDC)を介してオンチェーンで決済されます。
このサーバーが異なる理由
本物の取引ボット — シグナルは一般的な価格APIラッパーではなく、24時間365日稼働する自律型Polymarketボットから生成されます
検証済みの運用実績 —
get_performanceはバックテストではなく、オンチェーンの損益を返しますリアルタイムデータ — 遅延のあるRESTポーリングではなく、ティックモメンタム、オーダーブックの不均衡、アグレッサー比率を含むBinance WebSocketフィードを使用
10種類の専門ツール — 取引ワークフロー(シグナル、センチメント、クジラ、予測市場)専用に構築
呼び出しごとの支払い — サブスクリプションやAPIキーは不要。1日最初の5回は無料、以降はx402経由で$0.001〜$0.02/回
プロンプト例
"What's the 5-min BTC signal right now?"
"Show me DeepBlue's Polymarket win rate for the last week."
"Give me a full crypto market snapshot with sentiment."
"Any big whale moves on BTC in the last 24h?"
"What's the current funding rate and liquidation risk?"料金
ティア | コスト | 上限 |
無料 | $0 | IPあたり1日5回 |
x402 | $0.001–$0.02/回 | 無制限 |
有料ティアはx402を使用します — BaseまたはSolana上のUSDCマイクロペイメント。アカウント、APIキー、月額料金は一切不要です。
セルフホスト
pip install fastmcp httpx
python mcp_server.py # stdio (local, for Claude Desktop)
python mcp_server.py --sse --port 4300 # streamable-http (remote)このサーバーはDeepBlue REST API (api.deepbluebase.xyz) をラップしています。エンドポイントの全リストは llms.txt を参照してください。
リンク
ウェブサイト: https://deepbluebase.xyz
APIドキュメント: https://api.deepbluebase.xyz/llms.txt
MCPエンドポイント: https://mcp.deepbluebase.xyz/mcp
x402プロトコル: https://www.x402.org/
ライセンス
MIT
Related MCP Connectors
Validated trading edges across futures, equities, crypto. Live signals, full audit trail.
AI crypto signals, smart money whale positions, live futures prices and indicators
Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ClawHub-core/deepblue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server