How to Use the Delta Projects MCP in Cursor
Give Cursor direct access to your Delta Projects data so you can build marketing dashboards with real campaign metrics.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Delta Projects MCP to Cursor
Create your Vinkius account to connect Delta Projects 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 real campaign data
Writing dashboard code usually means faking JSON payloads until you get access to the actual API. Cursor skips that step entirely when you connect this MCP Server. You just open Agent mode and ask it to fetch your actual data using `list_ad_campaigns`. The AI writes your React components while looking at real numbers. It calls `get_campaign_performance` to see the exact structure of your ad metrics. Your charts render correctly the first time because the agent built them using live data.
Delta Projects MCP Server for ad reports
Custom reporting endpoints are notoriously annoying to integrate. Instead of digging through API docs, you tell Cursor what dimensions you need. The MCP Server runs `get_custom_ad_report` to pull the exact slice of data you want. It also figures out the platform quirks for you. By calling `get_platform_metadata`, the editor learns your account configuration automatically. You spend your time writing business logic instead of debugging API headers.
Inspect advertisers and audiences
Building a creative asset gallery requires knowing exactly what formats the platform returns. Cursor handles this by executing `list_ad_creatives` to grab your actual banners and videos. The AI then writes the exact TypeScript interfaces you need to map those assets. Placements work the same way. Your agent pulls your configured media sources via `list_media_placements` and injects them directly into your dropdown menus. You never have to copy and paste IDs from a browser window again.
Set up Delta Projects 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 Delta Projects 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 Delta Projects transactions." If the MCP tools are loaded correctly, Cursor will call the Delta Projects tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"delta-projects-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 Delta Projects. 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 Delta Projects MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Delta Projects MCP today
We host it, we monitor it, we maintain it. You just paste one token.