web-search-mcp-server

web-search-mcp-server

3.2

If you are the rightful owner of web-search-mcp-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 MCP server provides tools for web search and vector database functionality using LangChain and ChromaDB.

Web Search

get_docs(query: str, library: str): Search documentation for specified libraries

Vector Database

add_document_to_vectordb(content: str, metadata: Optional[Dict[str, Any]]): Add a single document to ChromaDB

Vector Database

search_vectordb(query: str, top_k: int, filter_criteria: Optional[Dict[str, Any]]): Search the vector database

Vector Database

delete_document_from_vectordb(document_id: str): Delete a document by ID

Vector Database

batch_add_documents_to_vectordb(documents: List[Dict[str, Any]]): Add multiple documents in a batch