市场Payments

Payments 连接器

11 个预置 Payments 连接器 — 共 125 个 MCP 工具:Stripe, Chargebee, Lemon Squeezy。粘贴凭据,智能体即可调用。无需编写 MCP 服务器。

// 搜索目录
⌘K
11连接器
125MCP 工具总数
0无需凭证
11
筛选
Stripe
Payments

Stripe Payments API — customers, charges, refunds, subscriptions, invoices, payouts. Query revenue, dispute history, balance transactions. Live/test-mode keys supported.

24个工具
CH
Chargebee
Payments

Drive Chargebee (subscription billing) from any AI agent: customers, subscriptions, invoices, plans, addons, coupons. 14 tools, Basic-auth, per-site base URL.

14个工具
Lemon Squeezy
Payments

Read and act on Lemon Squeezy commerce data — orders, subscriptions, customers, products, variants, license keys, discounts, payouts — from any AI agent. 14 tools, Bearer auth. JSON:API spec compliant.

14个工具
MO
Mollie
Payments

Drive Mollie (EU-friendly payments) from any AI agent: payments, refunds, customers, subscriptions, mandates, methods. 14 tools, Bearer auth.

14个工具
RE
Recurly
Payments

Drive Recurly (subscription billing, US-focused) from any AI agent: accounts, subscriptions, invoices, plans, coupons. 11 tools, Basic-auth.

11个工具
Adyen
Payments

Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.

10个工具
FL
Flutterwave
Payments

Manage Flutterwave (Africa payments: payments, customers, subscriptions, transfers, refunds, payouts) from any AI agent. 10 tools, Bearer secret.

10个工具
GO
GoCardless
Payments

Manage GoCardless (direct-debit payment processing: customers, mandates, payments, subscriptions, payouts, refunds) from any AI agent. 10 tools, Bearer token.

10个工具
PL
Plaid
Payments

Read Plaid (bank-linking, transactions, balances, identity, liabilities, investments) from any AI agent. 10 tools, body-credential auth.

10个工具
PA
Paystack
Payments

Leading African payment processor (Nigeria-led, also supports Ghana, South Africa, Kenya, Côte d'Ivoire). Initialize transactions, verify payments, list customers, issue refunds. Test secret keys (`sk_test_*`) require no KYC and work in minutes.

4个工具
Razorpay
Payments

India's leading payment gateway. Create orders, fetch payments, manage refunds, and issue payment links. Supports UPI, cards, netbanking, wallets. Test mode keys (`rzp_test_*`) require no KYC — sign up and create in minutes.

4个工具

按分类浏览

贡献/~30 min

缺少连接器?用一份 JSON 添加它。

每个适配器都是 packages/backend/src/adapters/ 下的单个 JSON 文件。复制一份现有的、替换端点和认证、提交 PR — 构建时由参数化测试验证。

// adapters/de/my-adapter.json
{
  "slug": "my-erp",
  "name": "My ERP",
  "category": "erp",
  "authType": "BEARER_TOKEN",
  "tools": [/* ... */]
}