mcpbeat

Scrapecheck MCP Server

io.github.FieldmodeLLC/scrapecheck
answering

Scrapecheck is answering right now. Last checked 15 min ago. It exposes 3 tools. Last commit 3 Aug 2026.

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

Uptime history 42 hours of history · worst hour 75%
42 hours agonow
98.9%
Uptime 24h
90 of 91 checks
3
Tools
read from the server
3351 ms
Response time
average over 24h
0
Stars
last commit 3 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add scrapecheck --transport http https://scrapecheck-mcp.fly.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrapecheck": {
      "url": "https://scrapecheck-mcp.fly.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scrapecheck]
url = "https://scrapecheck-mcp.fly.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "scrapecheck": {
      "url": "https://scrapecheck-mcp.fly.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scrapecheck": {
      "url": "https://scrapecheck-mcp.fly.dev/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

verify
verify_presence
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.
verify_web_field
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.
verifier
get_verifier_info
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".

Endpoints

URLTransportStateLatencyChecked
https://scrapecheck-mcp.fly.dev/mcp streamable-http answering 279 ms 15 min ago

Scrapecheck — questions

Answers built from our own checks of this server.

What can Scrapecheck do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_verifier_info, verify_presence, verify_web_field. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Scrapecheck working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 3351 ms. The bar chart above shows every period we have measured.
How do I connect Scrapecheck?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Scrapecheck need an API key?
No. Scrapecheck completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
Is Scrapecheck open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.