MCP-Websearch-Server
If you are the rightful owner of MCP-Websearch-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a simple MCP server for retrieving information from the official documentation of Langchain, Llama Index, and OpenAI.
The MPC Docs Server is designed to facilitate the retrieval of documentation from Langchain, Llama Index, and OpenAI. It operates as a Model Context Protocol (MCP) server, which allows it to be integrated with other MCP-compatible applications. The server provides a straightforward tool, `get_docs`, which accepts a query and a library name to return relevant documentation snippets. This server is particularly useful for developers and applications that need to access documentation programmatically. By leveraging the Serper API, the server can search the web for documentation and return the results to the client. The setup process involves installing necessary packages, setting up a virtual environment, and configuring environment variables for API access.
Features
- Documentation Retrieval: Fetches content from the official documentation of Langchain, Llama Index, and OpenAI.
- MCP Compatibility: Implements an MCP server, allowing it to be easily integrated with other MCP-compatible applications.
- Simple Tool: Exposes a `get_docs` tool that accepts a query and library name, returning relevant documentation snippets.