corpus-mcp
A document-retrieval layer with semantic search over the Model Context Protocol. Documents are chunked, embedded with Voyage AI, and ranked by vector similarity — connect it as a custom connector in an MCP client to search your private corpus.
POST/mcpMCP endpoint (bearer auth required)
corpus_ingest
corpus_search
corpus_fetch
corpus_list
corpus_supersede
To connect: add <this-domain>/mcp as a custom connector and supply your bearer token. Every tool call is authenticated; semantic search fails loudly if embeddings are unavailable and never falls back to keyword matching.