How to Use the Modulr MCP in Cursor
Build payment logic in Cursor with live Modulr data. Stop mocking your banking API and start testing against real ledger responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Modulr MCP to Cursor
Create your Vinkius account to connect Modulr to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Deploy Modulr tools in Cursor Agent mode
Give your code editor direct access to your banking infrastructure. The agent can now create beneficiaries and accounts while you write the surrounding logic. Use `modulr_create_beneficiary` to map external recipients in real-time. The agent injects the response directly into your codebase for immediate validation.
Execute payments from your Cursor workflow
Move money through your application code by triggering server tools. You don't have to leave your IDE or open a terminal to verify if a payment went through. Call `modulr_create_payment` to push funds. Because the tool is integrated into Cursor, you can see the response payload and debug your implementation logic side-by-side.
Sync ledger states using Cursor
Pull live transaction data to ensure your local database matches the banking reality. This keeps your development environment consistent with production ledger states. Run `modulr_get_accounts` to see current balances. This helps you verify that your code correctly interprets the liquidity data returned by the API.
Set up Modulr MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Modulr MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Modulr transactions." If the MCP tools are loaded correctly, Cursor will call the Modulr tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"modulr-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Modulr Finance. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Modulr MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Modulr MCP today
We host it, we monitor it, we maintain it. You just paste one token.