接続済みアプリ

AI エージェント向け Stripe MCP 連携

請求と支払いに関する質問に、自社データから直接答えます。

Stripe の公式 MCP server を通じて Stripe を接続すると、MoClaw は customers、payments、subscriptions、invoices、refunds を確認しながら、作業中に Stripe docs も検索できます。Stripe は mcp.stripe.com に remote MCP server (OAuth) を hosted しており、restricted API key でエージェントに許可する操作範囲を正確に指定できます。

仕組み

engineering なしで 3 steps で Stripe を接続します。

  1. 1

    Stripe の接続方法を選ぶ

    mcp.stripe.com にある Stripe の hosted MCP server を使って OAuth で許可するか、restricted API key で local @stripe/mcp server を実行します。restricted key によって、エージェントが触れられる Stripe resources を正確に制御できます。

  2. 2

    MCP server を MoClaw に追加する

    MoClaw で Connectors に移動し、Add MCP server を選択します。Stripe の MCP endpoint を指定して許可します。最初は read access だけにしたい場合は、write-capable tools を confirmation の後ろに置いてください。

  3. 3

    自然な言葉で質問する

    customers、payments、subscriptions、invoices、refunds について質問できます。また、MoClaw が実行前に Stripe API の仕組みを調べるよう依頼できます。

チームが Stripe を MoClaw に接続する理由

請求に関する多くの質問は、聞くのは簡単でも答えるのは手間がかかります。この customer はなぜ churn したのか、どの subscriptions が past due なのか、先週何を refund したのか、MRR はどう推移しているのか。データはすべて Stripe にありますが、通常は dashboard をクリックして回るか、その場限りの script を書く必要があります。

Stripe の MCP server を接続すると、MoClaw はその context を直接取得できます。特定 customer の payment history、失敗している subscriptions の一覧、今月の refunds の要約、特定の Stripe API の使い方の確認などを依頼できます。MoClaw は推測ではなく、live Stripe account の情報から回答します。

アクセス範囲は意図的に制御できます。Stripe の restricted API keys により、付与したい権限だけを指定できます。また Stripe は、お金を動かす action には human in the loop を維持することを推奨しています。これにより、探索的な請求の質問は安全に扱いながら、必要なときだけ write operations を有効にできます。

こう言ってみる

Stripe に貼り付けられる実際の prompts です。

  • Stripe でこの customer を検索し、payment history と現在の subscription status を要約してください。
  • 過去 7 日間で renew に失敗した subscriptions を一覧化し、それぞれの理由を示してください。
  • 今月の refunds を金額と理由別に要約してください。
  • Stripe で usage-based price を作成するにはどうすればよいですか?回答前に docs を確認してください。

Step by step demo

prompt を送った後に実際に起きること。

Prompt 01 4 steps

“この customer の subscription が past due なのはなぜですか?どんな選択肢がありますか?”

MoClaw がすること

  1. 1 Stripe MCP server を通じて customer と subscriptions を検索します。
  2. 2 最新の invoices と payment attempts を読み取り、failed charge と decline reason を特定します。
  3. 3 関連する dunning と retry settings について Stripe docs を確認します。
  4. 4 あなたが確認するまで何も変更せず、原因と選択肢を説明します。
結果

MoClaw は次のように報告します: 'The last invoice failed on Jun 12 with card_declined (insufficient funds); Stripe has retried twice. Options: trigger another retry, send a hosted invoice link, or pause the subscription. Say the word and I'll do it.'

FAQ

pricing、privacy、limits についての短い回答。

MoClaw は Stripe にどのように接続しますか?
Stripe の公式 MCP server を通じて接続します。mcp.stripe.com にある Stripe の hosted server を OAuth で使うか、restricted API key で local @stripe/mcp server を実行し、MoClaw の Connectors > Add MCP server から追加します。
read-only にできますか?
はい。Stripe の restricted API keys では、必要な権限だけを付与できます。お金を動かす操作を有効にせず、customers と payments への read access だけを許可できます。Stripe も sensitive actions には人による確認を推奨しています。
実際に何ができますか?
付与した権限に応じて、customers、payments、charges、subscriptions、invoices、refunds、products、prices を扱えます。また、回答の根拠として Stripe の documentation を検索できます。
これは公式の Stripe connector ですか?
Stripe 自身の公式 MCP server を使用します。MoClaw は MCP client です。server は Stripe が保守し、アクセスはあなたが許可した restricted key または OAuth scope に従います。

MoClaw を無料で試す。

毎月 1,000 credits、または 自分の key を持ち込むことで無制限に利用できます。

いつでも解約