MCP Hub
Back to servers

@theyahia/moyasar-mcp

MCP server for Moyasar — payment gateway, Apple Pay, mada (Saudi Arabia)

npm271/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/moyasar-mcp

moyasar-mcp

MCP server for Moyasar payment gateway (Saudi Arabia). Supports payments, invoices, refunds, and voids via Basic auth.

Tools (8)

ToolDescription
create_paymentCreate a payment
get_paymentGet payment details
list_paymentsList payments with filters
refundRefund a captured payment
create_invoiceCreate an invoice
get_invoiceGet invoice details
list_invoicesList invoices
voidVoid an authorized payment

Quick Start

{
  "mcpServers": {
    "moyasar": {
      "command": "npx",
      "args": ["-y", "@theyahia/moyasar-mcp"],
      "env": {
        "MOYASAR_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
MOYASAR_SECRET_KEYYesSecret API key from Moyasar dashboard

Demo Prompts

  • "Create a payment of 100 SAR for a subscription"
  • "Check payment pay_abc123 status"
  • "List all paid payments"
  • "Refund 50 SAR from payment pay_xyz789"
  • "Create an invoice for 500 SAR"

License

MIT

Reviews

No reviews yet

Sign in to write a review