Stripe MCP Server
Look up customers, payments, and billing objects in Stripe test or live mode.
Ads
Overview
Exposes Stripe object lookup and operational tools for support and billing workflows in development.
Installation
npx -y @stripe/mcp
Configuration
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp"],
"env": {
"STRIPE_SECRET_KEY": "<secret-key>"
}
}
}
}Capabilities
- list_customers
List Stripe customers.
- retrieve_payment_intent
Fetch a payment intent by ID.
Supported clients
- Claude Desktop
Tags
- billing
- payments
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.