How to Use the Delta Projects MCP in Claude Code
Pipe Delta Projects campaign data directly into your terminal with Claude Code for headless reporting and budget monitoring.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Delta Projects MCP to Claude Code
Create your Vinkius account to connect Delta Projects to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Delta Projects MCP Server
Terminal users need data without logging into clunky web portals. You can run a quick command to check your programmatic spend from the command line. Your agent fires `list_running_campaigns` to grab what is active. It pipes those IDs directly into `get_campaign_performance`. You get a raw text output of your impressions, clicks, and spend printed straight to standard output, ready to be piped into jq or a text file.
CI/CD pipeline integration
Marketing automation often requires syncing ad data with internal data warehouses. You can use this integration inside a GitHub Action to validate your account setup before a massive campaign launch. The pipeline runs `list_managed_advertisers` to confirm account access. Next, it executes `list_media_placements` to ensure your brand safety lists and inventory sources are correctly configured. If anything looks wrong, the agent fails the build and alerts your Slack channel.
Cron-based custom reporting
Stop relying on manual CSV exports. Set up a headless cron job that wakes up every morning and asks your agent to compile yesterday's numbers. It executes `get_custom_ad_report` using the previous date as a parameter. It then pulls the associated assets via `list_ad_creatives` to match performance to specific banners. The agent writes the final summary to a log file or pushes it to your monitoring stack.
Set up Delta Projects MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedelta-projects-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Delta Projects transactions." It will automatically discover and invoke the available Delta Projects tools.
claude mcp add --transport http delta-projects-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.