Snapchat Ads Connector for AI agents.
9 live capabilities
Manage your Snapchat ad spend and campaign performance through your agent.
Waiting for input…
Why people use Snapchat Ads
Snapchat Ads for Real-Time Ad Performance Auditing
This Connector changes that. You can just tell your agent to 'Show me the spend for the last three campaigns' and get the numbers instantly. It turns a 15-minute manual audit into a 5-second conversation.
What Vinkius changes
You get a direct line to your ad data without the dashboard friction.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,000+ Connectors
- Real-world use case 01
Audit a new account
A new media buyer wants to see what's running.
- Real-world use case 02
Quick ROI check
A growth lead needs to know if the 'Spring Sale' is working.
- Real-world use case 03
Creative audit
A designer wants to know if all videos are uploaded.
Complete set · 9capabilities
The complete Snapchat Ads capability set.
These are the exact actions your AI can choose when you ask it to work with Snapchat Ads.
01—03
3 capabilities in this set.
Part of 9 available through Snapchat Ads.
- 01 Capability
Get ad account stats
Pull performance statistics for an ad account. Use this to see how a specific account is performing over time.
- 02 Capability
Get ad account
Get specific details for a single ad account. This lets you check account status and metadata quickly.
- 03 Capability
Get campaign stats
Get the numbers for a specific campaign. This shows you the reach, spend, and conversions for one effort.
04—06
3 capabilities in this set.
Part of 9 available through Snapchat Ads.
- 04 Capability
List ad accounts
List all ad accounts in your organization. Use this to get a bird's-eye view of your entire setup.
- 05 Capability
List campaigns
List all campaigns for a specific account. Use this to see every active and paused campaign in your account.
- 06 Capability
List media
List all media assets for an account. This helps you verify that your creative pipeline is full and updated.
07—09
3 capabilities in this set.
Part of 9 available through Snapchat Ads.
- 07 Capability
List ad squads
List the ad squads within a campaign. This helps you see how your ads are grouped and organized.
- 08 Capability
List ads
List every ad in a specific squad. This is useful for auditing your actual ad placements and creative variety.
- 09 Capability
List organizations
List all Snapchat organizations. This helps you see the high-level structure of your business accounts.
Set up in minutes
One URL. Then ask Snapchat Ads to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Snapchat Ads 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_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Snapchat Ads for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads URL.
- Step 03
Save and start
Save the connection and enable Snapchat Ads in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"snapchat-ads-alternative": {
"url": "https://edge.vinkius.com/vk_preview_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads
Open Agent mode in chat and ask: "Using Snapchat Ads, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"snapchat-ads-alternative": {
"url": "https://edge.vinkius.com/vk_preview_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads
Ask Copilot: "Using Snapchat Ads, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"snapchat-ads-alternative": {
"url": "https://edge.vinkius.com/vk_preview_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads
Open Cascade and ask: "Using Snapchat Ads, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"snapchat-ads-alternative": {
"url": "https://edge.vinkius.com/vk_preview_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads
Ask Cline: "Using Snapchat Ads, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add snapchat-ads-alternative --transport http "https://edge.vinkius.com/vk_preview_R0nGxoa1EVrrTozMrxGQisyn31kJP9KBrXxwnxMG/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 Snapchat Ads
Ask Claude: "Using Snapchat Ads, show me...". 9 tools are ready
Where the request belongs
Work Snapchat Ads can move forward.
For media buyers and growth leads who are tired of manual reporting and want to see real-time ad performance without the clicks.
Media Buyer
Checks daily spend and squad status during meetings.
Marketing Lead
Verifies new creatives are live and correctly configured.
Growth Analyst
Runs rapid audits on ROI and conversion stats.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSnapchat Ads
Equip your AI agent with direct access to Snapchat Ads. manage campaigns, track ad performance, and optimize spend without opening Snapchat Ads Manager.
Snapchat Conversions
Send conversion events to Snapchat Ads via the Conversions API with AI agents.
Meta Ads
Equip your AI agent with direct access to Meta Ads. manage Facebook and Instagram campaigns, track ad performance, and optimize spend without opening Meta Ads Manager.
X Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Adtelligent
Adtech orchestration. manage DSP campaigns, creatives, and SSP reporting via AI.
Facebook Ads
Manage your Facebook and Meta Ads via AI. list campaigns, track performance insights, and update ad status directly through your agent.
Bring your own AI
Change the model, client or framework. Keep Snapchat Ads 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 Snapchat Ads.
The practical details behind the request, access and result.
Can I see my Snapchat spend with the Snapchat Ads MCP?
Yes, you can pull spend and performance statistics for specific accounts and campaigns instantly through your agent.
Does the Snapchat Ads MCP support multiple organizations?
Yes, it can list all Snapchat organizations associated with your access, making it easy to manage multiple brands.
How do I get creative assets with the Snapchat Ads MCP?
You can use the Connector to list all media assets in your account to ensure your creative pipeline is healthy and updated.
Can I see ad squads with the Snapchat Ads MCP?
Yes, the Connector allows your agent to see how ads are grouped into squads, which helps you audit your campaign structure.
Is the Snapchat Ads MCP good for auditing?
It's built for auditing. You can quickly pull metadata for accounts, campaigns, and ads to find errors or performance gaps.
Can I pull ROI stats with the Snapchat Ads MCP?
Yes, you can retrieve detailed advertising statistics for specific campaigns to understand your conversion and ROI.
How do I find my Snapchat Ads Access Token?
Create a Developer account at Snapchat Business, create an App, and perform the OAuth flow to generate an Access Token. Copy and paste it below.
Can the agent list performance for specific ad squads?
Yes. Use the get_ad_account_stats or similar capabilities providing the target ID and date range. Your agent will return metrics like swipe-ups, impressions, and spend.
Is it possible to audit creative media via the agent?
Yes. The list_media capability allows your agent to retrieve all uploaded media assets and their metadata, ensuring your creative pipeline is ready for launch.
One connection away
Give your agent a direct line to Snapchat Ads.
Connect Snapchat Ads once. Keep it beside 6,000+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available