@monnify/mcp-server is a Model Context Protocol (MCP) server that lets you use natural language with your AI client (Claude Desktop, Cursor, VS Code, and others) to accept payments, verify identities, manage virtual accounts, and query transactions, instead of writing direct API integration code.
It exposes tools across four categories:
See the package README for the full list of tools under each category. You can restrict a running server to a subset of these categories with the --tools flag, e.g. --tools=collections,verification.
The server runs directly through npx: there's no package to install globally. Your AI client starts it for you using the command you configure in the next step, but you can also run it standalone to try it out.
Set your credentials as environment variables rather than pasting them straight into the command, to keep them out of your shell history:
Always test your MCP integration against sandbox before pointing it at production credentials. Actions triggered through an AI client, like debiting a mandate or processing a refund, call real Monnify endpoints and can move real money in production.
The server speaks the MCP stdio protocol, supported by all major AI tools. Register it in your client's MCP config, using your own API Key, Secret Key, and Contract Code in place of the placeholders below. Where a client supports it, pass credentials through the config's env block rather than embedding them in args, so they don't end up committed to a shared config file.
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json. Windows: %APPDATA%\Claude\claude_desktop_config.json.
Restart your client after saving. You'll see "monnify" appear in its tools panel.
With your AI client connected, try a few prompts against sandbox to confirm everything is wired up correctly.
Never paste your API Key, Secret Key, or Contract Code directly into a chat with your AI client, and never commit a config file with production credentials to source control. Pass them via environment variables instead, for example MONNIFY_API_KEY.
Rate this page
How helpful is the content on this page?