VOOZH about

URL: https://apify.com/eager_cornet/test-deep-knowledge-mcp-server

⇱ TEST-Deep Knowledge Mcp Server Β· Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

TEST-Deep Knowledge Mcp Server

Deep Knowledge MCP Server gives LLMs real-time access to fresh technical docs using Google Search and web crawling. Instead of a basic scraper, it acts as a live knowledge engine for Claude or Cursor, letting developers instantly fetch and understand new libraries and frameworks to code faster.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ vikash kumar

vikash kumar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 months ago

Last modified

Share

Deep Knowledge MCP Server

Give your AI the power to browse, read, and understand technical documentation and code repositories.

This Apify Actor implements the Model Context Protocol (MCP), allowing LLMs (like Claude) to perform deep research on technical topics by leveraging Apify's powerful scraping infrastructure.


πŸš€ Features

  • πŸ” Search Technical Docs: Finds relevant documentation, libraries, and GitHub repositories using a specialized Google Search setup.
  • πŸ“– Fetch Documentation: Extracts clean, markdown-formatted content from any documentation URL, perfect for LLM context windows.
  • ⚑ Fast & Scalable: built on Apify's infrastructure, handling anti-scraping protections automatically.
  • πŸ’° Pay-per-Event: Simple pricing model based on the tools you use.

πŸ› οΈ Tools Provided

1. search_technical_docs

Searches for technical resources.

  • Input: query (e.g., "LangChain python documentation"), max_results (default: 5).
  • Output: A list of titles, URLs, and descriptions.

2. fetch_documentation

Reads a web page and returns its content.


πŸ’» How to Use

Option 1: limit with Claude Desktop (Recommended)

To use this Actor as a tool in Claude Desktop:

  1. Deploy this Actor to your Apify account.
  2. Get your Apify Token from Settings > Integrations.
  3. Configure your claude_desktop_config.json:
{
"mcpServers":{
"deep-knowledge":{
"command":"npx",
"args":[
"-y",
"@apify/mcp-server-runner",
"ACTOR_NAME_OR_ID",
"--token",
"YOUR_APIFY_TOKEN"
]
}
}
}

(Replace ACTOR_NAME_OR_ID with this Actor's name, e.g., eager_cornet/deep-knowledge-mcp-server)

Option 2: Standalone Mode (Demo)

You can run this Actor directly on the Apify Platform to test it without an AI client.

  1. Go to the Input tab.
  2. Uncheck Run as MCP Server.
  3. Enter a Demo Search Query.
  4. Click Start.
  5. View results in the Output tab.

πŸ’Έ Monetization & Pricing

This Actor uses Pay-per-Event pricing. You are charged only when the AI successfully calls a tool.

  • Search: charged per successful search operation.
  • Fetch: charged per successful page fetch.

Check the Pricing tab for exact rates.


πŸ‘¨β€πŸ’» Development

This server is built with Python using the mcp SDK and apify-client.

Local Development:

# Install dependencies
pip install-r requirements.txt
# Run locally (requires APIFY_TOKEN env var)
python src/main.py

You might also like

Deep Knowledge Mcp Server

eager_cornet/deep-knowledge-mcp-server

Deep Knowledge MCP Server gives LLMs real-time access to fresh technical docs using Google Search and web crawling. Instead of a basic scraper, it acts as a live knowledge engine for Claude or Cursor, letting developers instantly fetch and understand new libraries, and frameworks to code faster.

4

5.0

Docs MCP Server Starter β€” Live Docs: Claude, Cursor & AI Agents

joeslade/docs-mcp-server-starter

Persistent MCP server that gives Claude, Cursor, and any MCP-compatible AI assistant queryable access to technical documentation. Indexes any docs site, exposes search and fetch tools over MCP, caches pages for speed. Ships with templates for Next.js, Tailwind, React, TypeScript, Prisma.

GPT Crawler MCP β€” Knowledge files for ChatGPT, Claude, RAG

kazkn/gpt-crawler-mcp

Crawl any website and turn it into a clean knowledge file for your custom GPT, Claude Project, or RAG pipeline. Native MCP server in Standby mode + classic batch mode.

Autopoietic Knowledge Synthesis MCP Server

ryanclinton/autopoietic-knowledge-synthesis-mcp

MCP intelligence server for autopoietic knowledge synthesis detection and analysis.

Website To LLM Knowledge Pack

attainable_iota/website-to-llm-knowledge-pack

Crawl any website and turn it into an LLM-ready knowledge pack. This Actor extracts clean main text + metadata, follows links with depth/URL filters, and outputs per-page dataset items plus knowledge.jsonl, knowledge.md, and manifest.json for RAG/embeddings pipelines.

πŸ‘ User avatar

M Junaid Shaukat

7

Forage β€” MCP Server for AI Agents

ernesta_labs/forage

MCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.

πŸ‘ User avatar

Riccardo Minniti

5

5.0

Google Knowledge Graph

seemuapps/google-knowledge-graph

Enrich a list of entity names (people, companies, places, things) with metadata from the Google Knowledge Graph.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Related articles

Best MCP servers for developers
Read more
What is MCP? Insights from the Developers Summit
Read more
How to add Apify MCP Server to Cursor IDE
Read more