# Wisprflow MCP Node

> Access Wisprflow MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `wisprflowmcp_get_account_info`
* `wisprflowmcp_get_calendar_event`
* `wisprflowmcp_get_meeting`
* `wisprflowmcp_get_meeting_by_calendar_id`
* `wisprflowmcp_get_meeting_participants_enriched`
* `wisprflowmcp_get_scratchpad_note`
* `wisprflowmcp_get_upcoming_meeting`
* `wisprflowmcp_list_meeting_series`
* `wisprflowmcp_list_upcoming_meetings`
* `wisprflowmcp_resolve_calendar_link`
* `wisprflowmcp_resolve_share_link`
* `wisprflowmcp_search_calendar_events`
* `wisprflowmcp_search_meetings`
* `wisprflowmcp_search_scratchpad_notes`

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