fathom.ai
Fathom provides meeting recording, transcription, summaries, action items, and related meeting data. Its product lets users and teams access and automate meeting content and integrations around those records.
Fathom exposes a documented REST API with an OpenAPI spec and an official OAuth-protected MCP server at `https://api.fathom.ai/mcp`; it also publishes TypeScript and Python SDKs but no standalone CLI or GraphQL API were found.
- Fathom MCP serverdetected
- Fathom REST APIdiscovered
Go to the API Access section in Fathom User Settings and generate an API key. The docs say keys are scoped to the user who creates them and only access meetings that user recorded or that were shared with them or their team.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://fathom.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing