Fathom AI MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FATHOM_API_KEY | Yes | Your Fathom API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_meetingsA | List meetings with optional filtering and pagination. All timestamps are UTC. Use get_summary or get_transcript for detailed content. |
| get_transcriptA | Get the transcript for a meeting recording. Returns plaintext lines. For long meetings, use start_time/end_time to fetch a specific window. First call without time params to get metadata (duration, line count), then request specific chunks as needed. |
| get_summaryA | Get summaries for one or more meeting recordings. Returns clean markdown with playback URLs stripped. |
| list_teamsC | List all teams. |
| list_team_membersB | List team members, optionally filtered by team name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerichosequitin/fathom-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server