PulseAugur
EN
LIVE 16:32:21

New Python server footnote-mcp verifies claims using AI and web scraping

The footnote-mcp project introduces a Python-based server designed to verify information by cross-referencing claims with multiple sources. It employs a verification pipeline that uses a heuristic backend for factual and numerical data, achieving 100% accuracy on a benchmark set, and an Ollama backend for semantic analysis. The system includes tools for corroborating claims across sources, locating specific supporting text, and generating detailed research reports. For data retrieval, it utilizes a multi-tiered fetching system that escalates from simple HTTP requests to headless Chromium browsers and external scraping services, while also supporting various search engines and structured data formats. AI

IMPACT Enhances information verification workflows by integrating LLMs with web scraping and multi-source analysis.

RANK_REASON The item describes a new software tool for information verification, not a core AI model release or significant industry event.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Python server footnote-mcp verifies claims using AI and web scraping

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Artem KK ·

    Building an MCP Server That Verifies Its Sources: Inside footnote-mcp

    <p>footnote-mcp is a Python MCP server installable via pip, Docker, or pipx. No API keys required — it falls back to scraped Bing + DuckDuckGo search and automatic headless Chromium for JavaScript-heavy pages.</p> <h2> The Verification Pipeline </h2> <p>The core tool is <code>evi…