INDIVIDUAL MCP TOOL
groundtruth_scan_coin
Look 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.
LIVE ENDPOINT
https://api.groundtruths.xyz/mcp
Connect to this endpoint to inspect the live schema for groundtruth_scan_coin and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.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.
Related tools
groundtruth_screen_creator— Given 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.groundtruth_screen_batch— Screen 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.groundtruth_creator_flag— One 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.groundtruth_scoreboard— Return the public accuracy scoreboard: how many forward calls GROUNDTRUTH has made, how many have resolved, and how those resolved.groundtruth_census_figures— Return 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.groundtruth_time_to_rug— How 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.groundtruth_creator_replay— What $100 would have done across a creator's last N resolved launches.groundtruth_seal_call— Seal a verdict BEFORE the outcome exists, so it can be scored later.