Amazon Marketing Cloud Connector for AI agents.
10 live capabilities
Run professional cross-channel advertising analytics and SQL queries.
Waiting for input…
Why people use Amazon Marketing Cloud
Amazon Marketing Cloud SQL Query Management
With this Connector, you just tell your agent what you need. It triggers the execution, watches the status, and pings you with the download link. You get your data without the manual clicking.
What Vinkius changes
You get to run and manage complex advertising analytics using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Analyzing audience overlap
A media buyer asks the agent to run a specific workflow and check the status until the report link is ready.
- Real-world use case 02
Updating recurring queries
An analyst asks the agent to modify the existing workflow configuration so they don't have to rebuild the pipeline.
- Real-world use case 03
Cleaning up stalled tasks
A marketing engineer asks the agent to stop a stalled query and remove a workflow they no longer need.
Complete set · 10capabilities
The complete Amazon Marketing Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with Amazon Marketing Cloud.
01—04
4 capabilities in this set.
Part of 10 available through Amazon Marketing Cloud.
- 01 Capability
List workflows
See all your saved AMC workflows in one list. Use this to find the right query to run.
- 02 Capability
Get workflow details
See the specific details of a workflow. Use this to check the configuration before you run it.
- 03 Capability
Create workflow
Make a new AMC workflow from scratch. This helps you standardize your recurring analytics tasks.
- 04 Capability
Update workflow
Change the settings of an existing AMC workflow. This lets you tweak your queries without deleting them.
05—07
3 capabilities in this set.
Part of 10 available through Amazon Marketing Cloud.
- 05 Capability
Delete workflow
Remove a workflow you no longer need. This keeps your analytics workspace clean.
- 06 Capability
List executions
See a history of your recent query runs. Use this to audit past activity.
- 07 Capability
Create execution
Run an AMC query or a saved workflow. This starts the actual data processing.
08—10
3 capabilities in this set.
Part of 10 available through Amazon Marketing Cloud.
- 08 Capability
Get execution status
Check if your query is pending or finished. Use this to know when your data is ready.
- 09 Capability
Get execution download urls
Get the secure link to your finished report. Use this to grab your results from S3.
- 10 Capability
Delete execution
Cancel a query that's taking too long. This stops stalled processes from wasting your time.
Set up in minutes
One URL. Then ask Amazon Marketing Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Amazon Marketing Cloud 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_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Amazon Marketing Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud URL.
- Step 03
Save and start
Save the connection and enable Amazon Marketing Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"amazon-marketing-cloud": {
"url": "https://edge.vinkius.com/vk_preview_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud
Open Agent mode in chat and ask: "Using Amazon Marketing Cloud, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"amazon-marketing-cloud": {
"url": "https://edge.vinkius.com/vk_preview_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud
Ask Copilot: "Using Amazon Marketing Cloud, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"amazon-marketing-cloud": {
"url": "https://edge.vinkius.com/vk_preview_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud
Open Cascade and ask: "Using Amazon Marketing Cloud, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"amazon-marketing-cloud": {
"url": "https://edge.vinkius.com/vk_preview_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud
Ask Cline: "Using Amazon Marketing Cloud, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add amazon-marketing-cloud --transport http "https://edge.vinkius.com/vk_preview_im4kYeyTbSMqZOudko7I4MxH8XnNcyWNp4QSF0Ar/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 Amazon Marketing Cloud
Ask Claude: "Using Amazon Marketing Cloud, show me...". 10 tools are ready
Where the request belongs
Work Amazon Marketing Cloud can move forward.
For the marketing analyst who spends hours in the AWS console trying to stitch together cross-channel data. It's for the media buyer who needs to see audience overlap without the manual headache.
Data Analyst
Runs recurring SQL queries to build attribution models without manual triggers.
Media Buyer
Checks multi-channel attribution and audience overlap on the fly.
Marketing Engineer
Manages AMC workflow configurations and monitors API execution statuses.
Advertising Strategist
Requests complex reports via chat to quickly share insights with the team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmazon Ads
Advertising management. manage Sponsored Products, brands, and performance reports via AI.
Northbeam
Analyze marketing attribution via Northbeam. track metrics, breakdowns, and data exports directly from your AI agent.
Moloco
Manage machine learning-powered advertising via Moloco. track campaigns and get analytics directly from your AI agent.
AdRoll
Retarget customers, launch display ad campaigns, and measure conversion performance across web and social channels.
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.
NinjaCat
Manage marketing reporting and advertisers via NinjaCat. track reports, data sources, and campaigns directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Amazon Marketing Cloud 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 Amazon Marketing Cloud.
The practical details behind the request, access and result.
Can I run SQL queries on Amazon Marketing Cloud with this?
Yes, you can execute ad-hoc queries or run saved workflows via your agent. It handles the connection to AMC so you don't have to deal with the console.
How do I get my report results?
The Connector fetches the secure S3 download URL for you once the query finishes. You can just ask your agent for the link.
Can I manage my workflows?
Yes, you can create, update, and delete workflows to keep your analytics organized. Your agent can handle these management tasks on your behalf.
Is this good for cross-channel analytics?
It's built specifically for that, making it easy to run multi-touch attribution queries and see audience overlap across different channels.
How do I see my past query history?
You can ask your agent to list recent executions to audit your previous runs and see what data has been processed.
Can I stop a query that's taking too long?
Yes, you can ask your agent to cancel any stalled or long-running executions to free up your processing queue.
How do I find my Amazon Ads API credentials?
You need to create a 'Login with Amazon' application in the Amazon Developer Console to get your Client ID and Client Secret. Then, you generate a Refresh Token. You also need your AMC Instance ID.
What is an AMC workflow?
A workflow in AMC is a saved SQL query. You can save complex queries as workflows and then execute them repeatedly by triggering a workflow execution.
How do I get the results of my query?
Query executions are asynchronous. First, trigger an execution. Then, check its status. Once the status is COMPLETED, use the get_execution_download_urls capability to get a pre-signed S3 link to download the CSV data.
One connection away
Give your agent a direct line to Amazon Marketing Cloud.
Connect Amazon Marketing Cloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available