by community · 4.1k installs
Query payments, customers, subscriptions, and invoices from your Stripe account via AI.
Access your Stripe dashboard data through natural language. Query payments, manage customers, and analyze revenue trends.
A Stripe API secret key with read permissions. Never use keys with write access in production.
list_paymentsList recent payments with optional date and status filters.
get_customerRetrieve customer details by ID or email.
list_subscriptionsList active subscriptions with plan details.
get_invoiceRetrieve a specific invoice with line items.
revenue_summaryGet aggregate revenue metrics for a date range.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/stripe-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}