Integrations
Allows integration with Stripe APIs through function calling, enabling operations such as creating/reading customers, products, prices, payment links, invoices, invoice items, as well as retrieving balance information, creating refunds, reading payment intent information, and searching Stripe documentation.
Контекстный протокол модели Stripe
Сервер протокола контекста модели Stripe позволяет интегрироваться с API Stripe через вызов функций. Этот протокол поддерживает различные инструменты для взаимодействия с различными службами Stripe.
Настраивать
Чтобы запустить сервер Stripe MCP с помощью npx, используйте следующую команду:
Обязательно замените YOUR_STRIPE_SECRET_KEY
на ваш фактический секретный ключ Stripe. В качестве альтернативы вы можете установить STRIPE_SECRET_KEY в переменных среды.
Использование с Claude Desktop
Добавьте следующее в ваш claude_desktop_config.json
. Подробнее см. здесь .
если вы используете Docker
Доступные инструменты
Инструмент | Описание |
---|---|
customers.create | Создать нового клиента |
customers.read | Прочитать информацию для клиентов |
products.create | Создать новый продукт |
products.read | Прочитать информацию о продукте |
prices.create | Создать новую цену |
prices.read | Прочитать информацию о ценах |
paymentLinks.create | Создать новую ссылку для оплаты |
invoices.create | Создать новый счет |
invoices.update | Обновить существующий счет |
invoiceItems.create | Создать новый элемент счета |
balance.read | Получить информацию о балансе |
refunds.create | Создать новый возврат |
paymentIntents.read | Прочитать информацию о намерении платежа |
subscriptions.read | Прочитать информацию о подписке |
subscriptions.update | Обновить информацию о подписке |
coupons.create | Создать новый купон |
coupons.read | Прочитать информацию о купонах |
disputes.update | Обновить существующий спор |
disputes.read | Прочитать информацию о спорах |
documentation.read | Поиск документации Stripe |
Отладка сервера
Для отладки сервера вы можете использовать MCP Inspector .
Сначала постройте сервер
Выполните следующую команду в терминале:
Сборка с использованием Docker
Сначала постройте сервер
Выполните следующую команду в терминале:
Инструкции
- Замените
YOUR_STRIPE_SECRET_KEY
на ваш фактический секретный ключ API Stripe. - Выполните команду для запуска MCP Inspector.
- Откройте пользовательский интерфейс MCP Inspector в браузере и нажмите «Подключиться», чтобы запустить сервер MCP.
- Вы можете просмотреть список выбранных вами инструментов и протестировать каждый инструмент по отдельности.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Сервер протокола контекста модели Stripe позволяет интегрироваться с API Stripe через вызов функций. Этот протокол поддерживает различные инструменты для взаимодействия с различными службами Stripe.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA server implementing the Model Context Protocol to make and query payments through Worldpay APIs, enabling payment processing, payment queries, and checkout form generation.Last updated -TypeScript
- -securityAlicense-qualityA server that integrates with Stripe for handling payments, customers, and refunds through the Model Context Protocol, providing a secure API to manage financial transactions.Last updated -13PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides comprehensive integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.Last updated -TypeScriptApache 2.0
Paddle MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for interacting with the Paddle Billing API, enabling users to manage products, prices, customers, transactions, subscriptions, and create custom financial reports.Last updated -85211TypeScriptApache 2.0