Skip to main content

Stripe logo Stripe

Hosting: Cloud · Category: Data

Payments, subscriptions, customers, invoices — Stripe platform access.

Connect

TARX connects directly to the vendor's hosted endpoint with the credential you provide.

FieldRequiredSecretHow to get it
Stripe Secret KeyYesYesStripe dashboard → Developers → API keys → Copy the Secret key (sk_live_... or sk_test_...).

Default tools

These are discovered when you connect (the live set may differ — the server is the source of truth):

  • list_customers
  • create_customer
  • list_payments
  • create_payment_intent
  • list_subscriptions
  • create_subscription
  • list_invoices
  • create_invoice
  • list_products
  • create_product
  • list_prices
  • create_refund

Official documentation

https://docs.stripe.com/mcp

Setup details can change

The vendor controls how credentials are issued and may change it without notice. If connecting fails, confirm the current steps on the official docs above.