@aisar-labs/midtrans-mcp
v0.1.2
Published
MCP server for Midtrans — Indonesia's payment gateway
Maintainers
Readme
Midtrans MCP Server
Indonesia's payment gateway
Install
npx @aisar-labs/midtrans-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| MIDTRANS_SERVER_KEY | Yes | Midtrans Server Key |
| MIDTRANS_SANDBOX | No | Enable sandbox mode (default: false) |
Tools
| Tool | Description |
|------|-------------|
| charge | Create payment charge |
| get_status | Get payment status |
| cancel | Cancel payment |
| refund | Refund payment |
| capture | Capture authorized payment |
| expire | Expire pending payment |
| verify_webhook | Verify webhook notification |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"midtrans": {
"command": "npx",
"args": ["-y", "@aisar-labs/midtrans-mcp"],
"env": {
"MIDTRANS_SERVER_KEY": "your-server-key"
}
}
}
}License
MIT
