How to Use the Leal MCP in Cursor
Generate working code with real Latin American retail loyalty data using this Leal MCP Server inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Leal MCP to Cursor
Create your Vinkius account to connect Leal 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.
Build Leal loyalty features in Cursor with live API data
Stop writing code against fake JSON stubs when building Latin American loyalty integrations in Cursor. This MCP Server lets Cursor's Agent mode execute `get_member_balance` and `list_rewards` to inject real Leal responses straight into your editor. As you write your checkout or profile pages, the Cursor editor pulls actual Leal point balances. You write the frontend code while seeing exactly how the Leal API formats its payload, eliminating integration guesswork.
Debug Leal transactional logic using Cursor Agent
Testing transaction pipelines is notoriously slow, but your Cursor Agent can call `list_transactions` and `get_member_transactions` to inspect real checkout events from your Latin American stores. You can debug the Leal purchase flow without leaving your active file. If a customer claims they didn't get their cashback, you can run these Leal queries directly in the Cursor sidebar. The editor analyzes the payload structure instantly, helping you patch your backend routing logic on the spot.
Map Leal store and segment endpoints in Cursor
Designing location-based features requires accurate store metadata, which you can fetch in Cursor by calling `list_stores` and `get_store`. This MCP integration lets you retrieve active Leal branch coordinates directly into your active workspace. You can also use Cursor to run `list_segments` to map out customer cohorts. This makes it simple to write automated scripts in Cursor that target specific Latin American user groups based on real-time Leal segment data.
Set up Leal 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 Leal 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 Leal transactions." If the MCP tools are loaded correctly, Cursor will call the Leal tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"leal-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 Leal. 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 Leal MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Leal MCP today
We host it, we monitor it, we maintain it. You just paste one token.