deep-knowledge-mcp-server
Verified Safeby vikashvsp
Overview
Empowers LLMs with web scraping capabilities for deep technical research by searching technical documentation and fetching web page content.
Installation
npx -y @apify/mcp-server-runner ACTOR_NAME_OR_ID --token YOUR_APIFY_TOKENEnvironment Variables
- APIFY_TOKEN
Security Notes
The server uses environment variables for the Apify API token, which is a secure practice. It relies on the Apify client to interact with trusted Apify actors (`google-search-scraper`, `website-content-crawler`), mitigating direct injection risks from user input into raw HTTP requests. No `eval` or obfuscation found. The primary external risk would be the integrity of the Apify actors themselves or potential abuse of the scraping services, which is outside the scope of this server's code.
Similar Servers
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
apify-mcp-server
Enables AI agents (LLMs) to interact with the Apify platform, allowing for web scraping, data extraction, and task automation via Apify Actors, data storage, and documentation search.
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.