mcpbeat Sign in

Scrapecheck MCP Server

by fieldmodellc Your server? Claim it
answering

Scrapecheck is answering right now. Last checked 9 min ago. It exposes 3 tools. Last commit 2 Sep 2026.

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

Uptime history 47 days of history · worst day 98%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
1915 ms
Response time
average over 24h
0
Stars
last commit 2 Sep 2026

What the code does

We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims local-only, but ships network tools verify_presence, verify_web_field
заявлено «локально, без передачи данных», но есть verify_presence

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Scrapecheck and you get told the day something new turns up.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 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 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 can all satisfy presence. Verdicts are present, fail, or unverifiable, signed, with check_type web_field_presence_v1. Use it as a cheap screen before a full check, or when you already know what the value means and only need to confirm it still appears on the page. If your decision depends on the value being the right value, call verify_web_field instead. Scope: server-rendered pages. $0.002 per check, paid in-band via x402.
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 have, it does not find data for you. Use it when you hold a value that came from somewhere else (a search result, a scraper, an upstream API, another agent) and you need to know it is on the source page before you act on it. Takes the URL, the claimed value, and what was asked; it independently re-fetches the page and never trusts the fetch you were given. Structural guarantee: a claim is never certified unless the re-fetched page contains it, and the model judge can only veto a pass, never create one. 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; JS-only content returns unverifiable rather than a guess. $0.01 per check, first 100 free, paid in-band via x402.
verifier
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 before trusting a verification provider: every verdict this service issues verifies offline against the returned key, so you do not have to trust the service at runtime to rely on its output.

Endpoints

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

Alternatives to Scrapecheck

same job, measured the same way
HSH Data-on-Demand
by hshintelligence

Made-to-order data for AI agents: company intel, B2B contacts, scraping. Pay per call via x402.

32 tools answering
AgentScrape
by hshintelligence

Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

6 tools answering
N
ThirdMade Shelf
by thirdmade

26 pay-per-call tools for agents: scrape, verify, guards, crypto. x402 USDC on Base.

26 tools answering
X
Web Search & Data API
by kadec0

Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.

23 tools answering
Scrape402
by scrape402

Pay-per-call agent tools via x402 (USDC on Base): chat, prices, funding, RNG. No account or keys.

5 tools answering
Webbersites X402 Data API
by webberdesign

45 pay-per-call AI agent tools: scraping, SEO, crypto data, lint, agent memory. x402 USDC on Base.

78 tools answering
SeoGrep
by seogrep

SEO for AI agents: crawl sites, audit pages, pull Search Console data, generate shareable reports.

answering
H/M Blindspot Challenge Platform
by hogarmas

Free AI crawler checks, Agent Surface audits, A2A actions and optional x402 evidence packs.

70 tools answering

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 91 of 91 checks got a reply (100.0%), average response time 1915 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.