stripe-remote

Official
15
GitHub Repo

Overview

Stripe’s official remote MCP server for payment processing and subscriptions

Transport

streamable-http

Tools

  • get_stripe_account_info
  • retrieve_balance
  • create_coupon
  • list_coupons
  • create_customer
  • list_customers
  • list_disputes
  • update_dispute
  • create_invoice
  • create_invoice_item
  • finalize_invoice
  • list_invoices
  • create_payment_link
  • list_payment_intents
  • create_price
  • list_prices
  • create_product
  • list_products
  • create_refund
  • cancel_subscription
  • list_subscriptions
  • update_subscription
  • search_stripe_resources
  • fetch_stripe_resources
  • search_stripe_documentation

Key Capabilities

  • Official Stripe remote MCP server with streamable-HTTP transport
  • Full payment processing API access (payments, invoices, refunds)
  • Comprehensive subscription and customer management
  • Stripe documentation search and resource fetching

How It Works

This remote MCP server provides access to Stripe’s payment platform through:

  • Streamable-HTTP transport for remote server access
  • Comprehensive Stripe API operations organized by category
  • Account, balance, customer, payment, product, and subscription tools
  • Documentation search and resource discovery capabilities