Integrate Fathom MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Fathom
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 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 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 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. See the documentation
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 the transcript of a recording. See the documentation
Get the summary of a recording. See the documentation
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