{"name":"xyz.groundtruths/groundtruth","slug":"groundtruths-groundtruth","title":null,"description":"Sealed launch outcomes and creator records for Solana and Robinhood Chain. Every figure carries N.","url":"https://mcp.market/server/groundtruths-groundtruth","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T19:20:31.737Z","last_ok_at":"2026-09-20T19:20:31.737Z","latency_ms":104},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/groundtruths/groundtruth-mcp","website":"https://groundtruths.xyz/methodology","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://api.groundtruths.xyz/mcp"}],"packages":[],"tools":[{"name":"groundtruth_autopsy_index","description":"List the dated autopsies GROUNDTRUTH has published. Each is a writeup of one launch and what happened to it. Returns the available days; fetch a specific one from the public site at /autopsy/<day>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"groundtruth_census_figures","description":"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. This is market data GROUNDTRUTH has captured, not exhaustive coverage from a start date -- use it for baselines, not for totals of all activity.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"groundtruth_creator_flag","description":"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. The cheapest call on this server -- use it when all you need is the decision rather than the wallet list. known_bad is null, never false, for a creator we have no record of. The data behind it is a batch export, so a creator who launched in the last hour is not in it yet; every response carries the timestamp it was generated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"creator":{"type":"string","description":"Creator address. base58 for Solana, 0x... for Robinhood Chain."},"chain":{"type":"string","enum":["solana","rh"],"default":"solana","description":"Which chain the creator launched on."}},"required":["creator"]}},{"name":"groundtruth_creator_replay","description":"What $100 would have done across a creator's last N resolved launches. Returns two rows. held_to_end is a MEASUREMENT: the recorded multiple at the end of each launch, with rugged launches counted as zero because the liquidity was pulled. clock_upper_bound is a CEILING, not a prediction: it uses the recorded PEAK multiple and only where the peak arrived at or before the band p25, because the published record carries the peak and the final multiple, not the path between them. Say \"at most\" when you quote it. Launches with no recorded multiple are excluded from BOTH the stake and the return, so the two describe the same set -- quote computed_for and of, never just the total. Solana only today: the Robinhood outcome record carries no peak multiple, so neither row can be computed there.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"creator":{"type":"string","description":"the creator wallet (base58)"},"n":{"type":"integer","description":"how many of the most recent resolved launches, 1-12, default 10"},"usd":{"type":"number","description":"the stake per launch in dollars, default 100"}},"required":["creator"]}},{"name":"groundtruth_scan_coin","description":"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. Accepts a Solana mint or a Robinhood Chain 0x contract address. This is the same read the public site performs when someone pastes a contract address.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"A Solana mint (base58) or a Robinhood Chain contract address (0x...). Example: So11111111111111111111111111111111111111112"}},"required":["address"]}},{"name":"groundtruth_scoreboard","description":"Return the public accuracy scoreboard: how many forward calls GROUNDTRUTH has made, how many have resolved, and how those resolved. Use this to judge how much weight to give the other tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"groundtruth_scorecard","description":"How often calls sealed under this API key were right. Groups them by band and by what the coin actually did, resolved from the same record the card reads. A call whose coin has not resolved counts as PENDING, never as a win -- report pending alongside resolved, because the denominator is the point. Also returns whether the hash chain is intact; if it is not, say so rather than quoting the numbers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"rows to read, 1-500, default 200"}}}},{"name":"groundtruth_screen_batch","description":"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. Use this instead of calling groundtruth_screen_creator in a loop. known_bad is true only when the creator is in the published set, has at least 5 resolved launches, and rugs at 1.5 times the chain baseline or worse -- a bare rug rate is noise, the multiple is a decision. known_bad is null, NEVER false, for a creator we have no record of: absence is not innocence.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"creators":{"type":"array","items":{"type":"string"},"maxItems":200,"description":"Creator addresses. base58 for Solana, 0x... for Robinhood Chain."},"chain":{"type":"string","enum":["solana","rh"],"default":"solana","description":"Which chain these creators launched on."}},"required":["creators"]}},{"name":"groundtruth_screen_creator","description":"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. Also returns the apparent-versus-true collapse: how many wallets LOOK independent versus how many distinct actors they actually are, after merging wallets with near-identical launch histories. Rates come with the chain baseline, because a rate without its baseline is not a finding. This is the analysis no other source produces.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"creator":{"type":"string","description":"Creator address. base58 for Solana, 0x... for Robinhood Chain."},"chain":{"type":"string","enum":["solana","rh"],"default":"solana","description":"Which chain the creator launched on."},"role":{"type":"string","enum":["","operator_pool","repeat_buyer","one_off"],"description":"Optional filter. Omit for all roles. operator_pool is the row that matters most."},"limit":{"type":"integer","minimum":1,"maximum":300,"default":50,"description":"Maximum wallet rows to return. The response reports wallets_truncated when it caps."}},"required":["creator"]}},{"name":"groundtruth_seal_call","description":"Seal a verdict BEFORE the outcome exists, so it can be scored later. This is the honesty mechanism: the row is hash-chained to the previous one under your API key, so a verdict cannot be edited or removed after the coin resolves. Seal every call you make, including the ones you are confident about -- a scorecard built only from remembered wins is not a scorecard. Returns the row hash and sequence number.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ca":{"type":"string","description":"the coin address you are calling"},"chain":{"type":"string","enum":["solana","rh"]},"band":{"type":"string","enum":["RED","AMBER","GREEN"],"description":"the band you are calling it"},"rule_id":{"type":"string","description":"the rule_id behind the band, from the scan"},"note":{"type":"string","description":"optional, up to 200 characters"}},"required":["ca"]}},{"name":"groundtruth_time_to_rug","description":"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. Use it to answer \"how long would I have had\". The denominator is calls that rugged in the window AND carry a rug time, and it travels in the answer. Below 30 such calls the percentiles are null and enough_data is false -- say \"not enough resolved calls to state a time\" rather than quoting a number. Omit every argument to get the whole table in one call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"type":"string","enum":["solana","rh"],"description":"solana (pump.fun) or rh (Robinhood Chain)"},"band":{"type":"string","enum":["RED","AMBER","GREEN"],"description":"the band GROUNDTRUTH assigned at the time of the call"},"window":{"type":"string","enum":["24h","7d","30d"],"description":"the resolution window; defaults to 24h"}}}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T20:14:56.218Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:14:56.184Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 282ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[],"inputs":{"probes":[{"url":"https://api.groundtruths.xyz/mcp","reachable":true,"authRequired":false,"latencyMs":282,"serverInfo":{"name":"groundtruth-mcp-server","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"groundtruths","repo":"groundtruth-mcp","error":"repo not found"},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}