# Echtpost MCP Node

> Access Echtpost MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `echtpostmcp_cancel_card`
* `echtpostmcp_create_card`
* `echtpostmcp_create_card_from_template`
* `echtpostmcp_create_contact`
* `echtpostmcp_create_group`
* `echtpostmcp_delete_contact`
* `echtpostmcp_delete_group`
* `echtpostmcp_get_card`
* `echtpostmcp_get_contact`
* `echtpostmcp_get_group`
* `echtpostmcp_get_me`
* `echtpostmcp_get_motive`
* `echtpostmcp_get_template`
* `echtpostmcp_list_cards`
* `echtpostmcp_list_contacts`
* `echtpostmcp_list_credits`
* `echtpostmcp_list_groups`
* `echtpostmcp_list_motives`
* `echtpostmcp_list_templates`
* `echtpostmcp_preview_fit`
* `echtpostmcp_update_contact`
* `echtpostmcp_update_group`

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