Zero-auth research MCP server β web, GitHub, HN, Stack Overflow, OpenAlex, YouTube. No keys needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Zero-auth, security-hardened research MCP for cross-domain agents.
Give Claude, Cursor, OpenCode, Open WebUI, or any MCP-compatible agent a full research stack β web search, academic papers, PDFs, GitHub repos, news, macro & finance data, SEC filings, biomedical literature, Bluesky, and YouTube β with no API keys to manage. 22 tools, one install.
Research agents are only as good as the sources they can reach. But every extra source usually means another API key, another signup, another quota to babysit β and more attack surface.
openresearch-mcp is built for local-first agents that need useful public data now, with safer defaults:
The value isn't 22 tools in isolation β it's chaining them into one cross-domain research pass:
search_sec_filings / get_company_financials β search_news β read_repo β read_urlsearch_openalex β search_europepmc β read_pdfsearch_indicators β get_country_indicator β get_fx_rate β get_historical_weatherPoint any MCP client at it (Claude Desktop, Cursor, or an HTTP agent β see Connect) and ask something cross-domain:
"Pull Apple's latest annual revenue from its SEC filings, then find recent news on its AI strategy."
The agent chains get_company_financials β search_news for you β no keys, no setup.
The server is listed on the official MCP Registry as io.github.olanokhin/openresearch-mcp. Registry-aware clients can discover and install it without manual config β search for openresearch-mcp in your client's MCP browser.
By default the server starts on http://127.0.0.1:8000/mcp (Streamable HTTP, MCP 1.1+) β bound to loopback so it is not exposed to your local network. To expose it (e.g. in a container or behind a gateway), bind all interfaces explicitly:
Note: when binding beyond loopback, put an auth/rate-limit gateway in front. The server is zero-auth by design, and
read_url/read_pdffetch arbitrary URLs (private/link-local/loopback ranges are blocked to prevent SSRF, but rate limiting is your responsibility).
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
(Windows: %APPDATA%\Claude\claude_desktop_config.json)
Restart Claude Desktop after saving. The server runs in stdio mode β no port needed.
Create or edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):
Start the server:
Point your agent at:
The ~Tok column is each tool's full definition (name + description + JSON input schema, as sent in tools/list) β injected into the agent context on every request.
| Tool | Source | Notes | ~Tok |
|---|---|---|---|
web_search | DuckDuckGo | Optional site= param to scope to a domain (e.g. arxiv.org) | 251 |
read_url | Any webpage | Strips nav/scripts, returns clean text | 164 |
read_pdf | Any PDF or arXiv | Accepts /abs/, /pdf/, /html/ arXiv URLs interchangeably | 181 |
read_repo | GitHub public repos | README + file tree + key docs; set GITHUB_TOKEN for 5k req/hr | 211 |
search_hacker_news | HN via Algolia | Story search with points + comment counts | 206 |
search_stackoverflow | Stack Overflow API | Set STACKEXCHANGE_KEY for higher quota | 212 |
search_openalex | OpenAlex | 250M+ works, zero rate limiting; set OPENALEX_EMAIL for polite pool | 231 |
get_youtube_transcript | YouTube captions | Accepts full URLs, youtu.be/ links, shorts, or bare video IDs | 194 |
get_current_date | Server clock | Current UTC date/time β anchors relative requests ("last 30 days") instead of guessing | 240 |
get_weather_forecast | Open-Meteo | Current conditions + up to 16-day forecast by place name; no key. See licensing note below | 229 |
get_historical_weather | Open-Meteo | Climate series since 1940 for a place + date range, aggregated monthly/yearly; no key. See licensing note below | 328 |
search_indicators | World Bank | Find an indicator code by keyword ("GDP", "migration"); feed into get_country_indicator | 240 |
get_country_indicator | World Bank | Yearly socio-economic series (GDP, population, inflation, migration, life expectancyβ¦) by country + code; no key | 338 |
get_fx_rate | Frankfurter (ECB) | Currency rates: latest, a historical date, or a date-range series (downsample week/month); no key | 367 |
get_crypto_price | CoinGecko | Crypto price (current or daily history) by coin id/symbol vs a quote currency; no key | 284 |
search_news | GDELT | Fresh global news on a topic (multilingual); returns articles to feed into read_url; no key (rate-limited ~1/5s) | 481 |
search_europepmc | Europe PMC | Biomedical/life-science papers; flags open-access and gives a PDF URL to feed into read_pdf; no key | 264 |
search_bluesky_users | Bluesky | Find researcher/dev profiles by name, handle, or bio; no key | 227 |
get_bluesky_profile | Bluesky | Full bio + follower/post counts for a handle; no key | 200 |
read_bluesky_feed | Bluesky | A user's recent original posts (reposts/replies filtered); no key | 228 |
get_company_financials | SEC EDGAR | Annual revenue, earnings, assets for a US-listed company by ticker (10-K filings); no key (set SEC_USER_AGENT for heavy use) | 233 |
search_sec_filings | SEC EDGAR | Full-text search of filings (10-K/10-Q/8-K) by keyword/company; returns a document URL to feed into read_url/read_pdf; no key | 300 |
| All 22 tool definitions | 5,609 | ||
Server instructions | selection guide + chaining recipes | 815 | |
| Total per request | β 3% of a 200K context window | 6,424 |
Tokens measured with tiktoken o200k_base (GPT-4o / o-series encoding), offline; Claude's tokenizer differs by ~Β±10-15%. This table is generated β run uv run python scripts/context_cost.py --write; CI fails if it drifts.
All tools work without any keys. Set these to increase rate limits:
| Variable | Effect |
|---|---|
GITHUB_TOKEN | GitHub: 60 β 5,000 req/hr |
OPENALEX_EMAIL | OpenAlex polite pool (higher limits) |
STACKEXCHANGE_KEY | Stack Overflow: higher daily quota |
SEC_USER_AGENT | Your contact (e.g. email) for SEC EDGAR fair-access; a default is used otherwise |
Example with keys:
Or in Claude Desktop config:
openresearch-mcp was reviewed and hardened using agent-security-skill, an OWASP-aligned AI agent security review skill developed by the maintainer.
That review directly led to concrete hardening in this server: SSRF-resistant URL fetching, untrusted-content framing for tool outputs, bounded downloads, pinned GitHub Actions, dependency major-version caps, and regression tests for security-sensitive behavior.
See the hardening notes and current security posture in SECURITY.md.
When running in HTTP mode, check which sources are reachable:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/openresearch-mcp)<a href="https://allmcps.com/mcp/openresearch-mcp"><img src="https://allmcps.com/api/badge/openresearch-mcp?style=directory" alt="OpenResearch MCP on AllMCPs" /></a>