This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryBroad 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. Setfacts=truefor 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 toOPENALEX_EMAIL).legal_search(#52) — search US federal and state court opinions via CourtListener, with Bluebook citations, jurisdiction and date filters. Works keyless;COURTLISTENER_API_TOKENraises the rate limit.econ_search(#82) — look up FRED macroeconomic data (800K+ series: GDP, CPI, unemployment, rates). Keyword-search series or pull observations byseries_id, with units/frequency/date transforms. Values verbatim, no rounding. SetFRED_API_KEY(free).
Smarter results everywhere
- Typed source classification (#62) —
scrape_pageandsearch_and_scrapenow tag every source withsourceType(peer_reviewed / official_docs / government / news / blog / forum / wiki / social_media / unknown),authorityTier(high/medium/low), anddomainCategory, so your AI can hedge by source quality. Driven by Schema.org / Highwire metadata where available. - Claim evidence (#66) — pass an optional
claimtoweb_searchorsearch_and_scrapeand 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
About Web Researcher MCP
All releases →Related context
Beta — feedback welcome: [email protected]