Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.beepboop2025/groundcheck

io.github.beepboop2025/groundcheck

Verify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP.

Uptime
100.0%
1 direct probes · 30d
Response
150ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
2
available

Tools · 5

verify_claim

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…

check_citations

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…

resolve_instrument

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.…

extract_claims

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 …

attest_delivery

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

ground_before_answering

Verify a factual claim with the free tool and branch on the machine-readable fields instead of vibes.

pre_publish_gate

Run every factual claim in a draft through verification and get a per-claim fix list with a signed receipt bound to the text.

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"
    }
  }
}