Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the PAYONE Payments in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
MCPを使用してPAYONEの支払いをClaude AIに接続します。自然言語で取引を監視し、支払いを管理します。ステップバイステップのセットアップガイド。
こう聞いてみよう
PAYONE Payments のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
PAYONEをClaudeに接続する
PAYONEは、eコマース向けの欧州の主要な決済サービスプロバイダーです。AnythingMCPを使用すると、PAYONEをClaude AIに接続し、自然言語を使用して支払い業務を管理できます。
できること
- "最近の取引をすべて表示して"
- "支払いTX-12345のステータスは?"
- "注文#9876の承認された支払いをキャプチャして"
- "取引TX-54321から25€を返金して"
セットアップ
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/storeを開き、PAYONE Paymentsアダプターをインポートします- PAYONEマーチャントID、APIキー、ポータルID、およびアカウントIDを入力します
- コネクタをMCPサーバーに割り当てます
Claudeを接続する
{
"mcpServers": {
"payone": { "url": "http://localhost:4000/mcp" }
}
}
利用可能なツール
| ツール | 説明 |
|---|---|
payone_list_transactions | 最近の支払い取引を一覧表示 |
payone_get_transaction | 特定の取引の詳細を取得 |
payone_capture_payment | 承認された支払いをキャプチャ |
payone_refund_payment | キャプチャされた支払いを返金(全額または部分) |
このガイドは役に立ちましたか?