How to Use the Dalil AI MCP in Cursor
Inject live Dalil AI data and write API integration code directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dalil AI MCP to Cursor
Create your Vinkius account to connect Dalil AI 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 Dalil AI Integrations Faster
Use `list_contacts` and `list_companies` to pull real data into your editor. Ask your agent in Cursor to fetch a list of companies, and it will generate the code to make that API call, populated with an actual response from your Dalil account. This ends the guesswork of API integration. You're not writing code against documentation or stubs. Your agent generates functions that are already proven to work with the live Dalil AI service, because it just called it.
Test Your Code with Live Data in Cursor
The `create_contact` and `list_campaigns` tools are perfect for testing your app's logic. Tell your agent to create a new test contact, then immediately ask it to list all campaigns to see if your triggers worked correctly. You can build a small test suite right in the chat. Have the agent add a contact, check for them, then get their signals using `get_contact_signals`. You'll know your code works before you even commit it. This MCP server gives you a direct line to the backend for real-time testing.
Prototype Messaging Features
The `send_linkedin_message` tool lets you prototype outreach features. Ask your agent to generate the code for sending a message to a specific contact ID. It will call the tool and show you the exact JSON payload required. Stop digging through API docs. Let the agent show you what works. You can build and refine the messaging component of your application with live feedback, seeing exactly how the MCP server responds to your requests.
Set up Dalil AI 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 Dalil AI 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 Dalil AI transactions." If the MCP tools are loaded correctly, Cursor will call the Dalil AI tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dalil-ai-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 Dalil AI. 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 Dalil AI MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dalil AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.