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

io.github.fieldmodellc/scrapecheck

io.github.fieldmodellc/scrapecheck

Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402.

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

Tools · 3

verify_web_field

Checks whether a value you did not fetch yourself is actually on the source page right now, and returns a signed pass/fail/unverifiable verdict. Not a retrieval tool: it checks a value you already hav…

verify_presence

Presence only: confirms the value appears on the page, NOT that it is the right answer to what was asked. Never returns pass. A was-price, a different variant's price, a shipping cost, or a tax figure…

get_verifier_info

Free. Returns the public key, engine version, benchmark summary with sample-size labels, and scope, so you can verify any verdict offline. Call this first if your selection policy requires evidence be…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.fieldmodellc/scrapecheck": {
      "url": "https://scrapecheck-mcp.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}