Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Moyasar

FreeNot checked

MCP server for Moyasar — payment gateway, invoices (Saudi Arabia)

GitHubEmbed

About

MCP server for Moyasar — payment gateway, invoices (Saudi Arabia)

README

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

Tools (8)

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

Quick Start

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

Environment Variables

Variable Required Description
MOYASAR_SECRET_KEY Yes Secret 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

from github.com/theYahia/moyasar-mcp

Installing Moyasar

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/theYahia/moyasar-mcp

FAQ

Is Moyasar MCP free?

Yes, Moyasar MCP is free — one-click install via Unyly at no cost.

Does Moyasar need an API key?

No, Moyasar runs without API keys or environment variables.

Is Moyasar hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Moyasar in Claude Desktop, Claude Code or Cursor?

Open Moyasar on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Moyasar with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs