Skip to main content
Glama
trevorwelch

Fathom Video MCP Server

by trevorwelch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FATHOM_API_KEYYesYour Fathom API key for authentication

Capabilities

Features and capabilities supported by this server

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 Fathom meetings with optional filtering.

Returns a paginated list of meetings. Use the recording_id from the results to fetch summaries or transcripts with get_summary or get_transcript.

get_summaryA

Get the AI-generated summary for a specific meeting recording.

Returns a markdown-formatted summary of the meeting including key points and discussion topics.

get_transcriptA

Get the full transcript for a specific meeting recording.

Returns timestamped transcript segments with speaker attribution. Each segment includes the speaker name, what they said, and when.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/trevorwelch/fathom-video-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server