Skip to content

Web Researcher MCP

v1.19.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent anti-hallucination bibliography citation-verification claude
+13 more
claude-code claude-desktop content-extraction cursor fact-checking go llm mcp mcp-server model-context-protocol research web-scraping web-search

Summary

AI summary

Broad release touches New lenses, Docker Images ```bash, New structured-domain tools, and @zoharbabin.

Full changelog

✨ Research Capability Expansion

This release adds three new structured-research domains, two cross-cutting result-quality signals, and two search lenses — all behind the proven capability-interface pattern, all additive.

New structured-domain tools

  • filing_search (#51) — search SEC EDGAR for US public-company filings (10-K, 10-Q, 8-K, S-1, DEF 14A, …) by company, ticker, or CIK; or full-text search across all filers. Set facts=true for structured XBRL company facts (revenue, net income, EPS, assets) passed through exactly as filed. No API key — just a contact email (EDGAR_CONTACT_EMAIL, falls back to OPENALEX_EMAIL).
  • legal_search (#52) — search US federal and state court opinions via CourtListener, with Bluebook citations, jurisdiction and date filters. Works keyless; COURTLISTENER_API_TOKEN raises the rate limit.
  • econ_search (#82) — look up FRED macroeconomic data (800K+ series: GDP, CPI, unemployment, rates). Keyword-search series or pull observations by series_id, with units/frequency/date transforms. Values verbatim, no rounding. Set FRED_API_KEY (free).

Smarter results everywhere

  • Typed source classification (#62) — scrape_page and search_and_scrape now tag every source with sourceType (peer_reviewed / official_docs / government / news / blog / forum / wiki / social_media / unknown), authorityTier (high/medium/low), and domainCategory, so your AI can hedge by source quality. Driven by Schema.org / Highwire metadata where available.
  • Claim evidence (#66) — pass an optional claim to web_search or search_and_scrape and each result surfaces the most claim-relevant sentence(s). Evidence only — the server never decides supports/contradicts; your AI makes the call.

New lenses

  • devops — Kubernetes, Docker, Terraform, cloud, CI/CD docs.
  • academic-extended — preprint servers, OA aggregators, and repositories beyond core journal indexes.

Docs

Tool schemas · Examples · Getting API keys · Deployment & env vars


What's Changed

Full changelog: https://github.com/zoharbabin/web-researcher-mcp/compare/v1.18.0...v1.19.0

Changelog

New Features

  • c2a6038d1f5a6f56d64a6ba15ed798756983fcf0: feat(research): Research Capability Expansion — EDGAR/CourtListener/FRED + typed sources + claim evidence + lenses (@zoharbabin)

Other

  • fddac562fef7a9c8edb7cd029e5f2e80c66fe36c: Merge pull request #141 from zoharbabin/feat/research-capability-expansion (@zoharbabin)
  • c33229f81409dac7185ff6e1b8ad6fa908ea4bd3: Merge pull request #142 from zoharbabin/chore/release-v1.19.0 (@zoharbabin)
  • 8eaf81d13d75456c5439c8f95a864c1e3aae2fd9: chore(release): v1.19.0 (@zoharbabin)

Docker Images

# GitHub Container Registry
docker pull ghcr.io/zoharbabin/web-researcher-mcp:1.19.0

# Docker Hub
docker pull docker.io/zoharbabin/web-researcher-mcp:1.19.0

Homebrew

brew install zoharbabin/tap/web-researcher-mcp

Verify Checksums

sha256sum -c checksums.txt

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Web Researcher MCP

Get notified when new releases ship.

Sign up free

About Web Researcher MCP

All releases →

Beta — feedback welcome: [email protected]