# Stripe MCP Node

> Access Stripe MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `stripemcp_list_available_accounts_or_orgs`
* `stripemcp_manage_stripe_accounts`
* `stripemcp_search_stripe_documentation`
* `stripemcp_send_stripe_mcp_feedback`
* `stripemcp_stripe_analytics`
* `stripemcp_stripe_api_details`
* `stripemcp_stripe_api_read`
* `stripemcp_stripe_api_search`
* `stripemcp_stripe_api_write`
* `stripemcp_stripe_implementation_planner`

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