Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by kazuph • Testing & QA
A TypeScript MCP server that scrapes website documentation, embeds and indexes it into Qdrant, and exposes a tool to answer natural-language questions about the indexed content.
Search and answer questions over scraped website documentation using a Qdrant vector index.
Expose a site-specific QA tool through an MCP interface (e.g., Claude Desktop) runnable via npx.
Build custom knowledge bases by crawling, chunking, embedding, and indexing web content for retrieval-augmented generation.
This server scrapes a target website, chunks and embeds the scraped text with a sentence-transformer model, and stores embeddings and content chunks in a Qdrant collection. It then exposes a dynamically named MCP tool (e.g., ask_reactrouter_docs) that embeds user queries, searches Qdrant for relevant chunks, and returns the matching content. It is designed to be run via npx or installed globally and integrates easily with MCP clients like Claude Desktop. Configuration is via CLI options or environment variables and supports forced reindexing, collection naming, and model selection.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.