Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by deepmihir • Documentation & Docs
An MCP server that lets Claude search and scrape documentation for popular Python libraries (LangChain, LlamaIndex, OpenAI) to answer developer queries.
Search and retrieve authoritative documentation snippets for LangChain, LlamaIndex, or OpenAI to answer developer questions.
Discover relevant documentation pages via Google/Serper and extract the page content for context-aware responses.
A local MCP endpoint compatible with Claude Desktop to integrate documentation search into conversational workflows.
This project implements a custom MCP server that integrates Google Search (via Serper) and web scraping to locate and extract content from documentation pages for libraries such as LangChain, LlamaIndex, and OpenAI. It is designed to run alongside Claude Desktop via the MCP protocol and uses the uv package manager to manage and run the server. The server helps agents quickly find authoritative documentation pages and relevant excerpts to improve accuracy when answering coding and library-specific questions.
Add two numbers together. Args: a: First number b: Second number Returns: The sum of a and b
Subtract the second number from the first. Args: a: Number to subtract from b: Number to subtract Returns: The result of a - b
Multiply two numbers together. Args: a: First number b: Second number Returns: The product of a and b
Divide the first number by the second. Args: a: Numerator b: Denominator Returns: The result of a / b
Basic calculator help information.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.