Pinterest Ads Connector for AI agents.
10 live capabilities
Manage your Pinterest advertising campaigns and performance metrics directly.
Waiting for input…
Why people use Pinterest Ads
Pinterest Ads for Pinterest Advertising Performance Tracking
With this Connector, you just ask your agent for the numbers. You can get a summary of your ROI for the last month or a list of all your active ad groups in seconds. It puts the data exactly where you're already working, so you can spend more time on strategy and less time on data entry.
What Vinkius changes
You get a direct line from your chat interface to your Pinterest advertising data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking campaign ROI
A marketer asks their agent to pull the spend and click data for the 'Summer Sale' campaign from last week to see if it hit the target.
- Real-world use case 02
Auditing audience segments
An e-commerce owner asks the agent to list all saved audiences to make sure no old segments are still active.
- Real-world use case 03
Verifying creative content
A content creator asks the agent to show all pins on their 'Home Decor' board to ensure they are correctly categorized.
Complete set · 10capabilities
The complete Pinterest Ads capability set.
These are the exact actions your AI can choose when you ask it to work with Pinterest Ads.
01—04
4 capabilities in this set.
Part of 10 available through Pinterest Ads.
- 01 Capability
List pinterest ad groups
Lists all ad groups in your account. Use this to see how your advertising is organized.
- 02 Capability
Get pinterest analytics
Pulls advertising analytics for specific date ranges. Use this to see your ROI and engagement metrics.
- 03 Capability
Get pinterest campaign
Retrieves the details for a specific campaign. This helps you check the status and settings of one ad.
- 04 Capability
List pinterest ads
Lists every individual ad in your account. This is useful for auditing your creative assets.
05—07
3 capabilities in this set.
Part of 10 available through Pinterest Ads.
- 05 Capability
List pinterest audiences
Lists your saved audiences. Use this to verify your targeting parameters and reach.
- 06 Capability
List pinterest boards
Lists your Pinterest boards. Use this to manage your organic content and visual presence.
- 07 Capability
List pinterest campaigns
Lists all Pinterest ad campaigns. This gives you a high-level overview of your active ads.
08—10
3 capabilities in this set.
Part of 10 available through Pinterest Ads.
- 08 Capability
List pinterest catalogs
Lists your product catalogs. Use this to ensure your e-commerce items are syncing correctly.
- 09 Capability
List pinterest keywords
Lists keywords for a specific ad group. Use this to refine your search and discovery strategy.
- 10 Capability
List pinterest pins
Lists your Pinterest pins. This helps you verify your creative content across different boards.
Set up in minutes
One URL. Then ask Pinterest Ads to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pinterest 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_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pinterest Ads for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads URL.
- Step 03
Save and start
Save the connection and enable Pinterest Ads in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pinterest-ads": {
"url": "https://edge.vinkius.com/vk_preview_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads
Open Agent mode in chat and ask: "Using Pinterest Ads, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pinterest-ads": {
"url": "https://edge.vinkius.com/vk_preview_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads
Ask Copilot: "Using Pinterest Ads, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pinterest-ads": {
"url": "https://edge.vinkius.com/vk_preview_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads
Open Cascade and ask: "Using Pinterest Ads, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pinterest-ads": {
"url": "https://edge.vinkius.com/vk_preview_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads
Ask Cline: "Using Pinterest Ads, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pinterest-ads --transport http "https://edge.vinkius.com/vk_preview_cBlpHQ7VdEWgUvbXLIVe5k23T3xdCj4uRLgMAlkw/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 Pinterest Ads
Ask Claude: "Using Pinterest Ads, show me...". 10 tools are ready
Where the request belongs
Work Pinterest Ads can move forward.
This is for the social media manager who's tired of manual reporting and the e-commerce owner trying to figure out which pins are actually driving sales.
Digital Marketing Manager
Checks campaign spend and ROI metrics during strategy meetings to see which ads are winning.
E-commerce Specialist
Audits product catalogs and audience targeting to ensure shop listings are accurate.
Content Strategist
Verifies pins and boards across multiple accounts to maintain brand consistency.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPinterest Ads
Equip your AI agent with direct access to Pinterest Ads. manage campaigns, track pin performance, and optimize shopping ad spend without opening Pinterest Ads Manager.
Google Ads
Equip your AI agent with direct access to Google Ads. manage search, display, and shopping campaigns, track conversions, and optimize ad spend without opening the Google Ads console.
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.
AdRoll
Retarget customers, launch display ad campaigns, and measure conversion performance across web and social channels.
Automate visual discovery via Pinterest. manage boards, create pins, and track performance directly with AI.
Amazon Ads
Advertising management. manage Sponsored Products, brands, and performance reports via AI.
Bring your own AI
Change the model, client or framework. Keep Pinterest 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 Pinterest Ads.
The practical details behind the request, access and result.
Can the Pinterest Ads MCP show me my actual spend?
Yes, it pulls specific performance metrics including spend, impressions, and clicks for your campaigns.
Does the Pinterest Ads MCP work with my product catalog?
Yes, it can list your product catalogs so you can verify that your e-commerce items are syncing correctly.
Can I use the Pinterest Ads MCP to see my boards?
Yes, it allows your agent to list your Pinterest boards and pins to help you manage your visual content.
How does the Pinterest Ads MCP help with my audience targeting?
It lets you audit your saved audiences quickly, making it easy to see who you're reaching without digging through menus.
Can the Pinterest Ads MCP help me with keyword research?
Yes, it can pull the keywords associated with your ad groups so you can see what search terms are driving traffic.
Is the Pinterest Ads MCP good for e-commerce?
It's excellent for e-commerce because it handles product catalogs and audience data, which are core to your online sales.
How do I find my Pinterest Ad Account ID?
In your Pinterest Business account, go to the Ads Manager. Your Ad Account ID is usually visible in the URL or in the account settings section.
Can I see performance metrics for specific dates?
Yes! Use the get_pinterest_analytics capability and provide the start_date and end_date parameters along with the columns (metrics) you wish to retrieve.
What metrics can I retrieve?
Common metrics include SPEND_IN_DOLLAR, IMPRESSION, CLICKTHROUGH, REPIN, and TOTAL_CONCLICK. You can provide multiple metrics separated by commas.
One connection away
Give your agent a direct line to Pinterest Ads.
Connect Pinterest Ads once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available