CapyAgent Meet MCP
Related Servers
Alternatives to CapyAgent Meet MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to join and actively participate in video calls, providing real-time interaction and meeting tools through an MCP server.566MIT
- AlicenseAqualityCmaintenanceEnables MCP-aware agents to fetch direct captions or download audio and transcribe with local Whisper from common video platforms like YouTube, Vimeo, and Twitch.91MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to join and interact with online meetings (Zoom and Google Meet), capturing transcripts and recordings to generate meeting summaries.310MIT
- AlicenseAqualityCmaintenanceEnables MCP clients to transcribe audio/video files locally, generate SRT subtitles, and burn captions into videos via tool calls, without a cloud API.3MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to search, retrieve, transcribe, and summarize a local audio/video library over MCP, with timestamps and saved reports.4Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables recording audio from a microphone and transcribing it using OpenAI's Whisper model. Works as both a standalone MCP server and a Goose AI agent extension.6MIT
TDQS
Scored across 6 tools
Each tool maps to a clear lifecycle action: joining, checking status, leaving, listing, and fetching transcripts. There is slight overlap between transcribe_recording and leave_meeting since both can trigger transcription, but the descriptions distinguish a normal finish from a retry after failure.
Most tools follow a clear verb_noun pattern: join_meeting, leave_meeting, get_transcript, list_meetings, transcribe_recording. meeting_status breaks the pattern by using a noun phrase instead of an imperative verb, creating a minor inconsistency.
Six tools is well-scoped for a meeting recording and transcription server. Each tool serves a necessary function without redundancy or bloat.
The toolset covers the full workflow: join a meeting, monitor recording status, leave and trigger transcription, retrieve transcripts, list past meetings, and re-transcribe failed recordings. There are no obvious dead ends for the stated purpose.