# Tldv — MCP server on mcp.ai > Connect your Tldv account and use 7 tools for productivity straight from your AI agent. Connect with your own API key. Meeting recorder and transcription tool for video conferences. By: mcp.ai · official Page: https://mcp.ai/tldv ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tldv?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/tldv/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tldv/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/tldv/skill.md Postman collection (v2.1): https://mcp.ai/tldv/postman.json ## Tools - tldv_check_health() — Tool to verify API availability and health status. Use when you need to check if the tl;dv API is operational before making other API calls. - tldv_download_meeting_recording(meeting_id: string) — Tool to download a meeting recording file. Returns the recording file by following the API's redirect to a signed download URL (valid for 6 hours). Use when you need to retrieve the actual recording c - tldv_get_meeting(meetingId: string) — Tool to retrieve a meeting by its unique identifier. Returns detailed meeting metadata including id, name, date, URL, duration, organizer, invitees, template, and extra properties. Use when you need t - tldv_get_meeting_highlights(meetingId: string) — Tool to retrieve meeting notes (highlights) by meeting ID in human-readable format. Use when you need to fetch notes from a completed meeting. Highlights are only returned if the transcript is complet - tldv_get_meeting_transcript(meetingId: string) — Tool to retrieve the complete transcript of a meeting by its ID. Returns transcript segments with speaker names, text, and timestamps. The transcript is only returned if it is complete. - tldv_import_meeting(url: string, name?: string) — Tool to import a meeting, recording, or other media from a publicly accessible URL. The URL must point to media in a supported format (mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac). Returns a job ID t - tldv_list_meetings(meetingType?: string) — Tool to retrieve a paginated list of meetings from tldv. Returns meeting metadata including id, name, occurrence date, URL, duration, organizer details, invitees, and template information. Use when yo ## Example prompts - "What can I do in Tldv?" - "Show me a summary of my Tldv account" ## Links Docs: https://mcp.ai/docs/mcps/tldv Website: https://mcp.ai/mcps/tldv