theYahia/moyasar-mcp
MCP server for Moyasar — payment gateway, invoices (Saudi Arabia)
Platform-specific configuration:
{
"mcpServers": {
"moyasar-mcp": {
"command": "npx",
"args": [
"-y",
"moyasar-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Moyasar payment gateway (Saudi Arabia). Supports payments, invoices, refunds, and voids via Basic auth.
| Tool | Description | |---|---| | create_payment | Create a payment | | get_payment | Get payment details | | list_payments | List payments with filters | | refund | Refund a captured payment | | create_invoice | Create an invoice | | get_invoice | Get invoice details | | list_invoices | List invoices | | void | Void an authorized payment |
{
"mcpServers": {
"moyasar": {
"command": "npx",
"args": ["-y", "@theyahia/moyasar-mcp"],
"env": {
"MOYASAR_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | MOYASAR_SECRET_KEY | Yes | Secret API key from Moyasar dashboard |
MIT
Loading reviews...