# Tactiq MCP Node

> Access Tactiq MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `tactiqmcp_expand_transcript_excerpt`
* `tactiqmcp_get_generation_status`
* `tactiqmcp_get_meeting`
* `tactiqmcp_get_meeting_artifact`
* `tactiqmcp_get_transcript`
* `tactiqmcp_get_transcript_excerpts`
* `tactiqmcp_list_meeting_artifacts`
* `tactiqmcp_list_recent_meetings`
* `tactiqmcp_search_meetings`

## Use Cases
1. **Automate Tactiq 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.