Amazon Ads, Seller Central & Vendor Central in Google Gemini
Bring live Amazon advertising, sales, and inventory data into Gemini. Add the Marketplace Ad Pros MCP server to the Gemini app, Gemini CLI, or Antigravity, then analyze campaigns and manage your Amazon accounts in conversation.
How do I connect Amazon Ads to Google Gemini?
Google Gemini connects to Amazon Ads, Seller Central, and Vendor Central through the Marketplace Ad Pros MCP server. In the Gemini app, open Settings, then Connected Apps, add a custom app with the server URL https://app.marketplaceadpros.com/mcp, and sign in. Developers can add the same URL to Gemini CLI or Google Antigravity. Each client registers itself automatically, so there are no API keys to copy.
Last updated: September 16, 2026. Setup steps follow Google's documentation for Gemini custom apps, Gemini CLI, and Antigravity.
Which Gemini Should You Use?
The Gemini app, Gemini CLI, and Antigravity all use the same server URL and your Marketplace Ad Pros login.
| Gemini client | Best for | Account | Authentication | Where to add it |
|---|---|---|---|---|
| Gemini app | Sellers and marketers who want answers in chat, on web or mobile | Personal Google Account, US, 18+ | OAuth (automatic registration) | Settings → Connected Apps → Add a custom app |
| Gemini CLI | Analysts and developers working in a terminal | Any account Gemini CLI supports | OAuth or API key header | gemini mcp add |
| Google Antigravity | Building reports, scripts, and automations with an agent | Any account Antigravity supports | OAuth or API key header | mcp_config.json |
| Gemini Enterprise | Company-wide rollout managed by an admin | Gemini Enterprise team | Manually registered OAuth client | Admin: Connected apps → Add MCP Server (contact us) |
Setup Instructions
Connect your Amazon Ads, Seller Central, or Vendor Central accounts to Marketplace Ad Pros first. Connecting is free.
Gemini app (gemini.google.com)
- On a computer, go to gemini.google.com. Custom apps are added on the web and then sync to the mobile app.
- Open Settings and select Connected Apps.
- Under Custom apps, select Add a custom app.
- Enter the server URL
https://app.marketplaceadpros.com/mcp. Leave Advanced features alone; no client ID or secret is needed. - Select Next, sign in with your Marketplace Ad Pros login, and choose which permissions to grant.
- Start a new chat and ask about your Amazon data.
Gemini CLI
Add the server, then sign in from inside Gemini CLI:
gemini mcp add --transport http marketplace-ad-pros https://app.marketplaceadpros.com/mcp
/mcp auth marketplace-ad-pros
Or add it to ~/.gemini/settings.json yourself. OAuth is discovered automatically:
{
"mcpServers": {
"marketplace-ad-pros": {
"httpUrl": "https://app.marketplaceadpros.com/mcp"
}
}
}
Google Antigravity
- In the agent side panel, open the … menu, select MCP Servers, then Manage MCP Servers and View raw config.
- Add the server to
mcp_config.jsonand save:
{
"mcpServers": {
"marketplace-ad-pros": {
"serverUrl": "https://app.marketplaceadpros.com/mcp"
}
}
}
- Open settings, go to Customizations, and select Authenticate next to the server.
- Sign in to Marketplace Ad Pros in your browser, copy the authorization code, paste it back into Antigravity, and select Submit.
API key instead of OAuth (Gemini CLI and Antigravity)
Create an MCP key on the Marketplace Ad Pros Integrations page and send it as a Bearer token. Use httpUrl in Gemini CLI or serverUrl in Antigravity:
{
"mcpServers": {
"marketplace-ad-pros": {
"serverUrl": "https://app.marketplaceadpros.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_KEY"
}
}
}
}
Connection Details
| Server URL | https://app.marketplaceadpros.com/mcp |
| Transport | Streamable HTTP |
| Authentication | OAuth with dynamic client registration, or API key as a Bearer token |
What You Can Do in Gemini
The same Marketplace Ad Pros tools available in Claude and ChatGPT.
Amazon Ads Analysis
Ask about spend, sales, ACOS, and ROAS across Sponsored Products, Sponsored Brands, Sponsored Display, and DSP.
Seller & Vendor Central Sales
Total sales, units, sessions, and conversion rate from Seller Central or Vendor Central, alongside ad spend for TACoS.
Inventory Before Spend
Check FBA inventory before scaling a campaign, and find high-traffic, low-conversion products. Learn more.
Keywords & Search Terms
Spot wasted spend, harvest converting search terms, and compare organic Brand Analytics demand with your ad targets.
Manage Campaigns
With write access granted, update bids, budgets, keywords, and negatives. Gemini asks you to confirm, and every write is logged. How editing works.
Build With Your Data
In Gemini CLI or Antigravity, turn questions into repeatable reports, scripts, and dashboards backed by live Amazon data.
Example Prompts for Gemini
- "Which Sponsored Products search terms spent over $50 in the last 30 days with no orders?"
- "What was my TACoS last month for each marketplace?"
- "Which ASINs have less than 30 days of FBA inventory but rising ad spend?"
- "Compare Vendor Central ordered revenue with ad spend week over week for the last 8 weeks."
- "Write a script that emails me a weekly ACOS summary by campaign." (Gemini CLI or Antigravity)
Want more? Browse 50 Amazon Ads prompts for AI.
Frequently Asked Questions
According to Google, custom apps in the Gemini app require a personal Google Account, age 18 or over, in the US, with Gemini set to English and Keep Activity turned on. Work and school accounts can't add custom apps in the Gemini app. These requirements are for the Gemini app; Gemini CLI and Antigravity have their own account requirements.
Gemini Enterprise lets a team administrator add a custom MCP server, but it requires a manually registered OAuth client instead of automatic registration. Contact Marketplace Ad Pros support if your team wants to connect through Gemini Enterprise.
The Gemini app, Gemini CLI, and Antigravity use OAuth with dynamic client registration. They register themselves with Marketplace Ad Pros automatically, and you sign in with your Marketplace Ad Pros login. Gemini CLI and Antigravity can also send an API key as a Bearer token header.
Not by default. Access starts read-only. When you sign in, you can grant write access if you want it. Gemini asks you to confirm write actions, and every write is logged.
Connecting your Amazon accounts is free. A $20 two-week trial gives you full access. AI Connect starts at $10/week. Optimization plans with daily recommendations start at $149/month. Any Google Gemini subscription is separate and billed by Google.
Using Another AI Client?
The same connection works across clients.
Get Your Amazon Data Into Gemini
Free account connection. $20 two-week trial. AI Connect from $10/week.
Get Started Free