Setup Required
These tools require Fathom integration to be configured. See the Fathom Setup Guide for configuration instructions.
Overview
When you connect Fathom to your MCP server, you get 3 additional tools that provide comprehensive access to your meeting data. These tools work together to list meetings, retrieve transcripts, and analyze meeting details.
Typical Workflows
Discovery → Transcript Retrieval
1List Meetings
Use fathom_list_meetings to find meetings of interest, filter by date range, get meeting IDs
2Get Transcript
Use fathom_get_transcript with a meeting ID to retrieve the full conversation with speaker attribution
3Create Mind
Upload the transcript to Mind Reasoner to create a digital mind of a participant
Example natural language command:
Meeting Analysis Workflow
1List Meetings
Find meetings to analyze based on date, participants, or topics
2Get Meeting Details
Use fathom_get_meeting_details to get summaries, action items, and key points
3Deep Dive
For interesting meetings, get full transcripts to extract specific insights
Example natural language command:
fathom_list_meetings
Purpose: List meetings with summaries and metadata
Key Features:
- Date range filtering (from/to dates)
- Pagination support for large result sets
- Returns meeting IDs, titles, participants, duration, date
- Includes AI-generated summaries
When to use:
- Finding specific meetings by date
- Discovering available meetings before retrieval
- Building meeting inventories
- Quick overview of recent discussions
View full documentation →
fathom_get_transcript
Purpose: Retrieve detailed transcripts with full speaker attribution
Key Features:
- Complete conversation text
- Speaker names and email addresses
- Timestamp information
- Structured by speaker turns
When to use:
- Creating minds from team discussions
- Analyzing customer feedback
- Extracting individual speaker segments
- Training AI on actual conversations
View full documentation →
fathom_get_meeting_details
Purpose: Get comprehensive meeting information and AI-generated insights
Key Features:
- AI-generated meeting summary
- Extracted action items and tasks
- Key topics and discussion points
- Full participant list with roles
- Recording and transcript URLs
When to use:
- Quick review of meeting outcomes
- Tracking action items across meetings
- Understanding meeting context before downloading transcripts
- Building meeting databases with insights
View full documentation →
Integration with Mind Reasoner
Creating Minds from Fathom Meetings
The most common workflow combines Fathom tools with Mind Reasoner tools:
- Discovery: Use
fathom_list_meetings to find relevant meetings
- Retrieval: Use
fathom_get_transcript to get the full conversation
- Mind Creation: Use Mind Reasoner
create_mind to create a digital entity
- Upload: Upload the Fathom transcript as training data
- Training: Create snapshot and wait for AI training to complete
- Simulation: Run predictions based on the meeting conversation patterns
Natural language example:
AI automatically orchestrates all steps.
Bulk Mind Creation
Process multiple meetings at once:
The AI will:
- List and filter meetings by type/date
- Retrieve transcripts for all matching meetings
- Identify unique participants
- Create individual minds
- Extract relevant transcript segments per person
- Upload and train each mind
Tips for Effective Use
Filtering Strategies
By Date:
By Participant:
By Topic:
Get maximum value by using tools together:
This single command uses:
fathom_list_meetings for discovery
fathom_get_meeting_details for filtering
fathom_get_transcript for retrieval
- Mind Reasoner tools for mind creation
Unique Fathom Features
AI-Generated Summaries
Fathom automatically generates meeting summaries:
- High-level overview of discussions
- Key decisions and outcomes
- Available directly in list results
- No need to read full transcripts for quick review
Fathom identifies actionable items:
- Automatically extracted from conversations
- Assigned to participants when possible
- Includes due dates when mentioned
- Available via
fathom_get_meeting_details
High-Quality Speaker Attribution
- Speaker names and emails provided directly
- Accurate identification via Fathom’s speaker detection
- No name-matching required (unlike Fireflies)
Limitations & Considerations
API Rate Limits
Fathom enforces API rate limits. The MCP server handles these automatically:
- Bulk operations may take time if rate limited
- Error messages will indicate when to retry
- Consider spreading large operations over time
Data Access
You can only access:
- Meetings you have permissions to view in Fathom
- Meetings from your organization’s Fathom account
- Meetings that have been fully processed and transcribed
Speaker Attribution
- Speaker emails are provided directly by Fathom (accurate)
- Speakers are identified by Fathom’s AI
- External participants have full metadata when available
Next Steps
Explore detailed documentation for each Fathom tool with parameters and examples.
If you haven’t configured Fathom yet, follow the setup guide.
Fathom Setup →