Security & Testing
groundtruths.xyz
Screens cryptocurrency tokens and creators for rug-pull risk using on-chain forensic data, wallet-operator analysis, and public accuracy scoreboards.
ENDPOINT 1
https://api.groundtruths.xyz/mcp
MCP server metadata
- Name
- groundtruth-mcp-server
- Version
- 1.0.0
GROUNDTRUTH records what actually happened to token launches on pump.fun and Robinhood Chain: outcome labels, liquidity histories, and the wallet networks around a creator. Start with groundtruth_scan_coin for one token, or groundtruth_screen_creator for everyone connected to a creator. Rates are only meaningful beside the chain baseline the tools return with them, and an empty result means not captured, not clean.
Known tools 11
groundtruth_scan_coinLook up one token and return what GROUNDTRUTH recorded about it: the outcome label (rugged, died, graduated, survived, or no outcome recorded), liquidity and market-cap figures, holder counts, and the record of the wallet that launched it.
Inferred read-onlygroundtruth_screen_creatorGiven one creator address, return every wallet that was early in that creator's launches: the role each played (creator, operator_pool, repeat_buyer, one_off), how many of this creator's launches it was early in versus how many it was early in anywhere, and that wallet operator's own rug rate.
Inferred read-onlygroundtruth_screen_batchScreen up to 200 creator addresses in ONE call and get one compact row each: launches, rug rate, the chain baseline, the multiple of that baseline, wallets tied, and the apparent-versus-true operator collapse.
Inferred read-onlygroundtruth_creator_flagOne creator in, one small answer out: is this creator known bad, with the rug rate, the chain baseline and the multiple that justifies the verdict.
Inferred read-onlygroundtruth_scoreboardReturn the public accuracy scoreboard: how many forward calls GROUNDTRUTH has made, how many have resolved, and how those resolved.
Inferred read-onlygroundtruth_census_figuresReturn the corpus-level figures the site publishes: launches captured per chain, how many resolved, and the share that rugged, died, survived or graduated, with the generation timestamp.
Inferred read-onlygroundtruth_time_to_rugHow fast coins in a given risk band actually rugged: median seconds from GROUNDTRUTH first seeing the curve to the rug, with p25 and p75, for one chain, band and window.
Inferred read-onlygroundtruth_creator_replayWhat $100 would have done across a creator's last N resolved launches.
Inferred read-onlygroundtruth_seal_callSeal a verdict BEFORE the outcome exists, so it can be scored later.
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.groundtruth-mcp-server]
url = "https://api.groundtruths.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"groundtruth-mcp-server": {
"type": "http",
"url": "https://api.groundtruths.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: groundtruth-mcp-server
Remote MCP URL: https://api.groundtruths.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": {
"groundtruth-mcp-server": {
"url": "https://api.groundtruths.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"groundtruth-mcp-server": {
"type": "http",
"url": "https://api.groundtruths.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "groundtruth-mcp-server",
"transport": "streamable-http",
"url": "https://api.groundtruths.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.