How to Use the SmartLead MCP in Cursor
Inject live SmartLead campaign data and API calls directly into your code using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect SmartLead MCP to Cursor
Create your Vinkius account to connect SmartLead to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Programmatically Get Campaign Analytics
The `get_campaign_analytics` tool lets you fetch real, up-to-date performance metrics. You can inject these live results directly into your script's logic. Need to check a specific campaign? Pass the ID to this tool and let your AI client write conditional code based on the returned data.
Manage Lead Intake for Scripts
When you write a function that needs new contacts, use `add_lead` to push them into SmartLead. The API call returns confirmation, which your agent can then process and log into the surrounding code. Don't forget `list_leads`—you might need to verify existing leads before running your script against them.
Control Campaign Status in Code
Need to wrap a campaign for maintenance? Call `pause_campaign` and get the success status, allowing you to write code that handles both paused and active states. You'll use this with `resume_campaign` when the work is done. This gives your agent full programmatic control over the outreach lifecycle.
Set up SmartLead 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 SmartLead 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 SmartLead transactions." If the MCP tools are loaded correctly, Cursor will call the SmartLead tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"smartlead-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 SmartLead. 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 SmartLead MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the SmartLead MCP today
We host it, we monitor it, we maintain it. You just paste one token.