userId specifies whose connected accounts and data you are accessing in Klavis. It should be a unique id for yourself, your team, or your organization.
API Reference
Full Strata API endpoints
3
Configure API Key
# Configure your Stripe API key in the Klavis dashboard or via API# Get your Stripe secret key from https://dashboard.stripe.com/apikeysstripe_api_key = "sk_test_your_stripe_secret_key_here"
Get your Stripe secret key from your Stripe Dashboard. Use test keys for development.
🎉 Your Stripe MCP Server is ready! Once the API key is configured, you can use your MCP server URL with any MCP-compatible client.
# Pull the Docker imagedocker pull ghcr.io/klavis-ai/stripe-mcp-server:latest# Run with API keydocker run -p 5000:5000 \ -e STRIPE_API_KEY="sk_test_your_stripe_secret_key_here" \ ghcr.io/klavis-ai/stripe-mcp-server:latest
With our progressive discovery approach, Klavis System is capable of enabling all tools for Stripe. Please use the get_tools API for more details. If you find any tool that is missing, please reach out to contact@klavis.ai.