# mcp-server MCP server

Your company's brain for AI agents. Cited, permission-aware knowledge across every system.

## Links
- Registry page: https://www.getdrio.com/mcp/com-quelvio-mcp-server
- Repository: https://github.com/Quelvio/quelvio-mcp-server
- Website: https://quelvio.com

## Install
- Endpoint: https://mcp.quelvio.com/http
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.quelvio.com/http

## Tools
- query_knowledge - Search the company's connected knowledge across every source — Drive, SharePoint, Confluence, Slack, Notion — with cited synthesized answers, lifecycle awareness, and refusal-on-weak-context. Returns a written answer with [n] citations plus the ranked source chunks. Modes: `fast` (1,500 kT — retrieval-only, no synthesis), `standard` (12,500 kT — default; synthesized answer over the top retrieval set), `deep` (25,000 kT — wider retrieval + premium synthesis for complex questions). Pick the cheapest tier that answers the question. Responses are capped at 25,000 output tokens per Claude Connectors policy; if truncated, structured metadata carries `truncated: true` and `query_id` so the agent can call `get_source_detail` for full provenance. Endpoint: https://mcp.quelvio.com/http
- list_domains - List the taxonomy domains the company has indexed — with document counts, expert counts, and coverage levels — so an agent can decide whether to query before spending a Knowledge Token. Returns one row per domain with the canonical `taxonomy_domain` slug, document/chunk counts, expert count, coverage level (expert | partial | none), the single_expert risk flag, and the top contributor by authority. Use the slug as the `domain` filter on a follow-up `query_knowledge` call. Zero Knowledge Tokens consumed. Endpoint: https://mcp.quelvio.com/http
- get_source_detail - Return per-chunk source provenance for a previous query — document path, lifecycle state, embedding timestamp, contributor, last-updated — useful for verifying a citation or surfacing trust signals to a downstream system. Pass a `query_id` returned by an earlier `query_knowledge` call. Returns 404 if the query_id is unknown OR belongs to a different tenant (indistinguishable to prevent info-leak). Zero Knowledge Tokens consumed. Endpoint: https://mcp.quelvio.com/http

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.quelvio
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 18, 2026
- Source: https://registry.modelcontextprotocol.io
