Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by AIwithhassan • Uncategorized
An async MCP server for retrieving and cleaning official documentation content for popular AI and Python libraries.
Retrieve and clean official documentation content for AI and Python ecosystem libraries.
Perform site-restricted web searches and extract readable text chunks from HTML pages asynchronously.
Source-attributed, concatenated documentation snippets suitable for retrieval-augmented prompting.
This MCP server provides a tool to search official documentation domains, fetch and clean HTML content asynchronously, and return concatenated, source-attributed text suitable for retrieval-augmented prompting. It supports libraries like uv, langchain, openai, and llama-index, leveraging APIs such as Serper for search and Groq for LLM-based cleaning. The server is designed for streaming-safe operation and includes a client example for easy integration.