Odel
MyFatoorah MCP

MyFatoorah MCP

Local
@kuwaitdevsTypeScriptMITUpdated 1w ago

Safely connect AI agents to MyFatoorah payments, invoices, payment methods, and refunds.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmyfatoorah-mcpv0.1.0

Run

npx -y myfatoorah-mcp

MCP client config

{
  "mcpServers": {
    "myfatoorah-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "myfatoorah-mcp"
      ]
    }
  }
}