How to Use the Amazon Ads MCP in Cursor
Inject live Amazon Ads campaign data straight into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon Ads MCP to Cursor
Create your Vinkius account to connect Amazon Ads to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Report Generation
The `request_sp_report` tool triggers a fresh performance data build on Amazon's servers. Cursor's Agent mode fires this off while you write the parsing logic for the incoming JSON. Polling for completion requires the `get_report_status` tool. The AI writes the wait loop in your codebase and tests it against the live endpoint simultaneously, proving the code actually works.
Fetch Live Ad Structures via MCP Server
The `list_sp_campaigns` tool grabs your active Sponsored Products data. You can ask Cursor to generate a dashboard component, and it will populate the UI with real campaign names instead of placeholder text. For higher-level brand visibility, `list_sb_campaigns` pulls your Sponsored Brands setup. The editor sees the actual API response shape and types your interfaces perfectly on the first try.
Map Keywords and Accounts
The `list_profiles` tool fetches the root advertiser IDs tied to your account. Cursor uses these IDs to construct valid API requests for the rest of your internal tooling. Digging into the targeting, `list_sp_keywords` and `list_sb_keywords` retrieve your exact bidding terms. Your AI client injects these raw arrays into your seed files or testing suites on command.
Set up Amazon Ads MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Amazon Ads MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Amazon Ads transactions." If the MCP tools are loaded correctly, Cursor will call the Amazon Ads tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"amazon-ads-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Amazon Ads. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Ads MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amazon Ads MCP today
We host it, we monitor it, we maintain it. You just paste one token.