Monnify Connector for AI agents.
10 live capabilities
Manage Nigerian payments and virtual bank accounts through your AI client.
Waiting for input…
Why people use Monnify
Monnify for Nigerian Payment Management
This Connector puts all those actions into one place. You can ask your AI client to find a transaction, reserve a new account, or check a settlement status without ever leaving your chat window. You get a unified way to handle your entire Nigerian payment flow.
What Vinkius changes
You get a direct line to your Nigerian payment data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new user
A fintech founder asks the agent to reserve a virtual account for a new sign-up using `reserve_account`.
- Real-world use case 02
Resolving a payment dispute
A support rep uses `get_transaction` to find a specific reference and confirm a customer's payment.
- Real-world use case 03
Tracking daily sales
A merchant asks the agent to list all transactions from today to see total volume via `list_transactions`.
Complete set · 10capabilities
The complete Monnify capability set.
These are the exact actions your AI can choose when you ask it to work with Monnify.
01—04
4 capabilities in this set.
Part of 10 available through Monnify.
- 01 Capability
Get account details
Fetch specific details for a reserved virtual account. Use this to check customer bank info quickly.
- 02 Capability
List settlements
View your merchant settlements. This helps you track how much money is moving to your corporate account.
- 03 Capability
Get transaction
Pull details for a specific transaction. It's useful for verifying a single payment reference.
- 04 Capability
Init payment
Start a new payment process. Use this to generate checkout URLs for cards or transfers.
05—07
3 capabilities in this set.
Part of 10 available through Monnify.
- 05 Capability
List reserved accounts
See a list of all your reserved virtual accounts. This keeps your customer records organized.
- 06 Capability
List banks
Get a list of all supported Nigerian banks. Use this to verify which banks are available for transfers.
- 07 Capability
List monnify invoices
View all digital invoices on the platform. This helps you track billing history easily.
08—10
3 capabilities in this set.
Part of 10 available through Monnify.
- 08 Capability
List transactions
See a list of all your transactions. Use this to monitor your daily payment volume.
- 09 Capability
List disbursements
View your outgoing bank transfers. This helps you track payouts to other accounts.
- 10 Capability
Reserve account
Create a new reserved virtual account. Use this to set up a dedicated account for a new customer.
Set up in minutes
One URL. Then ask Monnify to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Monnify from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Monnify, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Monnify for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Monnify URL.
- Step 03
Save and start
Save the connection and enable Monnify in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"monnify": {
"url": "https://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Monnify
Open Agent mode in chat and ask: "Using Monnify, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"monnify": {
"url": "https://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Monnify
Ask Copilot: "Using Monnify, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"monnify": {
"url": "https://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Monnify
Open Cascade and ask: "Using Monnify, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"monnify": {
"url": "https://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Monnify
Ask Cline: "Using Monnify, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add monnify --transport http "https://edge.vinkius.com/vk_preview_66yc3S8rS2L2lW9bITk4wzcPHAyHxPTJkVawC2vZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Monnify
Ask Claude: "Using Monnify, show me...". 10 tools are ready
Where the request belongs
Work Monnify can move forward.
This is for fintech founders and merchant operators who need to manage high-volume Nigerian payments without the manual headache of switching between dashboards and spreadsheets.
Fintech Startup Founder
Creates virtual accounts for new signups and checks payment statuses during high-growth periods.
Merchant Ops Manager
Monitors daily collections and manages bank transfer performance in the Nigerian market.
Customer Support Rep
Verifies payment references and account details to resolve customer billing issues in real time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMono
Automate financial data retrieval and payment orchestration via Mono. access account balances, transaction history, and initiate bank transfers directly from any AI agent.
Paystack
Manage payments via Paystack. list transactions, verify payments, and manage customers directly from any AI agent.
Durianpay
Equip your AI agent to manage payments, track checkout orders, and monitor settlements via the Durianpay API.
Adyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
Tingg Insights
Analyze mobile payment and fintech data across African markets with insights that reveal transaction trends and user behavior.
Stark Bank
Equip your AI with Brazil's enterprise Developer Bank. Automate corporate virtual cards, Boletos, Outbound Pix (Transfers), and statements inside chats.
Bring your own AI
Change the model, client or framework. Keep Monnify connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Monnify.
The practical details behind the request, access and result.
Can I use Monnify MCP to create virtual accounts?
Yes, you can use it to reserve virtual bank accounts for your customers instantly. This saves you from manual setup and lets your agent handle the creation process for you.
How does Monnify MCP help with Nigerian payments?
It gives your AI agent the ability to monitor transactions, manage disbursements, and handle payments specifically within the Nigerian market.
Can my agent check my payment settlement history?
Yes, the Connector lets you see the history of payouts from Monnify to your corporate bank account. You can ask your agent to list these settlements whenever you need to check your balance.
Does Monnify MCP support multiple Nigerian banks?
Yes, you can ask your agent to list all the supported Nigerian banks to see which ones are available for your disbursements and account verifications.
Can I use this to manage digital invoices?
Yes, you can use it to pull up and view digital invoices generated via the Monnify platform directly through your AI client.
Is Monnify MCP good for fintech startups?
It's a great fit for fintechs because it automates the creation of virtual accounts and transaction monitoring, which are core tasks for user onboarding and operations.
Can I use this server with the Monnify Sandbox?
This implementation defaults to the live production URL. To use the sandbox, the underlying engine code would need to be updated to point to 'sandbox.monnify.com'.
What information is required to reserve a virtual account?
You need to provide a unique account reference, the account name to display, and the customer's full name and email address.
Are all Nigerian banks supported?
Most major commercial banks in Nigeria are supported. You can use the list_banks capability to see the current list of supported institutions for transfers and reservations.
One connection away
Give your agent a direct line to Monnify.
Connect Monnify once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available