Fathom-Simple-MCP
Related Servers
Alternatives to Fathom-Simple-MCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceRead-only MCP server that exposes Fathom meetings and transcripts as tools for use by skills in the TICKETS workspace.4-
- AlicenseAqualityCmaintenanceAn MCP server for the Fathom AI meeting intelligence API519 npmMIT
- AlicenseCqualityDmaintenanceProvides comprehensive MCP tools for Fathom.video meetings, including transcripts, summaries, action items, team management, webhooks, and analytics.14MIT
- AlicenseAqualityFmaintenanceEnables AI assistants to access Fathom meeting recordings, summaries, transcripts, teams, and webhooks through the Model Context Protocol.710 npm15MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for Fathom Works RAG that exposes a self-hosted knowledge base as tools for any MCP-capable LLM to query documents, manage libraries, and ingest files or URLs.-
- FlicenseNot gradedqualityDmaintenanceEnables querying meeting transcripts, summaries, and action items from Fathom directly in your MCP-compatible AI assistant, eliminating context switching while coding.-
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: search, list, get details, get transcript for meetings, and list teams and team members. There is no ambiguity or overlap.
All tools follow a consistent verb_noun pattern in snake_case (e.g., search_meetings, list_teams). The minor pluralization difference between 'list_teams' and 'list_team_members' is natural and acceptable.
The server has 6 tools, which is well-scoped for a simple meeting and team management server. Each tool serves a necessary function without being redundant or excessive.
The tool set covers all read operations for meetings (search, list, details, transcript) and teams (list teams, members). However, it lacks any write operations (create, update, delete), which may be intended but is a minor gap for a full lifecycle.