← detracker.xyz

INDIVIDUAL MCP TOOL

get_btc_forecast

Latest Bitcoin direction forecast: probability of a higher close tomorrow (1d) and in 30 days (30d) with the contributing signal breakdown, plus the public track record (hit rate and Brier score over 30/90/365 day windows).

detracker.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.detracker.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_btc_forecast and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

detracker.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.detracker-mcp]
url = "https://mcp.detracker.xyz/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: detracker-mcp
Remote MCP URL: https://mcp.detracker.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": {
    "detracker-mcp": {
      "url": "https://mcp.detracker.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_latest_incidents — Latest DeFi security incidents from the DeTracker feed, newest first.
  • get_incident — Full incident record by id.
  • get_protocol_incidents — Incidents involving a given protocol: matches the protocols field or the derived hashtag (#NameWithoutSpaces).
  • check_peg — Check whether a USD stablecoin is currently within its peg, using the DeTracker depeg monitor state.
  • list_depegged — Stablecoins currently off their USD peg (DeTracker depeg monitor); stale observations are omitted and counted separately.
  • list_protocol_reports — Index of tracked DeFi protocols with deterministic report scores and bands, linked to report pages.
  • get_protocol_report — Full deterministic report for a tracked protocol: score with component breakdown and penalties, section facts with sources and verifiability, AI executive summary (summary_pending when not yet generated), limitations.
  • list_protocols — Registry of tracked DeFi protocols: slug, name, pool type with label, chains, site, count of current facts and whether a deterministic report exists.