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_meetings | List meetings with optional filtering and pagination. All timestamps are UTC. Use get_summary or get_transcript for detailed content. |
| get_transcript | 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_summary | Get summaries for one or more meeting recordings. Returns clean markdown with playback URLs stripped. |
| list_teams | List all teams. |
| list_team_members | 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 | |