Marketplace/Stripe MCP

Stripe MCP

by community · 4.1k installs

Query payments, customers, subscriptions, and invoices from your Stripe account via AI.

About

Access your Stripe dashboard data through natural language. Query payments, manage customers, and analyze revenue trends.

Features

  • Query payment intents and charges
  • List and search customers
  • View subscription details and statuses
  • Retrieve invoice and receipt data
  • Analyze revenue metrics and MRR

Requirements

A Stripe API secret key with read permissions. Never use keys with write access in production.

Tools 5

list_payments

List recent payments with optional date and status filters.

limitstatuscreated_after
get_customer

Retrieve customer details by ID or email.

customer_idemail
list_subscriptions

List active subscriptions with plan details.

customer_idstatuslimit
get_invoice

Retrieve a specific invoice with line items.

invoice_id
revenue_summary

Get aggregate revenue metrics for a date range.

start_dateend_dateinterval

Reviews

💬

No reviews yet.

Be the first to review after installing.

Quick Install

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stripe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@plugpier/stripe-mcp"
      ],
      "env": {
        "PLUGPIER_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Stats

Installs4.1k
Tools5
Trust score89/100
LicenseApache-2.0
CategoryFinance

Related Servers