@aisar-labs/ovo-gopay-mcp
v0.1.2
Published
MCP server for OVO & GoPay — Indonesia's largest e-wallets
Maintainers
Readme
OVO & GoPay MCP Server
OVO & GoPay — Indonesia's largest e-wallets
Install
npx @aisar-labs/ovo-gopay-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| OVO_GOPAY_API_KEY | Yes | API key for OVO/GoPay |
| OVO_GOPAY_BASE_URL | No | Custom base URL |
Tools
| Tool | Description |
|------|-------------|
| create_payment | Create e-wallet payment |
| check_payment | Check payment status |
| list_transactions | List transactions |
| get_transaction | Get transaction detail |
| refund_transaction | Refund transaction |
| get_balance | Get wallet balance |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ovo-gopay": {
"command": "npx",
"args": ["-y", "@aisar-labs/ovo-gopay-mcp"],
"env": {
"OVO_GOPAY_API_KEY": "your-api-key"
}
}
}
}License
MIT
