Fathom-Simple-MCP
Verified Safeby druellan
Overview
Provides a Model Context Protocol (MCP) server for streamlined access to Fathom.video meeting recordings, transcripts, summaries, teams, and team members.
Installation
python server.pyEnvironment Variables
- FATHOM_API_KEY
Security Notes
The API key (`FATHOM_API_KEY`) is securely managed by loading from environment variables, preventing hardcoded secrets. No 'eval' statements, obfuscation, or other malicious patterns were identified in the provided source code. Error handling for Fathom API interactions is robust, explicitly catching and reporting various HTTP errors (e.g., 401, 404, 429) without exposing excessive internal server details. Output filtering is primarily implemented for efficiency (reducing token usage for LLMs) rather than stringent security filtering, though it does remove specific fields like `email_domain` and `links` from responses.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
modular-mcp
A proxy server that efficiently manages and loads large tool collections from multiple Model Context Protocol (MCP) servers on-demand for LLMs, reducing context overhead.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.