← detracker.xyz

INDIVIDUAL MCP TOOL

list_protocol_reports

Index of tracked DeFi protocols with deterministic report scores and bands, linked to report pages.

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 list_protocol_reports 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.
  • 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.
  • list_fact_categories — Catalog of fact categories collected per protocol: key, group, title, cardinality (once or many), recommended check interval and whether the category is enabled.