How to Use the AdRoll MCP in Windsurf
Let Cascade pull AdRoll campaign stats straight into your Windsurf workspace and build your reporting dashboards automatically.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AdRoll MCP to Windsurf
Create your Vinkius account to connect AdRoll to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Chain AdRoll metrics inside Windsurf
Cascade does not need you to fetch the account ID first. You tell it to build a weekly marketing report, and the agent calls `list_advertisables` to find your target account. Then it immediately grabs all active initiatives using `list_campaigns` without waiting for your permission. That means you can open a blank Markdown file and watch Windsurf populate it with real numbers. The agent runs `get_performance_report` for the dates you specified, formats the spend and click data, and writes the summary directly into your editor.
Audit ad creatives autonomously
Checking which banners are actually running usually means clicking through five different browser tabs. Now you just ask your Windsurf agent to audit the current assets. It fires off `list_ads` to pull down the active creatives. Because Cascade holds the context of your codebase, it can cross-reference those live AdRoll assets with your local design files. It reads the output from `get_campaign_details` and flags any mismatched promotional copy right in your terminal panel.
Build custom dashboards with this MCP Server
You want a custom React component that displays live return on ad spend. Instead of hunting down the API docs, connect the AdRoll MCP Server to Windsurf. Cascade knows the exact schema returned by the integration. The agent writes the data fetching logic, mocks the API response using actual numbers from your account, and renders the chart. You get a working internal tool in minutes because the AI client handles the data layer natively.
Set up AdRoll MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the AdRoll MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my AdRoll payment history." If connected, Cascade will call the AdRoll tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"adroll-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 AdRoll. 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 AdRoll MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AdRoll MCP today
We host it, we monitor it, we maintain it. You just paste one token.