How to Use the Criteo Marketing API MCP in Cursor
Feed live Criteo ad data directly into Cursor to build custom marketing dashboards without mocking API responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Criteo Marketing API MCP to Cursor
Create your Vinkius account to connect Criteo Marketing API 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 with real Criteo data using this MCP Server
Writing internal tools for marketing teams sucks when you have to guess the API payload structure. This MCP Server lets your editor pull the actual JSON responses while you type. Cursor calls `list_marketing_campaigns` in the background and uses the real fields to write your frontend components. Getting specific campaign data is just as fast. If you need to map out a detail view, the agent runs `get_campaign_details` to grab the exact schema for a live campaign. Generating TypeScript interfaces from actual production data prevents runtime errors later.
Build ad features faster in Cursor
Creating a custom interface for ad sets requires knowing exactly how Criteo structures them. Instead of reading API docs for hours, just tell Cursor to fetch the data. The editor hits `list_ad_sets` and `get_ad_set_details` to see the live configuration before it writes a single line of React. Creative assets work the same way. Ask your AI client to build a gallery component, and it will use `list_ad_creatives` to pull real image URLs and video links. Seeing your actual banners render in the local dev environment proves the code works immediately.
Inject live marketing stats into your codebase
Developing reporting dashboards usually means dealing with fake numbers until staging. That changes today. Your editor executes `get_marketing_statistics` to pull yesterday's actual click-through rates and spend. The AI writes the charting logic using real metrics. Budget tracking features get the same treatment. When you need to display remaining ad spend, the agent runs `list_marketing_budgets` to get the current balances. Your code handles the exact data types Criteo returns because the AI saw the real response.
Set up Criteo Marketing API 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 Criteo Marketing API 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 Criteo Marketing API transactions." If the MCP tools are loaded correctly, Cursor will call the Criteo Marketing API tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"criteo-marketing-api-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 Criteo Marketing. 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 Criteo Marketing API MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Criteo Marketing API MCP today
We host it, we monitor it, we maintain it. You just paste one token.