stripe

Official
15
GitHub Repo

Overview

Allows you to integrate with Stripe APIs through the Stripe Agent Toolkit

Transport

stdio

Tools

  • create_coupon
  • create_customer
  • create_payment_link
  • create_price
  • create_product
  • create_refund
  • create_invoice_item
  • create_invoice
  • finalize_invoice
  • list_coupons
  • list_customers
  • list_disputes
  • list_prices
  • list_products
  • list_subscriptions
  • retrieve_balance
  • cancel_subscription
  • update_dispute
  • update_subscription

Key Capabilities

  • Payment processing and customer management
  • Subscription and invoice management
  • Official Stripe Agent Toolkit integration with stdio transport
  • Comprehensive API coverage for payment, customer, and subscription operations

How It Works

The server provides MCP-based access to Stripe APIs through:

  1. Payment processing tools (create_payment_link, create_price, create_product)
  2. Customer and subscription management (create_customer, list_customers, list_subscriptions)
  3. Invoice and refund handling (create_invoice, finalize_invoice, create_refund)
  4. API key-based authentication via environment variables