← seiche.info

INDIVIDUAL MCP TOOL

verify_claim

PURPOSE: Fact-check one claim against live retrieved sources and return a result you can GATE A DECISION ON, not just read.

seiche.infonone authenticationAvailability not checked

LIVE ENDPOINT

https://groundcheck.seiche.info/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_claim and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

seiche.info

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.groundcheck]
url = "https://groundcheck.seiche.info/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "groundcheck": {
      "type": "http",
      "url": "https://groundcheck.seiche.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: groundcheck
Remote MCP URL: https://groundcheck.seiche.info/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": {
    "groundcheck": {
      "url": "https://groundcheck.seiche.info/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "groundcheck": {
      "type": "http",
      "url": "https://groundcheck.seiche.info/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "groundcheck",
  "transport": "streamable-http",
  "url": "https://groundcheck.seiche.info/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • 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).
  • attest_delivery — PURPOSE: Neutral delivery verification for agentic commerce.