
Stripe
Integrate FlowHunt with Stripe for secure, automated payment processing in your MCP server workflows. Streamline customer management, refunds, and ensure full a...

Connect Stripe’s powerful payment API to your AI assistants for automated payment handling, customer management, and refunds—all via FlowHunt’s MCP integration.
The Stripe MCP (Model Context Protocol) Server is a specialized server that integrates Stripe’s payment processing capabilities with AI assistants and development workflows. By acting as a bridge between LLM-powered agents and Stripe’s API, it allows developers and AI clients to securely manage payments, customers, and refunds through structured API calls. This integration enables tasks such as initiating payments, retrieving customer information, and handling refunds directly from LLM-driven platforms, streamlining financial transaction management for developers, automations, and assistants that need to interact with Stripe as part of their workflow.
No prompt templates are explicitly mentioned in the available documentation or code.
No explicit resources are documented as being exposed by the Stripe MCP Server in the available files.
functions
A namespace provided by the server, likely containing specific Stripe-related operations, but no detailed tool functions are listed in the available documentation.
multi_tool_use.parallel
A tool that allows running multiple tools in parallel, provided they are in the functions namespace. This enables batch or concurrent operations for supported Stripe actions.
mcpServers section using the following JSON snippet:{
"stripe-mcp": {
"command": "npx",
"args": ["@atharvagupta2003/mcp-stripe@latest", "run"]
}
}
Securing API Keys with environment variables:
{
"stripe-mcp": {
"command": "npx",
"args": ["@atharvagupta2003/mcp-stripe@latest", "run"],
"env": {
"STRIPE_API_KEY": "${STRIPE_API_KEY}"
},
"inputs": {
"stripe_api_key": "${STRIPE_API_KEY}"
}
}
}
{
"stripe-mcp": {
"command": "npx",
"args": ["@atharvagupta2003/mcp-stripe@latest", "run"]
}
}
mcpServers section:{
"stripe-mcp": {
"command": "npx",
"args": ["@atharvagupta2003/mcp-stripe@latest", "run"]
}
}
{
"stripe-mcp": {
"command": "npx",
"args": ["@atharvagupta2003/mcp-stripe@latest", "run"]
}
}
Note:
Always secure your Stripe API keys using environment variables. Reference them in the configuration as shown above to avoid exposing sensitive information.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"stripe-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “stripe-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompts documented |
| List of Resources | ⛔ | No resources listed |
| List of Tools | ✅ | functions, multi_tool_use.parallel |
| Securing API Keys | ✅ | .env.example, JSON example provided |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, the Stripe MCP provides basic but essential integration with Stripe, offering tool exposure and clear setup/secret management, but lacks detailed prompts/resources documentation. This would rate approximately 5/10: it’s functional for integration with Stripe but lacks depth in MCP features and documentation.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 6 |
| Number of Stars | 37 |
Automate payments, refunds, and customer management in your AI workflows with the Stripe MCP server. Secure, scalable, and easy to set up.

Integrate FlowHunt with Stripe for secure, automated payment processing in your MCP server workflows. Streamline customer management, refunds, and ensure full a...

The Shopify MCP Server bridges FlowHunt and AI assistants with Shopify stores, enabling seamless integration for e-commerce automation, customer management, and...

The Paddle MCP Server bridges AI assistants and the Paddle API, enabling automation of product catalog management, billing, subscriptions, and financial reporti...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.