Labsco
MCP SERVER · OFFICIAL PROJECT

Kolva Meeting Search

by Kolva

Semantic search across meeting transcripts, notes, tasks and uploaded documents — with an OAuth path the docs do not mention.

Speech Synthesis & TranscriptionOfficial source
Summary
There is a working OAuth path here that the documentation does not tell you about.

The documented route is a personal access token pasted into a config. The endpoint also advertises full dynamic client registration, which means a compliant client can authorise itself with nothing to paste — better security, undocumented. Worth trying before falling back to a static token. Undocumented behaviour can change without notice, so treat it as a convenience rather than something to build on.

What it is

Kolva's endpoint over their meeting and document workspace. Their documentation describes five capability areas in prose without naming tools.

What you get

Semantic search across meeting transcripts, notes, tasks and uploaded documents, plus the other capability areas their documentation describes.

Requirements

A personal access token as a bearer header, per their documentation. Our probe also found a full OAuth 2.0 flow with PKCE and dynamic client registration, which their docs do not mention.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen