How to Use the LeadsRx MCP in Cursor
Write code that pulls live marketing attribution data directly into Cursor using the LeadsRx MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect LeadsRx MCP to Cursor
Create your Vinkius account to connect LeadsRx 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.
Inject live LeadsRx attribution data into your Cursor workspace
You pull live performance metrics directly into your workspace using `get_campaign_results` to write Cursor code against real attribution data. Our integration replaces static mock data with actual LeadsRx conversion metrics during your development cycle. You see exactly how the LeadsRx API responds before you deploy your Cursor application. While working in Cursor's Agent mode, your editor uses this live context to scaffold custom reporting dashboards. It writes the frontend components using the real JSON structure returned by the LeadsRx server, eliminating integration errors.
Manage LeadsRx advertiser profiles inside Cursor
You inspect all connected client accounts using `list_advertisers` inside Cursor to verify your multi-tenant database mappings. The interface retrieves the active LeadsRx advertiser IDs and settings configured in your account. You don't have to keep a browser tab open to cross-reference IDs while coding in Cursor. When building custom integrations, your Cursor agent calls `list_agencies` alongside this tool to map agency-to-advertiser relationships. Cursor displays these LeadsRx relationships directly in your edit pane, making database seed scripts easy to write.
Debug LeadsRx conversion tracking issues in real time
You inspect specific transaction records using `get_conversion_details` inside Cursor to verify that your tracking pixels are firing correctly. The query returns the exact payload associated with a LeadsRx conversion, including timestamps and revenue values. It helps you pinpoint why a transaction didn't register in your Cursor project files. If you suspect a wider tracking issue, the Cursor agent calls `list_conversions` to pull recent events. You compare these records against your local database logs inside Cursor to find missing LeadsRx attribution parameters.
Set up LeadsRx 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 LeadsRx 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 LeadsRx transactions." If the MCP tools are loaded correctly, Cursor will call the LeadsRx tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"leadsrx-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 LeadsRx. 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 LeadsRx MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the LeadsRx MCP today
We host it, we monitor it, we maintain it. You just paste one token.