Skip to main content
Glama
Dot-Fun

Fathom AI MCP Server

by Dot-Fun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FATHOM_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_api_infoGet information about the Fathom API.
get_rate_limitsGet information about API rate limits.

Latest Blog Posts

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