MCPServers

Summary

This MCP implementation, developed for Stripe integration, provides a streamlined interface for interacting with Stripe's payment processing API. Built using Python and leveraging the MCP SDK, it enables AI assistants to perform various payment-related operations such as transaction processing, customer management, and subscription handling. The implementation focuses on simplifying complex payment workflows, making it easier to incorporate Stripe's functionality into AI-driven financial applications. It's particularly useful for businesses and developers who want to automate payment processes, integrate Stripe services into their AI systems, or build intelligent financial management tools without directly managing API calls to Stripe.

Available Actions(6)

customer_create

Create a new customer. Parameters: email (string), name (string)

customer_retrieve

Retrieve a customer's details. Parameters: customer_id (string)

customer_update

Update customer information. Parameters: customer_id (string), updated_info (object)

payment_intent_create

Create a payment intent for processing payments. Parameters: amount (integer), currency (string), customer (string)

charge_list

List recent charges.

refund_create

Create a refund for a charge. Parameters: charge_id (string)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签