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
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
こう聞いてみよう
PAYONE Payments のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → PAYONE Payments をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
PAYONE Payments
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
セットアップ
前提条件: PAYONE_MERCHANT_ID, PAYONE_API_KEY, PAYONE_PORTAL_ID, PAYONE_ACCOUNT_ID
ローカルでコネクタをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/store を開き、 PAYONE Payments を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| Tool | What it does |
|---|---|
payone_list_transactions | List recent payment transactions |
payone_get_transaction | Get detailed information about a specific payment transaction by its ID |
payone_capture_payment | Capture (settle) a previously authorized payment transaction |
payone_refund_payment | Refund a captured payment transaction fully or partially |
次のステップ
このガイドは役に立ちましたか?