fathom-mcp
Verified Safeby lukas-bekr
Overview
Enables LLMs to interact with the Fathom.video API for meeting recording management, transcripts, summaries, and analytics.
Installation
node dist/index.jsEnvironment Variables
- FATHOM_API_KEY
Security Notes
The server uses Zod for robust input validation, which is excellent for security. API keys are loaded from environment variables, avoiding hardcoding. Error handling explicitly covers common API errors including authentication (401) and rate limiting (429). There are no 'eval' statements, code obfuscation, or obvious malicious patterns. The main security concern would be ensuring the Fathom API key is kept secure and that the server's network access is properly configured, as it makes external API calls.
Similar Servers
logfire-mcp
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire, including executing arbitrary SQL queries.
wa_llm
An AI-powered WhatsApp bot that joins groups, summarizes conversations, and answers questions using a knowledge base.
prometheus-mcp-server
Serves as an MCP (Model Context Protocol) gateway, enabling Large Language Models (LLMs) to interact with and analyze a running Prometheus instance through its API.
lightdash_mcp
An MCP server that enables LLMs to programmatically interact with Lightdash for data discovery, chart creation, and dashboard management.