Connect Your AI Agent with Fathom for Slack

Integrate Fathom MCP server into your Slack workspace for instant access to your AI agent.

No credit card neededOr, book a demo
Documentation
Back to MCP Servers
Fathom
Fathom
Fathom summarizes your meetings so you can focus on the conversation.

Categories

Artificial Intelligence (AI)

Available Tools

Tools that your AI agent can use through this MCP server to interact with Fathom

Request Recording Download

Request a downloadable video/audio file for a recording. The initial response may already have status: completed with the signed download URL included (common for audio-only recordings, which finish synchronously) — use that URL right away in this case. Otherwise the response returns status: processing and a download_id; use Get Recording Download Status to poll until the status is no longer processing. Stop polling on completed (signed download URL is included) or on failed (inspect the returned failure reason instead of continuing to poll), or provide a Destination URL to have Fathom POST the completed payload there instead of polling. See the documentation

List Users and Permissions

List the users on the account and their admin permissions (settings access level and view access). Admin-only — the connected account must have account_admin settings access, or the request fails with a 403 error. Use List Teams to find a valid team name to filter by. See the documentation

List Teams

List the teams configured for the account. Use this to discover valid team names before filtering List Team Members, List Users and Permissions, or other team-scoped tools. See the documentation

List Team Members

List the members of a team, or all team members across the account. Use List Teams to find a valid team name to filter by. See the documentation

List Meetings

List meetings. See the documentation

List Meeting Types

List the meeting types configured for the account (e.g. Quarterly Business Review), including whether each is currently active or inactive. Use this to discover valid meeting type names before filtering meetings by type. See the documentation

Get Recording Transcript

Get the transcript of a recording. See the documentation

Get Recording Summary

Get the summary of a recording. See the documentation

Get Recording Download Status

Check the status of a previously requested recording download and, once completed, get the signed video/audio download URLs. Use Request Recording Download first to obtain a Download ID. See the documentation