# scrapecheck MCP server

Verify scraped data against the live source page. Signed verdicts, $0.01 via x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-fieldmodellc-scrapecheck
- Repository: https://github.com/FieldmodeLLC/scrapecheck-mcp

## Install
- Endpoint: https://scrapecheck-mcp.fly.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://scrapecheck-mcp.fly.dev/mcp

## Tools
- verify_web_field (Verify scraped claim (full)) - Verify a scraped claim against the live source page and get back an ed25519-signed verdict: "pass", "fail", or "unverifiable". ScrapeCheck independently re-fetches the URL itself, confirms the claimed value is actually present and served live (not a stale cache), and an independent LLM judge confirms the value answers what was asked. The guarantee is structural, not statistical: a claim is never certified unless the re-fetched page contains it, AND a judge's vote is mechanically voided if its restatement of the claim doesn't match what was actually claimed — absence cannot pass, substitution cannot pass, and anything unconfirmed returns "unverifiable", never "pass". Every verdict carries a stable verdict_id, the engine digest that produced it, and a signature verifiable offline against the public key (see get_verifier_info). Scope: server-rendered pages; client-rendered (JS-only) content returns "unverifiable". $0.01 per call via x402. Endpoint: https://scrapecheck-mcp.fly.dev/mcp
- verify_presence (Presence check (not an answer check)) - Presence check only — this does NOT confirm the value is the right answer to what was asked, and its positive verdict is "present", never "pass". It confirms the claimed value appears on the live source page: ScrapeCheck independently re-fetches the URL and checks the value is present and served live, with no LLM judge. Published accuracy numbers apply to full verification (verify_web_field) only. Returns a signed verdict ("present", "fail", or "unverifiable") with check_type "web_field_presence_v1". Scope: server-rendered pages. $0.002 per call via x402. Endpoint: https://scrapecheck-mcp.fly.dev/mcp
- get_verifier_info (Verifier trust info (free)) - Free trust artifact: the evidence for deciding whether to trust ScrapeCheck's verdicts, in-band. Returns the ed25519 public key every verdict signature verifies against, the benchmark summary with honest small-N labels, the scope statement, and service endpoints. Verdicts are signed over canonical sorted-key JSON of all fields except "signature". Endpoint: https://scrapecheck-mcp.fly.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.FieldmodeLLC
- Version: 0.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
