Security & Testing
detracker.xyz
Fetches DeFi security incident data and stablecoin peg status from the DeTracker feed, including latest incidents, protocol-specific incidents, and depeg monitor checks.
ENDPOINT 1
https://mcp.detracker.xyz/mcp
MCP server metadata
- Name
- detracker-mcp
- Version
- 0.1.0
Known tools 13
get_latest_incidentsLatest DeFi security incidents from the DeTracker feed, newest first.
Inferred read-onlyget_protocol_incidentsIncidents involving a given protocol: matches the protocols field or the derived hashtag (#NameWithoutSpaces).
Inferred read-onlycheck_pegCheck whether a USD stablecoin is currently within its peg, using the DeTracker depeg monitor state.
Inferred read-onlylist_depeggedStablecoins currently off their USD peg (DeTracker depeg monitor); stale observations are omitted and counted separately.
Inferred read-onlylist_protocol_reportsIndex of tracked DeFi protocols with deterministic report scores and bands, linked to report pages.
Inferred read-onlyget_protocol_reportFull 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.
Inferred read-onlylist_protocolsRegistry of tracked DeFi protocols: slug, name, pool type with label, chains, site, count of current facts and whether a deterministic report exists.
Inferred read-onlylist_fact_categoriesCatalog of fact categories collected per protocol: key, group, title, cardinality (once or many), recommended check interval and whether the category is enabled.
Inferred read-onlyget_protocol_factsCurrent (non-superseded) facts of a protocol: category key and group, occurrence key for many-facts, body, verifiability, structured data, evidence sources, first/last timestamps, plus counts by verifiability.
Inferred read-onlyget_score_historyScore history of a protocol from deterministic report rebuilds: computed_at, score and band (from the stored breakdown), newest first.
Inferred read-onlyget_btc_forecastLatest 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).
Inferred read-onlyget_btc_metricsLatest values and daily series of the tracked Bitcoin metrics across eight groups (trend, overbought/oversold, on-chain, derivatives, sentiment, macro, geopolitics, cycle).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.