# Fathom MCP for AI Agents AI Agent Connect

> Fathom MCP for AI Agents. Manage meeting notes, transcripts, and summaries directly through your AI agent. Stop jumping between tabs to find what was said in a call. You can search recordings, extract action items, and audit attendees without leaving your chat.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_j68QzRBSoXLPw9RhjueMbKLPG6ZzNrUFJHPw7sWh/ai-agent-connect
- **Tags:** meeting-transcription, automated-summaries, action-items, conversation-intelligence, meeting-recording, ai-assistant

## Description

Imagine you're in the middle of a project and need to know exactly what a client agreed to during a discovery call three weeks ago. Instead of digging through a folder of recordings or trying to remember a specific conversation, you just ask your AI agent. This Connector connects your Fathom account so your agent can pull up the exact transcript, summarize the key decisions, and list the tasks that were assigned to your team. It turns your meeting history into a searchable knowledge base. You can check who attended a sync, how long they spoke, and see the specific highlights flagged by your team. Because Vinkius makes it so easy to plug this into your existing workflow, you can stop treating meeting notes like static files and start using them as active data. Whether you're a sales lead looking for verbal commitments or a product manager tracking feature requests, this connection lets you stay in your flow while your agent handles the heavy lifting of information retrieval.

## Tools

### get_attendees
Lists everyone who joined a meeting. Use this to see who was actually present and how long they stayed.

### get_highlights
Grabs the specific moments flagged as important. It saves you from listening to an entire hour of audio.

### get_me
Retrieves your current user profile from Fathom. This confirms which account your agent is currently using.

### get_meeting
Fetches all the metadata for a specific meeting. It gives the agent the context it needs to perform other actions.

### get_recording
Provides the direct URLs for audio and video. You can use these to stream or download the files immediately.

### get_summary
Pulls the AI-generated summary of a meeting. It gives you the too long; didn't read version of a long discussion.

### get_team_meetings
Lists all meetings shared with your Fathom team. It lets you see cross-functional discussions across the company.

### get_transcript
Retrieves the full text of a meeting with speaker labels. You can use this to find exact quotes from a conversation.

### get_webhooks
Lists the webhooks configured in your account. This is useful for checking your current integration setup.

### list_meetings
Shows a list of all your Fathom meetings. It's the starting point for finding any specific recording.

### search_meetings
Searches your history for specific keywords. This is the fastest way to find a needle in a haystack of recordings.

### get_action_items
Pulls AI-identified tasks from a specific meeting. It helps you quickly see who is doing what after a call.

## Prompt Examples

**Prompt:** 
```
What did the client agree to regarding the timeline in our last call?
```

**Response:** 
```
I found the **Project Alpha** meeting from last Tuesday. Here is the summary of the timeline agreement:

| Milestone | Agreed Date |
| :--- | :--- |
| Beta Testing | Oct 15 |
| Public Launch | Dec 1 |

The client confirmed the Q3 launch date and expects a weekly status update.
```

**Prompt:** 
```
List all action items from the engineering sync today.
```

**Response:** 
```
Here are the tasks identified in today's **Engineering Sync**: 

* **Fix login bug** - Assigned to: @dev_team - Due: Friday
* **Update API docs** - Assigned to: @sarah - Due: Next Monday
* **Review PR #402** - Assigned to: @mike - Due: Today

Let me know if you want me to draft an email to anyone on this list.
```

**Prompt:** 
```
Find any mentions of security in my meetings from last month.
```

**Response:** 
```
I found **3 meetings** where security was discussed:

1. **Security Audit Sync** (Sept 12)
2. **Infrastructure Review** (Sept 18)
3. **Client Onboarding** (Sept 25)

Would you like me to pull the transcripts for those specific sections?
```

## Capabilities

### Search meeting history
Find specific recordings or topics across your entire history using natural language keywords.

### Pull speaker transcripts
Retrieve full text from meetings with specific labels for each speaker and timestamps.

### Get AI summaries
Get a concise overview of the main decisions and discussion points from any call.

### Extract action items
Pull a list of tasks, owners, and due dates identified by Fathom's AI.

### Access recording URLs
Get direct links to stream or download audio and video files without using the web interface.

### Audit attendee engagement
See who joined a meeting, when they arrived, and how long they participated.

### View team meetings
Access recordings shared with your team to see cross-functional knowledge.

### Retrieve flagged highlights
Jump straight to the most important moments flagged during a call.

## Use Cases

### Sales follow-up
A rep asks the agent for the pricing talk in last week's demo. The agent uses search_meetings and get_summary to give them the highlights.

### Product roadmap
A PM wants to know all requests for dark mode. The agent uses search_meetings to find every call where it was mentioned and summarizes them.

### HR audit
An ops lead needs to see who attended a mandatory training. The agent uses get_attendees to provide a list of names and join times.

### Research synthesis
A researcher wants to see the key takeaways from 10 interviews. The agent pulls get_highlights from each one to create a master list.

## Benefits

- Stop digging through folders. Use search_meetings to find exactly what you need in seconds instead of clicking through dozens of files.
- Get instant summaries. Use get_summary to skip the fluff and jump straight to the decisions made during a long sync.
- Track accountability. Use get_action_items to pull a list of tasks, owners, and dates directly into your project management chat.
- Review exact quotes. Use get_transcript to verify what was actually said during a sensitive negotiation or technical deep dive.
- Audit engagement. Use get_attendees to see who showed up and how long they participated in the conversation.
- Access team knowledge. Use get_team_meetings to pull insights from discussions happening in other departments.

## How It Works

The bottom line is you get a conversational interface for your entire Fathom meeting history.

1. Subscribe to the Fathom MCP on Vinkius.
2. Enter your Fathom API Key from your account settings.
3. Ask your AI agent to find, summarize, or list tasks from your meetings.

## Frequently Asked Questions

**Can the Fathom MCP find specific quotes for me?**
Yes, it can pull the full transcript for any meeting. You can ask your agent to find the exact wording on a specific topic like pricing or technical specs.

**How do I use the Fathom MCP to track my team's tasks?**
You can ask your agent to list action items from a recent meeting. It will pull the tasks, owners, and due dates directly from your Fathom notes.

**Can I see who attended my meetings using the Fathom MCP?**
Yes, it pulls the attendee list. You can ask your agent to check who joined a call, when they arrived, and how long they stayed.

**Does the Fathom MCP work with my team's shared meetings?**
It does. You can access meetings shared with your Fathom team to see cross-functional discussions and shared knowledge.

**Can I get a summary of a long meeting quickly?**
Yes, the Connector pulls the AI-generated summary. You can ask for a TL;DR of any recording to get the main decisions and highlights.

**How do I get the link to a recording?**
You can ask your agent for the recording URL. It will provide the direct links for both audio and video so you can stream them immediately.

**Can my agent retrieve the summary of a specific meeting from Fathom?**
Yes. Use the 'get_summary' tool. Provide the meeting ID, and the agent will return the AI-distilled context, including key discussion points and decisions made during the call natively.

**How do I extract action items from a call via chat?**
Use the 'get_action_items' tool. Your agent will parse the AI-identified tasks, returning assigned owners and descriptions, making it easy to automate your follow-up workflows.

**Can I search for meetings where a specific keyword was mentioned through the agent?**
Absolutely. Use the 'search_meetings' tool. Provide your query, and the agent will search through titles, transcripts, and summaries to find matching meetings across your entire Fathom history.