Basis Technologies Connector for AI agents.
10 live capabilities
Manage programmatic advertising campaigns and media buying tactics from your AI client.
Waiting for input…
Why people use Basis Technologies
Basis Technologies for Programmatic Advertising Oversight
With this Connector, you just tell your AI agent what you need. Instead of clicking through menus, you get a summary of your campaign's health or a list of your active brands in seconds. You get the data you need without the UI friction.
What Vinkius changes
You get direct, conversational access to your programmatic ad data without the manual dashboard navigation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Pacing Check
A media buyer notices a campaign is under-spending.
- Real-world use case 02
The Creative Audit
An AdOps person needs to make sure 50 new ads are active.
- Real-world use case 03
The Client Report
An account manager is on a call and needs to know how many brands are active.
Complete set · 10capabilities
The complete Basis Technologies capability set.
These are the exact actions your AI can choose when you ask it to work with Basis Technologies.
01—04
4 capabilities in this set.
Part of 10 available through Basis Technologies.
- 01 Capability
Get ad
Get specific details for an ad creative. This helps you check if an ad is live and see its metadata in one go.
- 02 Capability
List brands
See a full list of all brands managed within your Basis account. This gives you a quick overview of your entire portfolio.
- 03 Capability
List tactics
List every tactic or line item configured within your Basis DSP. Use this to see every active line item in your account at once.
- 04 Capability
Get campaign performance
Pull real-time delivery stats and KPIs for a specific campaign. You can use this to monitor spend and pacing during live meetings.
05—07
3 capabilities in this set.
Part of 10 available through Basis Technologies.
- 05 Capability
Get campaign
Fetch the full metadata and configuration for a specific Basis campaign. This lets you see the exact setup for any campaign in your account.
- 06 Capability
Get tactic performance
Get the delivery metrics for a specific tactic or line item. It helps you see how individual tactics are performing against your goals.
- 07 Capability
List ads
Generate a list of all ad creatives across your advertising portfolio. Use this to audit your creative assets and verify their statuses.
08—10
3 capabilities in this set.
Part of 10 available through Basis Technologies.
- 08 Capability
Get tactic
Retrieve the specific targeting and bidding details for a tactic. This is useful for checking the exact parameters of a line item.
- 09 Capability
List campaigns
View all media buying campaigns currently active in your Basis account. It saves you from digging through menus to find your active work.
- 10 Capability
List clients
Get a complete list of all advertisers and clients in your organization. This provides a high-level view of your managed accounts.
Set up in minutes
One URL. Then ask Basis Technologies to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Basis Technologies 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_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Basis Technologies for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies URL.
- Step 03
Save and start
Save the connection and enable Basis Technologies in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"basis-technologies": {
"url": "https://edge.vinkius.com/vk_preview_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies
Open Agent mode in chat and ask: "Using Basis Technologies, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"basis-technologies": {
"url": "https://edge.vinkius.com/vk_preview_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies
Ask Copilot: "Using Basis Technologies, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"basis-technologies": {
"url": "https://edge.vinkius.com/vk_preview_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies
Open Cascade and ask: "Using Basis Technologies, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"basis-technologies": {
"url": "https://edge.vinkius.com/vk_preview_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies
Ask Cline: "Using Basis Technologies, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add basis-technologies --transport http "https://edge.vinkius.com/vk_preview_SnpKXdygTZA4wKBHRAVUUaseBMWOtDKT88AnbweF/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 Basis Technologies
Ask Claude: "Using Basis Technologies, show me...". 10 tools are ready
Where the request belongs
Work Basis Technologies can move forward.
This is for the media buyer who's tired of clicking through dozens of pages just to check a single tactic's pacing, or the AdOps lead who needs to audit hundreds of creatives across multiple brands quickly.
Media Buyer
Checking pacing and pulling performance reports during live client calls without switching tabs.
AdOps Specialist
Auditing creative statuses and verifying tactic configurations across a large portfolio on a Tuesday afternoon.
Account Manager
Getting a high-level view of all managed brands and clients on the fly during strategy meetings.
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.
Delta Projects
Equip your AI agent to manage ad campaigns, monitor performance, and audit creatives via the Delta Projects API.
AdButler
Serve and manage display ads, track impressions, and optimize ad zones across your digital properties with precision.
Moloco
Manage machine learning-powered advertising via Moloco. track campaigns and get analytics directly from your AI agent.
Nuviad Advertising
Manage mobile ad campaigns and RTB via Nuviad. track ads, targeting lists, and performance reports directly from your AI agent.
Autobidder
Optimize your ad spend with AI-powered bidding strategies that automatically adjust bids across advertising platforms.
Bring your own AI
Change the model, client or framework. Keep Basis Technologies 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 Basis Technologies.
The practical details behind the request, access and result.
Can I use Basis Technologies MCP to manage my programmatic ads?
Yes, it allows you to query campaign data, list brands, and check ad statuses through a conversational interface with your AI agent.
Does Basis Technologies MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
Can I see my real-time spend with Basis Technologies MCP?
Yes, you can pull real-time delivery stats and KPIs for specific campaigns or tactics instantly.
How do I connect my Basis account to my AI agent using Basis Technologies MCP?
You just need to subscribe to the Connector and provide your Basis DSP Access Token to link your account.
Can I audit my ad creatives with Basis Technologies MCP?
Yes, you can list all ad creatives in your portfolio and check their current statuses to ensure everything is running correctly.
Is Basis Technologies MCP good for media buying?
It's a great capability for media buyers who need to quickly check pacing, pull reports, and manage large portfolios without manual dashboard navigation.
Can I check the real-time performance of a specific campaign?
Yes! Use the get_campaign_performance capability with the Campaign ID. Your agent will fetch the latest KPIs including impressions, clicks, and spend directly from the Basis analytics engine.
How do I list all active tactics for my account?
Simply ask the agent to list_tactics. It will retrieve the execution-level line items, showing their status and basic configuration for your review.
Does this integration allow making changes to my budgets?
Currently, the toolset is focused on querying and analysis (Read-Only). You can list and inspect campaigns, tactics, and performance, but budget adjustments must be performed within the Basis DSP platform for security.
One connection away
Give your agent a direct line to Basis Technologies.
Connect Basis Technologies once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available