ストライプモデルコンテキストプロトコル
Stripeモデルコンテキストプロトコルサーバーを使用すると、関数呼び出しを通じてStripe APIとの統合が可能になります。このプロトコルは、様々なStripeサービスと連携するための様々なツールをサポートしています。
設定
npx を使用して Stripe MCP サーバーを実行するには、次のコマンドを使用します。
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
実際の Stripe API 秘密キーに置き換えます。- コマンドを実行して、MCP Inspector を起動します。
- ブラウザで MCP Inspector UI を開き、「接続」をクリックして 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モデルコンテキストプロトコルサーバーを使用すると、関数呼び出しを通じてStripe APIとの統合が可能になります。このプロトコルは、様々なStripeサービスと連携するための様々なツールをサポートしています。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Strapi CMS instances through a standardized interface, supporting content types and REST API operations.Last updated -512830JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License
- -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
Shopify Dev MCPofficial
-securityAlicense-qualityModel Context Protocol (MCP) server that interacts with Shopify Dev. This protocol supports various tools to interact with different Shopify APIs.Last updated -1,450327TypeScriptISC License