---
name: klipy-meeting-recap
description: Retrieve meetings and transcripts from Klipy over MCP and produce concise recaps with action items.
---

# Klipy Meeting Recap

Turn Klipy meeting data into concise recaps and action items.

## Connect

Point an MCP client at the Klipy Streamable HTTP endpoint:

    https://api.klipy.ai/mcp

JSON-RPC 2.0 over Streamable HTTP, OAuth-authenticated. Docs:
https://klipy.ai/docs/guides/mcp/overview

## Tools

- `list_meetings` — find recent meetings.
- `get_meeting` — fetch a meeting's details.
- `get_meeting_transcript` — fetch the full transcript.
- `search_meeting_recordings` — locate recordings by content.
- `get_record_timeline` — see the interaction history for a record.

## Recipe

1. `list_meetings` to find the target meeting.
2. `get_meeting_transcript` to pull the transcript.
3. Summarize into: decisions made, commitments, and owner-tagged action items.
4. Optionally draft a follow-up with `draft_email_message` (sending stays
   gated behind `prepare_message_send` + explicit approval).
