1. Obtain Stripe’s OpenAPI Specification
Download or link to Stripe’s official public OpenAPI specification:2. Ingest via Karada Auto-MCP
- Log into your Karada Dashboard and create an Auto-MCP project.
- Select OpenAPI v3 and supply Stripe’s specification URL.
- Review the extracted tools. For security, enable only read operations for support agents (e.g.,
customers_retrieve,invoices_list,subscriptions_retrieve).
3. Configure Stripe Secret API Key
Configure Stripe’s Bearer authentication under Project Settings → Environment Variables:- Key:
STRIPE_SECRET_KEY - Value: Your restricted or secret key (
sk_live_...orsk_test_...)
4. Connect to Cursor or Claude Desktop
Deploy your project to obtain your secure SSE endpoint:- “Find all overdue invoices for customer cus_12345.”
- “Check the current status of subscription sub_67890.”