Stripe logo

Stripe

Stripe

PaymentsAPI Key

Stripe MCP Server

Stripe - Payments service

Stripe hero image

Stripe MCP Server

Stripe's official MCP server is hosted remotely at https://mcp.stripe.com/, providing developers with powerful tools to integrate Stripe's payment processing capabilities directly into AI assistants and development environments.

What is the Stripe MCP Server?

The Stripe MCP Server provides specialized tools that enable AI assistants to interact directly with Stripe's payment processing services. This powerful integration allows developers to perform Stripe operations through natural language instructions, significantly simplifying payment integration.

The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.

Key Features & Capabilities

The Stripe MCP server offers 23 comprehensive tools organized into several categories:

Customer Management Tools

  • create_customer - Create new customers with name and email
  • list_customers - Retrieve customer lists with filtering options
  • get_stripe_account_info - Access account information

Product & Pricing Tools

  • create_product - Create new products with descriptions
  • list_products - Fetch product catalogs
  • create_price - Set pricing for products in any currency
  • list_prices - Retrieve pricing information

Payment Processing Tools

  • create_payment_link - Generate payment links for transactions
  • list_payment_intents - Monitor payment statuses
  • create_refund - Process refunds seamlessly
  • retrieve_balance - Check account balances

Invoice & Subscription Management

  • create_invoice - Generate invoices for customers
  • list_invoices - Track invoice statuses
  • create_invoice_item - Add items to invoices
  • finalize_invoice - Complete invoice processing
  • list_subscriptions - Manage recurring payments
  • cancel_subscription - Handle subscription cancellations
  • update_subscription - Modify existing subscriptions

Advanced Features

  • create_coupon - Create discount codes
  • list_coupons - Manage promotional offers
  • update_dispute - Handle payment disputes
  • list_disputes - Monitor dispute statuses
  • search_documentation - Access Stripe documentation

Target Audience & Use Cases

Primary Target Audience

  • E-commerce Developers building online stores and marketplaces
  • SaaS Companies implementing subscription billing
  • Fintech Startups creating payment-enabled applications
  • Enterprise Development Teams streamlining payment workflows
  • AI/ML Engineers integrating payment processing into intelligent systems

Key Use Cases

  1. E-commerce Integration

    • Enable payment processing, customer management, and financial operations for e-commerce and billing workflows
    • Automated product catalog management
    • Dynamic pricing and discount management
  2. Subscription Business Management

    • Recurring billing automation
    • Subscription lifecycle management
    • Customer retention tools
  3. Financial Workflow Automation

    • Automated invoice generation and processing
    • Real-time financial reporting
  4. AI-Powered Customer Support

    • Leveraging MCP could enable AI systems to handle more complex queries and tasks surrounding payments, fostering innovations like predictive customer support that anticipates needs before they arise
    • Automated dispute resolution
    • Intelligent payment troubleshooting

#### **Remote MCP Server Connection**


To interact with the remote server, you need to pass your Stripe API key as a bearer token in the request header. We recommend using restricted API keys to limit access to the functionality your agent requires.

Connect to stripe

https://mcp.stripe.com/

API Key

Payments