EveryDev.ai
Sign inSubscribe
Home
Tools

2,790+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1916
  • Coding1362
  • Infrastructure646
  • Marketing508
  • Projects459
  • Research417
  • Design399
  • Analytics362
  • MCP249
  • Security249
  • Testing243
  • Data235
  • Integration181
  • Prompts171
  • Learning164
  • Communication163
  • Extensions158
  • Voice140
  • Commerce128
  • DevOps113
  • Web83
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. web-researcher-mcp
    web-researcher-mcp icon

    web-researcher-mcp

    MCP Servers
    Featured

    An open-source MCP server that gives AI assistants real web search with verified citations, full-article reading, and trusted source filtering via search lenses.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. No cost, no usage limits imposed by the project itself.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersWeb ResearchResearch Assistants

    Alternatives

    MCP InspectorMobbin MCPxmcp
    Developer
    Zohar BabinZohar Babin builds open-source developer tools focused on AI…

    Listed Jun 2026

    About web-researcher-mcp

    web-researcher-mcp is an open-source Model Context Protocol (MCP) server written in Go that equips AI assistants like Claude, Cursor, and any MCP-compatible client with honest, citation-verified web research capabilities. Built by Zohar Babin and released under the MIT license, it runs entirely on the user's machine — queries never pass through a third-party server. The latest release is v1.34.0, published June 16, 2026, which added a Python SDK.

    What It Is

    web-researcher-mcp is an MCP server that plugs into AI assistants and gives them a suite of research tools: web search, full-page scraping, academic paper lookup, patent search, SEC filing retrieval, US court record search, citation verification, and more. Unlike AI search products that synthesize results from opaque indexes, this tool fetches and reads primary sources directly, returning working links and properly formatted citations (APA, MLA, BibTeX, RIS, CSL-JSON). The core design goal is eliminating hallucinated citations — every result must be a real, verifiable URL.

    How Search Lenses Work

    A central feature is "search lenses" — curated domain lists that restrict which websites an AI is allowed to search. Instead of querying the open web and surfacing SEO spam or AI-generated content, a lens limits results to trusted sources for a given field:

    • medical — PubMed, WHO, NIH, and clinical sources
    • legal — law databases, case repositories, statutes
    • academic — preprint servers, open-access journals, repositories
    • security — CVEs, advisories, vulnerability research
    • finance — SEC EDGAR, market filings
    • journalism — public records, FOIA, corporate filings

    Users can also define custom lenses by listing trusted domains in a JSON file. Lenses work with every supported search provider.

    Tool Suite and Research Capabilities

    The server exposes over 20 tools to connected AI assistants, covering the full research workflow:

    • web_search / search_and_scrape — web search with optional lens filtering and quality scoring
    • scrape_page — full-text extraction of web pages, PDFs, Word docs, YouTube transcripts, and Hacker News threads
    • academic_search — real papers with DOIs, authors, citation counts, and open-access links via OpenAlex/CrossRef
    • citation_graph — walks a paper's citation neighborhood with intent/influence signals
    • patent_search — US, European, and international patent offices
    • filing_search — SEC EDGAR filings (10-K, 10-Q, 8-K) and structured XBRL company facts
    • legal_search — US court opinions and dockets via CourtListener
    • verify_citation / audit_bibliography — checks whether citations exist, match real records, and are not retracted
    • answer — synthesized factual answers with citations (requires Exa provider)
    • sequential_search — multi-step deep research with session persistence
    • research_export — exports sessions as markdown or JSON reports with full provenance

    Guided prompt templates (comprehensive-research, fact-check, competitive-analysis, literature-review) are also bundled and surface as slash commands in supported AI apps.

    Deployment and Setup Paths

    The server ships as a single signed binary with multiple install paths:

    • Python/uvx — uvx web-researcher-mcp (no Go required, cross-platform)
    • Homebrew — brew install zoharbabin/tap/web-researcher-mcp (macOS/Linux)
    • One-command shell installer — curl/PowerShell scripts for macOS, Linux, and Windows
    • WinGet / Scoop — Windows package managers
    • Docker — zoharbabin/web-researcher-mcp image with Chromium bundled
    • Go install — go install from source
    • One-click buttons — deep-link installers for Cursor, VS Code, and LM Studio

    DuckDuckGo is the zero-config default (no API key needed). Optional providers — Google PSE, Brave, Serper, Tavily, Exa, SearXNG, SearchAPI.io, and Hacker News — can be added by setting environment variables. Multiple providers can be configured for automatic failover via SEARCH_ROUTING.

    Update: v1.34.0 — Python SDK

    The v1.34.0 release (June 16, 2026) introduced a Python SDK (web-researcher-mcp on PyPI) with an async WebResearcherClient and a sync wrapper for scripts and notebooks. The SDK is installable via pip, uv, or uvx, and the PyPI wheels vendor the compiled Go binary so no Go toolchain is required. The project also ships an HTTP server mode with OAuth 2.1 support for team deployments, and the repository shows active development with 27 stars and 4 forks as of the latest data.

    web-researcher-mcp - 1

    Community Discussions

    Be the first to start a conversation about web-researcher-mcp

    Share your experience with web-researcher-mcp, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. No cost, no usage limits imposed by the project itself.

    • All research tools included
    • DuckDuckGo zero-config default
    • Support for 9 search providers
    • Search lenses for trusted source filtering
    • Full-article scraping including PDFs and YouTube transcripts

    Capabilities

    Key Features

    • Web search with configurable search providers (DuckDuckGo, Google PSE, Brave, Serper, Tavily, Exa, SearXNG, SearchAPI.io, Hacker News)
    • Search lenses for restricting results to trusted domain lists by field
    • Full-page scraping of web pages, PDFs, Word docs, YouTube transcripts, and Hacker News threads
    • Academic paper search with real DOIs, authors, citation counts, and open-access links
    • Citation graph traversal with intent and influence signals
    • Patent search across US, European, and international patent offices
    • SEC EDGAR filing search and structured XBRL company facts
    • US court opinion and docket search via CourtListener
    • Economic data lookup (World Bank, OECD, Eurostat, FRED)
    • ClinicalTrials.gov search for clinical trial registrations
    • Citation verification and bibliography auditing
    • AI recommendation list auditing for conflicts of interest and dead links
    • Internet Archive snapshot capture via Save Page Now
    • Synthesized factual answers with citations (requires Exa)
    • Structured JSON extraction from search results
    • Multi-step sequential deep research with session persistence
    • Research session export as markdown or JSON with full provenance
    • Bibliography formatting in APA, MLA, BibTeX, RIS, and CSL-JSON
    • Guided prompt templates for comprehensive research, fact-checking, competitive analysis, and literature review
    • Multi-provider automatic failover routing
    • HTTP server mode with OAuth 2.1 for team deployments
    • Python SDK with async and sync wrappers
    • SSRF protection, rate limiting, and content sanitization
    • Disk-based result caching
    • JavaScript-heavy site rendering via headless Chromium

    Integrations

    Claude
    Claude Desktop
    Claude Code
    Cursor
    VS Code
    LM Studio
    DuckDuckGo
    Google Programmable Search Engine
    Brave Search
    Serper
    SearchAPI.io
    SearXNG
    Tavily
    Exa
    Hacker News Algolia
    OpenAlex
    CrossRef
    Semantic Scholar
    SEC EDGAR
    CourtListener
    ClinicalTrials.gov
    World Bank
    OECD
    Eurostat
    FRED
    EPO
    USPTO
    The Lens
    Internet Archive Wayback Machine
    Docker
    Homebrew
    PyPI
    WinGet
    Scoop
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate web-researcher-mcp and help others make informed decisions.

    Developer

    Zohar Babin

    Zohar Babin builds open-source developer tools focused on AI research integrity and the Model Context Protocol ecosystem. The web-researcher-mcp project delivers a citation-verified web research server for AI assistants, written in Go and distributed under the MIT license. The project emphasizes privacy-first design — all queries run locally on the user's machine with no intermediary servers.

    Read more about Zohar Babin
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    MCP Inspector icon

    MCP Inspector

    A developer tool for visually testing and debugging MCP servers, featuring a React-based web UI and a Node.js proxy that bridges browser-based interaction with MCP servers.

    Mobbin MCP icon

    Mobbin MCP

    Mobbin MCP connects AI agents and tools to Mobbin's curated library of real-world app UI screenshots and design references via the Model Context Protocol.

    xmcp icon

    xmcp

    TypeScript framework for building and shipping MCP applications with file system routing, hot reloading, and flexible deployment options.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    106 tools

    Web Research

    Tools that help navigate and extract information from the web.

    43 tools

    Research Assistants

    AI assistants specialized in helping with research tasks.

    64 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussion
    11views