Loading MCP server directory, please wait...
Safely connect AI agents to MyFatoorah payments, invoices, payment methods, and refunds.
npx @getmcp/cli add io.github.kuwaitdevs/myfatoorah-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MYFATOORAH_API_TOKENMyFatoorah test or live Bearer token with least-privilege API permissions.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kuwaitdevs/myfatoorah-mcp": {
"command": "npx",
"args": [
"-y",
"myfatoorah-mcp"
],
"env": {
"MYFATOORAH_API_TOKEN": "",
"MYFATOORAH_ENVIRONMENT": "test",
"MYFATOORAH_TIMEOUT_MS": "30000"
}
}
}
}