@coretext-ai/qa-stripe-8aaef15c-1704-4a32-b40e-5f986a684f7e
v1.0.2
Published
MCP server with stripe integration
Readme
stripe-mcp-server
MCP server with stripe integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 37 tools across 1 integrations:
Stripe Tools
- stripe_create_customer: Create a new customer
- stripe_get_customer: Retrieve a customer by ID
- stripe_update_customer: Update a customer
- stripe_delete_customer: Delete a customer
- stripe_list_customers: List all customers
- stripe_create_payment_intent: Create a new payment intent
- stripe_get_payment_intent: Retrieve a payment intent
- stripe_update_payment_intent: Update a payment intent
- stripe_confirm_payment_intent: Confirm a payment intent
- stripe_cancel_payment_intent: Cancel a payment intent
- stripe_capture_payment_intent: Capture a payment intent
- stripe_list_payment_intents: List all payment intents
- stripe_create_subscription: Create a new subscription
- stripe_get_subscription: Retrieve a subscription
- stripe_update_subscription: Update a subscription
- stripe_cancel_subscription: Cancel a subscription
- stripe_list_subscriptions: List all subscriptions
- stripe_create_product: Create a new product
- stripe_get_product: Retrieve a product
- stripe_update_product: Update a product
- stripe_delete_product: Delete a product
- stripe_list_products: List all products
- stripe_create_price: Create a new price for a product
- stripe_get_price: Retrieve a price
- stripe_update_price: Update a price
- stripe_list_prices: List all prices
- stripe_create_invoice: Create a new invoice
- stripe_get_invoice: Retrieve an invoice
- stripe_update_invoice: Update an invoice
- stripe_pay_invoice: Pay an invoice
- stripe_list_invoices: List all invoices
- stripe_create_payment_method: Create a new payment method
- stripe_get_payment_method: Retrieve a payment method
- stripe_update_payment_method: Update a payment method
- stripe_attach_payment_method: Attach a payment method to a customer
- stripe_detach_payment_method: Detach a payment method from a customer
- stripe_list_payment_methods: List all payment methods
Installation
npm install @coretext-ai/qa-stripe-8aaef15c-1704-4a32-b40e-5f986a684f7eEnvironment Setup
Create a .env file with the following variables:
STRIPE_SECRET_KEY=your_stripe_secret_key_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"stripe-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-stripe-8aaef15c-1704-4a32-b40e-5f986a684f7e"],
"env": {
"STRIPE_SECRET_KEY": "your_stripe_secret_key_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 03:05:57 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 37
