Delta Projects Connector for AI agents.
10 live capabilities
Manage programmatic ad campaigns and monitor performance metrics.
Waiting for input…
Why people use Delta Projects
Delta Projects for Programmatic Ad Performance
With the Delta Projects MCP, you just ask your agent to pull the data you need. You can get a breakdown of clicks and conversions or check your active budget pacing in seconds. This lets you skip the navigation and go straight to the facts.
What Vinkius changes
You get direct, conversational access to your programmatic ad data without the manual clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Budget Check
A media buyer asks the agent to list active campaigns and check the spend for the 'Summer Sale' campaign to ensure they aren't overspending.
- Real-world use case 02
Creative Audit
A marketer wants to know if the 'Retargeting_300x250' banner is live and which campaigns are currently using it.
- Real-world use case 03
Client Reporting
An account manager needs a custom report on clicks and conversions for the last 24 hours to send to a client for a weekly sync.
Complete set · 10capabilities
The complete Delta Projects capability set.
These are the exact actions your AI can choose when you ask it to work with Delta Projects.
01—04
4 capabilities in this set.
Part of 10 available through Delta Projects.
- 01 Capability
List managed advertisers
List all advertisers configured in the platform. This lets you see every account you manage in one list.
- 02 Capability
List ad campaigns
List all programmatic advertising campaigns in your Delta Projects account. This provides a full view of your entire campaign portfolio.
- 03 Capability
List ad creatives
List all creative assets like banners and videos uploaded to the platform. Use this to audit your creative library quickly.
- 04 Capability
List running campaigns
List only the ad campaigns that are currently active and serving. This helps you focus on what is live right now without the noise.
05—07
3 capabilities in this set.
Part of 10 available through Delta Projects.
- 05 Capability
List target audiences
List all first-party and third-party audiences available for targeting. Use this to see what audiences you can actually reach.
- 06 Capability
List media placements
List all configured ad placements and media sources. This helps you understand where your ads are actually appearing.
- 07 Capability
Search campaigns by name
Search for an ad campaign using a keyword. This is the fastest way to find specific campaign data when you have a lot of assets.
08—10
3 capabilities in this set.
Part of 10 available through Delta Projects.
- 08 Capability
Get platform metadata
Get the metadata and configuration for your Delta Projects account. This gives your agent the context it needs to work with your specific setup.
- 09 Capability
Get campaign performance
Get detailed settings and performance metrics for a specific campaign. This lets you see exactly how a campaign is spending its budget.
- 10 Capability
Get custom ad report
Retrieve a custom performance report based on specific dimensions. Use this to pull specific data like clicks or impressions for a custom period.
Set up in minutes
One URL. Then ask Delta Projects to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Delta Projects from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Delta Projects, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Delta Projects for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Delta Projects URL.
- Step 03
Save and start
Save the connection and enable Delta Projects in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"delta-projects": {
"url": "https://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Delta Projects
Open Agent mode in chat and ask: "Using Delta Projects, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"delta-projects": {
"url": "https://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Delta Projects
Ask Copilot: "Using Delta Projects, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"delta-projects": {
"url": "https://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Delta Projects
Open Cascade and ask: "Using Delta Projects, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"delta-projects": {
"url": "https://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Delta Projects
Ask Cline: "Using Delta Projects, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add delta-projects --transport http "https://edge.vinkius.com/vk_preview_OQqg4zDJMvkxzhftvEg4WuYhH4eTNrxTuWzx1Zgm/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Delta Projects
Ask Claude: "Using Delta Projects, show me...". 10 tools are ready
Where the request belongs
Work Delta Projects can move forward.
This is for media buyers and marketers who are tired of manual data entry and constant tab switching to monitor ad spend and creative performance.
Media Buyer
Checks budget pacing and campaign delivery on the fly to make quick adjustments.
Digital Marketer
Audits creative assets and placement performance via chat to ensure brand consistency.
Account Manager
Pulls structured campaign data and reports instantly for client updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAdtelligent
Adtech orchestration. manage DSP campaigns, creatives, and SSP reporting via AI.
AdButler
Serve and manage display ads, track impressions, and optimize ad zones across your digital properties with precision.
Kevel
Manage ad campaigns, inventory, and creatives via the Kevel Management API.
Nuviad Advertising
Manage mobile ad campaigns and RTB via Nuviad. track ads, targeting lists, and performance reports directly from your AI agent.
Moloco
Manage machine learning-powered advertising via Moloco. track campaigns and get analytics directly from your AI agent.
Basis Technologies
Manage your Basis DSP campaigns, tactics, and ads directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Delta Projects connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Delta Projects.
The practical details behind the request, access and result.
Can Delta Projects MCP help me track my ad spend?
Yes, it pulls real-time budget data for your campaigns. You can ask your agent to check specific campaigns or see what is currently serving to keep your spending on track.
How can I use Delta Projects MCP to audit my creatives?
You can use it to list all banners and videos uploaded to the platform. This makes it easy to verify that your assets are live and organized.
Can I get custom reports from Delta Projects MCP?
Yes, you can pull reports based on specific dimensions like impressions or clicks. Your agent can gather this data quickly so you can share it with your team.
Is Delta Projects MCP good for media buyers?
It is designed specifically for media buyers who need to check campaign delivery and budget pacing quickly. It cuts out the need to navigate complex dashboards.
Can I see my target audiences with Delta Projects MCP?
Yes, it lists all first-party and third-party audiences available for targeting. This helps you plan your reach without having to hunt through settings.
How do I find a specific campaign using Delta Projects MCP?
You can ask your agent to search by name. This is much faster than scrolling through a long list of campaigns in a dashboard.
How do I get a Delta Projects API Key?
Log in to your Delta Projects account and navigate to the API section in your settings to generate or retrieve your unique API Key.
Can the agent pause active campaigns?
This integration currently focuses on listing and retrieving campaign performance and settings for monitoring purposes. Modifying campaign statuses should be handled via the Delta Projects dashboard.
Is real-time spending data included?
Yes, when retrieving campaign details, the agent provides information on current budget usage and spent amounts as reported by the Delta Projects platform.
One connection away
Give your agent a direct line to Delta Projects.
Connect Delta Projects once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available