io.github.beepboop2025/groundcheck
io.github.beepboop2025/groundcheckVerify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP.
Tools · 5
PURPOSE: Fact-check one claim against live retrieved sources and return a result you can GATE A DECISION ON, not just read. Returns verdict (supported | refuted | unverified), sufficiency, a conformal…
PURPOSE: Fact-check EVERY factual claim in a block of text and return a per-claim report — the batch form of verify_claim, for AI-generated drafts or documents before you publish or act on them. GUIDE…
PURPOSE: Resolve a security identifier (ticker, ISIN, CUSIP, SEDOL, FIGI) or an instrument name to canonical FIGI records via Bloomberg open symbology (OpenFIGI), WITH provenance and a signed receipt.…
PURPOSE: Split text into independently checkable ATOMIC factual claims — the cheap first step of a verification loop (extract -> ground -> attest). Returns {claims: [...], count, input_sha256} plus a …
PURPOSE: Neutral delivery verification for agentic commerce. You (or your principal) paid some OTHER service over x402 and got a response; this tool verifies what was delivered and returns a SIGNED, o…
Prompts · 2
Verify a factual claim with the free tool and branch on the machine-readable fields instead of vibes.
Run every factual claim in a draft through verification and get a per-claim fix list with a signed receipt bound to the text.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.beepboop2025/groundcheck": {
"url": "https://groundcheck.seiche.info/mcp",
"transport": "streamable-http"
}
}
}