Server data from the Official MCP Registry
Web search, clean page reading & one-call research dossiers for AI agents. No API key.
Web search, clean page reading & one-call research dossiers for AI agents. No API key.
A well-designed web research MCP server with sound security practices. Authentication is not applicable—the server uses public metasearch APIs (SearXNG, DuckDuckGo) that require no credentials. Input validation is present and reasonable, with clamped parameter ranges. Network access is appropriate for the stated purpose, and no dangerous patterns (code injection, exfiltration, hardcoded secrets) are present. Minor code quality observations around error handling and broad catch blocks do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-perufitlife-deep-research-mcp-server": {
"args": [
"-y",
"deep-research-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server that gives Claude, Cursor, or any AI agent real web-research skills — web search, clean-Markdown page reading, and one-call research dossiers — with no OpenAI / Perplexity / Tavily key required. Your agent is the LLM, so it does the synthesis; this server does the hard part (finding sources, fetching them, and stripping pages down to clean, LLM-ready Markdown).
| Tool | What it does |
|---|---|
web_search | Search the web → ranked {title, url, snippet}. |
read_url | Fetch a URL → main content as clean Markdown. |
deep_research | Search → read the top N sources in parallel → a citation-ready dossier. |
Add to your MCP config (claude_desktop_config.json, Cursor mcp.json, etc.):
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": ["-y", "deep-research-mcp-server"]
}
}
}
Then ask your agent: "Use deep_research to compare the top open-source vector databases in 2026 and summarize with citations."
deep_research orchestrates multi-source reading and returns a citation-ready dossier, not a single page.npx and go.deep_research skips failed sources and reports how many it read.Also available as a hosted Apify Actor: apify.com/renzomacar/deep-research-mcp. Built by Renzo Madueño.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.