# Fathom MCP Node

> Access Fathom MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/fathommcp-node

## Content

## Description
Access Fathom MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `fathommcp_find_person`
* `fathommcp_get_identity`
* `fathommcp_get_meeting_summary`
* `fathommcp_get_meeting_transcript`
* `fathommcp_get_recording_by_call_id`
* `fathommcp_get_recording_by_url`
* `fathommcp_list_meetings`
* `fathommcp_list_teams`
* `fathommcp_search_meetings`

## Use Cases
1. **Automate Fathom MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.