@aisar-labs/stripe-sea-mcp
v0.1.2
Published
MCP server for Stripe — multi-country payment processing for SEA
Maintainers
Readme
Stripe SEA MCP Server
Multi-country payment processing for SEA
Install
npx @aisar-labs/stripe-sea-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| STRIPE_API_KEY | Yes | Stripe API key |
| STRIPE_API_VERSION | No | Stripe API version |
Tools
| Tool | Description |
|------|-------------|
| create_payment_intent | Create payment intent |
| get_payment_intent | Get payment intent |
| list_payment_intents | List payment intents |
| create_customer | Create customer |
| get_customer | Get customer |
| list_customers | List customers |
| create_checkout_session | Create checkout session |
| get_balance | Get balance |
| list_charges | List charges |
| create_refund | Create refund |
| get_refund | Get refund |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"stripe-sea": {
"command": "npx",
"args": ["-y", "@aisar-labs/stripe-sea-mcp"],
"env": {
"STRIPE_API_KEY": "your-api-key"
}
}
}
}License
MIT
