← deepbluebase.xyz

INDIVIDUAL MCP TOOL

get_token_price

Real-time token price.

deepbluebase.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

deepbluebase.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.deepbluebase-xyz]
url = "https://mcp.deepbluebase.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deepbluebase-xyz": {
      "type": "http",
      "url": "https://mcp.deepbluebase.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deepbluebase-xyz
Remote MCP URL: https://mcp.deepbluebase.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "deepbluebase-xyz": {
      "url": "https://mcp.deepbluebase.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deepbluebase-xyz": {
      "type": "http",
      "url": "https://mcp.deepbluebase.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deepbluebase-xyz",
  "transport": "streamable-http",
  "url": "https://mcp.deepbluebase.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_trading_signals — Live BTC, ETH, SOL, XRP 5-minute directional signals with confidence scores.
  • get_market_snapshot — All-coins snapshot: price, momentum, signals in one call.
  • get_performance — DeepBlue bot trading performance: win rate, total P&L, recent trades.
  • get_sentiment — Crypto sentiment composite for BTC/ETH/SOL/XRP.
  • get_market_intel — BTC macro intelligence: funding rates, open interest trends, liquidation risk levels, and regime classification (trending/ranging/volatile).
  • get_polymarket_analytics — Polymarket prediction market analytics: active positions, per-coin win rates, edge analysis, best/worst trading hours from DeepBlue's live trading bot.
  • get_whale_moves — On-chain whale movements and exchange flows.
  • get_market_mood — Quick market mood check: fear/greed level, regime classification, per-asset directional bias.