From 5c3475f6665e09f77bdaae335fcb68d6e98859fc Mon Sep 17 00:00:00 2001 From: FieldmodeLLC <309510737+FieldmodeLLC@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:28:41 -0400 Subject: [PATCH 1/2] Add FieldmodeLLC/scrapecheck-mcp to Search & Data Extraction Remote streamable-HTTP MCP server that verifies scraped field values against the live source page and returns an ed25519-signed verdict clients can verify offline. Pay-per-call x402 (USDC on Base). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..0f0ca7ba5 100644 --- a/README.md +++ b/README.md @@ -2937,6 +2937,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [evanatpizzarobot/vr-org-mcp](https://github.com/evanatpizzarobot/vr-org-mcp) [![evanatpizzarobot/vr-org-mcp MCP server](https://glama.ai/mcp/servers/evanatpizzarobot/vr-org-mcp/badges/score.svg)](https://glama.ai/mcp/servers/evanatpizzarobot/vr-org-mcp) 📇 🏠 ☁️ - Live VR / AR / XR news, full-text VR.org originals, events calendar, headset deals and comparisons - [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way. - [fatwang2/search1api-mcp](https://github.com/fatwang2/search1api-mcp) 📇 ☁️ - Search via search1api (requires paid API key) +- [FieldmodeLLC/scrapecheck-mcp](https://github.com/FieldmodeLLC/scrapecheck-mcp) 📇 ☁️ - Verify scraped data against the live source page: send a URL, the scraped field values, and what was asked, and get back an ed25519-signed verdict (`pass`, `fail`, or `unverifiable`). A claim is never certified unless the re-fetched page contains it, and anything unconfirmed is `unverifiable`, never `pass`; signatures verify offline against a published key. Pay-per-call x402 (USDC on Base) — $0.01 full verification, $0.002 presence check, free allowance per client, no API key or signup. Remote: `https://scrapecheck-mcp.fly.dev/mcp`. - [firecrawl/firecrawl-mcp-server](https://github.com/firecrawl/firecrawl-mcp-server) [![firecrawl/firecrawl-mcp-server MCP server](https://glama.ai/mcp/servers/firecrawl/firecrawl-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/firecrawl/firecrawl-mcp-server) 🎖️ 📇 ☁️ 🏠 - Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host. - [KyuRish/fiverr-mcp-server](https://github.com/KyuRish/fiverr-mcp-server) [![KyuRish/fiverr-mcp-server MCP server](https://glama.ai/mcp/servers/KyuRish/fiverr-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/KyuRish/fiverr-mcp-server) 🐍 ☁️ - Search Fiverr gigs, view seller profiles, compare pricing packages, and read reviews. No API key required. - [format37/youtube_mcp](https://github.com/format37/youtube_mcp) 🐍 ☁️ – MCP server that transcribes YouTube videos to text. Uses yt-dlp to download audio and OpenAI's Whisper-1 for more precise transcription than youtube captions. Provide a YouTube URL and get back the full transcript splitted by chunks for long videos. From ce01faee96123cbe296f6216fc3837fbc7af403c Mon Sep 17 00:00:00 2001 From: FieldmodeLLC Date: Sat, 29 Aug 2026 23:57:34 -0400 Subject: [PATCH 2/2] Add Glama score badge to scrapecheck-mcp entry (maintainer checklist) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0ca7ba5..b5c6a5239 100644 --- a/README.md +++ b/README.md @@ -2937,7 +2937,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [evanatpizzarobot/vr-org-mcp](https://github.com/evanatpizzarobot/vr-org-mcp) [![evanatpizzarobot/vr-org-mcp MCP server](https://glama.ai/mcp/servers/evanatpizzarobot/vr-org-mcp/badges/score.svg)](https://glama.ai/mcp/servers/evanatpizzarobot/vr-org-mcp) 📇 🏠 ☁️ - Live VR / AR / XR news, full-text VR.org originals, events calendar, headset deals and comparisons - [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way. - [fatwang2/search1api-mcp](https://github.com/fatwang2/search1api-mcp) 📇 ☁️ - Search via search1api (requires paid API key) -- [FieldmodeLLC/scrapecheck-mcp](https://github.com/FieldmodeLLC/scrapecheck-mcp) 📇 ☁️ - Verify scraped data against the live source page: send a URL, the scraped field values, and what was asked, and get back an ed25519-signed verdict (`pass`, `fail`, or `unverifiable`). A claim is never certified unless the re-fetched page contains it, and anything unconfirmed is `unverifiable`, never `pass`; signatures verify offline against a published key. Pay-per-call x402 (USDC on Base) — $0.01 full verification, $0.002 presence check, free allowance per client, no API key or signup. Remote: `https://scrapecheck-mcp.fly.dev/mcp`. +- [FieldmodeLLC/scrapecheck-mcp](https://github.com/FieldmodeLLC/scrapecheck-mcp) [![MCP](https://glama.ai/mcp/servers/FieldmodeLLC/scrapecheck-mcp/badge)](https://glama.ai/mcp/servers/FieldmodeLLC/scrapecheck-mcp) 📇 ☁️ - Verify scraped data against the live source page: send a URL, the scraped field values, and what was asked, and get back an ed25519-signed verdict (`pass`, `fail`, or `unverifiable`). A claim is never certified unless the re-fetched page contains it, and anything unconfirmed is `unverifiable`, never `pass`; signatures verify offline against a published key. Pay-per-call x402 (USDC on Base) — $0.01 full verification, $0.002 presence check, free allowance per client, no API key or signup. Remote: `https://scrapecheck-mcp.fly.dev/mcp`. - [firecrawl/firecrawl-mcp-server](https://github.com/firecrawl/firecrawl-mcp-server) [![firecrawl/firecrawl-mcp-server MCP server](https://glama.ai/mcp/servers/firecrawl/firecrawl-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/firecrawl/firecrawl-mcp-server) 🎖️ 📇 ☁️ 🏠 - Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host. - [KyuRish/fiverr-mcp-server](https://github.com/KyuRish/fiverr-mcp-server) [![KyuRish/fiverr-mcp-server MCP server](https://glama.ai/mcp/servers/KyuRish/fiverr-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/KyuRish/fiverr-mcp-server) 🐍 ☁️ - Search Fiverr gigs, view seller profiles, compare pricing packages, and read reviews. No API key required. - [format37/youtube_mcp](https://github.com/format37/youtube_mcp) 🐍 ☁️ – MCP server that transcribes YouTube videos to text. Uses yt-dlp to download audio and OpenAI's Whisper-1 for more precise transcription than youtube captions. Provide a YouTube URL and get back the full transcript splitted by chunks for long videos.