How to Use the Amazon Marketing Cloud MCP in Claude Code
Pipe Amazon Marketing Cloud workflows directly into Claude Code for headless SQL execution and automated reporting pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon Marketing Cloud MCP to Claude Code
Create your Vinkius account to connect Amazon Marketing Cloud to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless MCP Server integration
You need to run weekly ad-spend reports without human intervention. Hook this MCP Server into your terminal and let your agent handle the scheduling. It uses `create_workflow` to generate the necessary SQL on the fly. The CLI agent then fires `create_execution` to start the job. You can wrap this entirely in a bash script or a GitHub Action to automate your marketing analytics.
Scriptable execution monitoring
Long-running database queries require constant babysitting. Offload that to a terminal process. Your headless MCP client loops `get_execution_status` to check if the AMC job is done. Once the query completes, it pulls the data using `get_execution_download_urls`. You can pipe those URLs directly into curl commands to download your advertising reports to a remote server.
Automated environment cleanup
Stale workflows clutter your AWS environment and cost money. Write a cron job that tells your agent to find old queries via `list_workflows` and `list_executions`. The script can aggressively prune dead jobs with `delete_execution` and remove outdated queries using `delete_workflow`. Your marketing database stays clean without you lifting a finger.
Set up Amazon Marketing Cloud MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeamazon-marketing-cloud-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Amazon Marketing Cloud transactions." It will automatically discover and invoke the available Amazon Marketing Cloud tools.
claude mcp add --transport http amazon-marketing-cloud-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Amazon Marketing Cloud MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amazon Marketing Cloud MCP today
We host it, we monitor it, we maintain it. You just paste one token.