Kevel Connector for AI agents.
11 live capabilities
Manage ad inventory and campaign flights with natural language commands.
Waiting for input…
Why people use Kevel
Kevel for Ad-Ops: Stop Clicking Through Nested Dashboards
This Connector changes that by letting you talk to your ad-serving system like a person. Instead of hunting for a specific campaign ID, you just ask your agent to find it and tell you what's going on. You can check inventory availability, audit creatives, or list all active campaigns in one place. You'll spend less time navigating the dashboard and more time actually making decisions.
What Vinkius changes
You get a natural language interface for your entire ad-serving backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking flight status
An ops manager asks 'Are there any flights starting this week?
- Real-world use case 02
Inventory planning
A product manager asks 'What zones are on site 123?
- Real-world use case 03
Creative review
An engineer asks 'Show me all creatives for the summer sale' and gets a list via list_creatives.
Complete set · 11capabilities
The complete Kevel capability set.
These are the exact actions your AI can choose when you ask it to work with Kevel.
01—04
4 capabilities in this set.
Part of 11 available through Kevel.
- 01 Capability
Get campaign
Get the specific details for a single campaign. This lets you see the configuration quickly.
- 02 Capability
List sites
Get a list of all the sites in your ad inventory. This helps you manage your available placements.
- 03 Capability
List zones
See all available zones across your inventory sites. This helps you plan ad placements.
- 04 Capability
List ad types
Check which ad formats like banners or native are supported. Use this to confirm technical specs.
05—08
4 capabilities in this set.
Part of 11 available through Kevel.
- 05 Capability
List ads
Pull a list of all ads currently in your account. This is useful for quick inventory audits.
- 06 Capability
List advertisers
See every advertiser registered in your Kevel account. This helps you manage your client list.
- 07 Capability
List campaigns
Get a full list of all campaigns you're running. This gives you a high-level view of your activity.
- 08 Capability
List channels
See all the different channels available for your ads. Use this to check distribution options.
09—11
3 capabilities in this set.
Part of 11 available through Kevel.
- 09 Capability
List creatives
View all the creatives that have been uploaded to your account. This makes creative auditing easier.
- 10 Capability
Get advertiser
Pull the full metadata for a specific advertiser. This helps you find specific account details.
- 11 Capability
List flights
See all the active and upcoming flights in your system. Use this to track your campaign schedule.
Set up in minutes
One URL. Then ask Kevel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kevel 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_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kevel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel URL.
- Step 03
Save and start
Save the connection and enable Kevel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kevel": {
"url": "https://edge.vinkius.com/vk_preview_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel
Open Agent mode in chat and ask: "Using Kevel, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kevel": {
"url": "https://edge.vinkius.com/vk_preview_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel
Ask Copilot: "Using Kevel, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kevel": {
"url": "https://edge.vinkius.com/vk_preview_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel
Open Cascade and ask: "Using Kevel, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kevel": {
"url": "https://edge.vinkius.com/vk_preview_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel
Ask Cline: "Using Kevel, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kevel --transport http "https://edge.vinkius.com/vk_preview_i7gTMqaRS6UmvOdkUpbft7BZXpuymcFw6XJWkfrF/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 Kevel
Ask Claude: "Using Kevel, show me...". 11 tools are ready
Where the request belongs
Work Kevel can move forward.
For ad-ops managers who are tired of manual dashboard navigation and tech engineers who need to pull metadata quickly without building custom scripts.
Ad Operations Manager
Checking flight statuses and campaign configurations on a Tuesday afternoon without opening a browser.
Product Manager
Verifying inventory availability and placement details across different sites during a launch.
Ad Tech Engineer
Fetching technical metadata for creatives and ad types during a system integration.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAdButler
Serve and manage display ads, track impressions, and optimize ad zones across your digital properties with precision.
Delta Projects
Equip your AI agent to manage ad campaigns, monitor performance, and audit creatives via the Delta Projects API.
Adtelligent
Adtech orchestration. manage DSP campaigns, creatives, and SSP reporting via AI.
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.
Amazon Ads
Advertising management. manage Sponsored Products, brands, and performance reports via AI.
Bring your own AI
Change the model, client or framework. Keep Kevel 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 Kevel.
The practical details behind the request, access and result.
How can Kevel help my ad-ops team?
It gives your team a way to query your ad-serving system using natural language. Instead of clicking through menus, your team can ask an AI client to find campaigns, check flights, or audit creatives instantly.
Can I use Kevel to check my inventory?
Yes. You can ask your AI client to list your sites and zones to see exactly where your ads are eligible to run without manual searching.
How do I get my ads into my AI client?
By connecting this Connector, your AI client gains the ability to read your Kevel account data. You just need to provide your API key to get started.
Can Kevel show me my active flights?
Yes, the Connector can pull a full list of your flights so you can monitor your campaign schedule in real-time via your AI client.
Does Kevel support different ad types?
You can use the Connector to see every ad format your account supports, such as banners, native, and video, to help with technical planning.
How does Kevel help with creative audits?
It allows you to quickly list all uploaded creatives. This makes it much faster to verify your assets and ensure everything is ready for launch.
Can I see the flights associated with a campaign?
Yes, use the list_flights capability to get a full list of flights, which includes their parent campaign IDs and targeting metadata.
How do I check the status of my ad inventory sites?
The list_sites and list_zones capabilities provide real-time visibility into your inventory structure and the status of each placement.
Is it possible to list all uploaded creatives?
Absolutely. Use the list_creatives capability to retrieve a comprehensive list of all ad creatives configured in your Kevel account.
One connection away
Give your agent a direct line to Kevel.
Connect Kevel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available