CaveauAI MCP Server
Connect any MCP-compatible AI agent directly to your CaveauAI document corpus
What Is It
The CaveauAI MCP Server is a standards-compliant Model Context Protocol server that exposes your CaveauAI document corpus as a set of tools any MCP-compatible AI agent can call. Instead of copying content into prompts manually, agents connect directly to your corpus and retrieve grounded, source-cited answers on demand.
How It Works
The server runs as a local process or remote endpoint and registers three core MCP tools:
- corpus_search — Semantic vector search across all documents in a corpus. Returns ranked passages with source citations, page numbers, and relevance scores.
- corpus_chat — RAG-powered conversational query against a corpus. The server retrieves relevant context, augments the prompt, and returns a grounded answer with inline citations.
- corpus_documents — List, filter, and retrieve metadata for all documents in a corpus. Useful for agents that need to understand what knowledge is available before querying.
Architecture
The MCP server communicates with the CaveauAI API over HTTPS using token-scoped authentication. All document processing, embedding generation, and inference happen on Blue Note Logic’s EU-hosted bare-metal infrastructure. No document content is sent to third-party services.
The server supports both stdio transport (for local IDE integrations like Claude Desktop and Cursor) and SSE transport (for remote and multi-user deployments). Configuration is a single JSON block in your MCP client settings.
Quick Start
Add the following to your MCP client configuration (e.g. claude_desktop_config.json):
{
"mcpServers": {
"corpusai": {
"command": "npx",
"args": ["-y", "@corpusai/mcp-server"],
"env": {
"CORPUSAI_API_KEY": "your-api-key",
"CORPUSAI_CORPUS_ID": "your-corpus-id",
"CORPUSAI_BASE_URL": "https://ai.bluenotelogic.com/api/v2"
}
}
}
}
Supported Clients
- Claude Desktop (Anthropic)
- Cursor IDE
- Windsurf IDE
- VS Code with GitHub Copilot
- Continue.dev
- Any MCP-compatible agent framework
Use Cases
- Legal research — Agents query Norwegian legal corpuses built from Lovdata, returning cited statute references and case law.
- Enterprise knowledge base — Connect Copilot Studio or internal agents to company policies, SOPs, and technical documentation.
- Due diligence — Financial analysts use AI agents to search across uploaded contracts, annual reports, and regulatory filings.
- Developer documentation — Engineering teams connect their IDE agent to internal API docs, runbooks, and architecture decision records.
Services for CaveauAI MCP Server
Knowledge Corpus Development
We help domain experts and organisations transform raw document collections into production-grade knowledge packages — structured, categorised, and optimised for AI-powered search. 80/20 revenue split in favour of the creator.
Learn more
AI Systems Integration
We design and implement the integration layer between CaveauAI and your existing systems — ERPs, CRMs, document management platforms, and custom applications.
Learn more
Agentic Workflow Design
We design the agent architectures, permission boundaries, and approval workflows that transform CaveauAI from a question-answering tool into an autonomous operational partner.
Learn moreRelated Products
Agentic AI
Deploy AI agents that reason, plan, and execute multi-step tasks using CaveauAI as their knowledge backbone — running entirely on your infrastructure, not someone else's cloud.
Learn more
CaveauAI
Upload thousands of documents and get citation-backed answers in seconds. CaveauAI runs 72B parameter models on bare-metal GPUs you control — no data leaves your jurisdiction, ever.
Learn more
The Knowledge Exchange
Package your domain knowledge into a secure AI corpus. We host the GPU and the RAG engine. You set the price. You keep 80% of the revenue. Build, curate, and publish knowledge packages for the Knowledge Exchange.
Learn moreReady to Get Started?
Contact our team to discuss how CaveauAI MCP Server can accelerate your AI strategy.
Get in Touch