Fathom AI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FATHOM_API_KEY | Yes | Your Fathom API key for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_meetingsA | List meetings recorded by or shared with the authenticated user. Supports pagination via cursor and various filtering options including participants, date ranges, recording users, and teams. Can optionally include action items, CRM matches, summaries, and transcripts. |
| get_summaryA | Get the summary for a specific meeting recording. If destination_url is provided, the summary will be delivered asynchronously to that URL. Otherwise, the summary is returned directly. |
| get_transcriptA | Get the transcript for a specific meeting recording. If destination_url is provided, the transcript will be delivered asynchronously to that URL. Otherwise, the transcript is returned directly. The transcript includes speaker information, text, and timestamps. |
| list_teamsA | List all teams accessible to the authenticated user. Returns a paginated list of teams with their names and creation dates. |
| list_team_membersA | List team members accessible to the authenticated user. Can be filtered by team name. Returns member names, emails, and creation dates. |
| create_webhookA | Create a new webhook for receiving meeting notifications. At least one of the include_* flags must be true. The webhook will be triggered for the specified recording types and will include the requested content. Returns the webhook ID, URL, secret (for signature verification), and configuration. |
| delete_webhookA | Delete a webhook by its ID. Returns a success message if the webhook was deleted successfully. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_api_info | Get information about the Fathom API. |
| get_rate_limits | Get information about API rate limits. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Dot-Fun/fathom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server