How to Use the Agency Elephant MCP in Cursor
Inject live insurance lead data into your code using the Agency Elephant MCP Server in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Agency Elephant MCP to Cursor
Create your Vinkius account to connect Agency Elephant 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.
Code against live leads in Cursor
Stop mocking your API responses. You can use `list_leads` to pull real data into your editor while you build features for your agency tools. Your AI client sees the exact structure of your CRM output. This keeps your logic aligned with what is actually happening in your database.
Manage CRM records via Cursor agent mode
Update your pipeline programmatically by invoking `create_lead` through the editor. You define the logic and the agent executes the request against the server. It removes the need for manual testing in a browser. You stay in your flow while the MCP Server handles the backend communication.
Query campaigns using Cursor tools
Call `list_campaigns` to see what sequences are live in your environment. You can then use `trigger_drip_campaign` to test your automated workflows in real-time. You avoid the friction of switching between your code and the admin panel. The tools provide a direct line to your agency operations.
Set up Agency Elephant 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 Agency Elephant 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 Agency Elephant transactions." If the MCP tools are loaded correctly, Cursor will call the Agency Elephant tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"agency-elephant-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 Agency Elephant. 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 Agency Elephant MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Agency Elephant MCP today
We host it, we monitor it, we maintain it. You just paste one token.