Labsco
MCP SERVER · OFFICIAL PROJECT

Krisp Meeting Records

by Krisp

Six tools over meetings, agendas and action items — with a date tool the vendor tells the agent to call first.

Speech Synthesis & TranscriptionOfficial source
Summary
A date_time tool exists because models are consistently wrong about what today is.

Ask an assistant about 'last week's meetings' and it will reason from a training-time date unless something tells it otherwise. Krisp shipping an explicit date tool, and advising it be called whenever dates matter, fixes a failure that otherwise produces confidently wrong answers. The id-pairing pattern is the other design worth noting: list returns ids, get_document fetches the content, so a listing does not drag every transcript into context.

What it is

Krisp's endpoint over their meeting notes and transcription product. Six tools in their supported-tools article, though a seventh appears in the troubleshooting section of the parent page — an inconsistency in their own documentation.

What you get
  • date_time — current date or an enumerated range; Krisp advises calling it whenever a date is involved
  • search_meetings — free text or by meeting id, returning metadata, summaries and key points
  • list_upcoming_meetings — the next 1 to 14 days, returning agenda ids to pair with get_document
  • get_document — any document by its 32-character id: meeting, agenda, transcript
  • list_action_items — tasks and follow-ups from meetings
  • list_activities — the Activity Center: notifications, assignments, summaries
Requirements

OAuth 2.0 authorization code with PKCE, with a bearer token on every request and tokens validated by introspection. Deleting recordings or notes is request-based through support rather than self-service.

Setup effort

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