Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

如何将 Payone 连接到 Gemini — 通过 MCP

使用MCP将PAYONE支付连接到Claude AI。通过自然语言监控交易和管理支付。逐步设置指南。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

PAYONE Payments

MCP connector

PAYONE Payments

Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.

Tools

4

Region

DE

Category

Finance

Authentication

API Key

Required env vars

PAYONE_MERCHANT_IDPAYONE_API_KEYPAYONE_PORTAL_IDPAYONE_ACCOUNT_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the PAYONE Payments in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

使用MCP将PAYONE支付连接到Claude AI。通过自然语言监控交易和管理支付。逐步设置指南。

将PAYONE连接到Claude

PAYONE是欧洲领先的电子商务支付服务提供商。通过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
  1. 打开http://localhost:3000/connectors/store并导入PAYONE Payments适配器
  2. 输入您的PAYONE商户IDAPI密钥门户ID账户ID
  3. 将连接器分配给MCP服务器

连接Claude

{
  "mcpServers": {
    "payone": { "url": "http://localhost:4000/mcp" }
  }
}

可用工具

工具描述
payone_list_transactions列出最近的支付交易
payone_get_transaction获取特定交易的详细信息
payone_capture_payment捕获已授权的支付
payone_refund_payment退款已捕获的支付(全额或部分)

这份指南对您有帮助吗?

Ready to ship

Your PAYONE agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

相关指南