DataDive Connector for AI agents.
10 live capabilities
Monitor Amazon sales, keyword rankings, and niche analytics in real-time.
Waiting for input…
Why people use DataDive
DataDive niche analysis for Amazon sellers
This Connector lets your agent do that work for you. Just ask about your profit margins or niche competition, and the agent pulls the latest numbers instantly. You get a clear picture of your business in seconds.
What Vinkius changes
You get a conversational interface for complex Amazon marketplace data without ever opening a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Restock planning without the math
A seller wants to know if they should restock a specific item.
- Real-world use case 02
Finding your next winning product
A researcher needs to find a new product niche.
- Real-world use case 03
Quick profit check for ad spend
A manager wants to see if their ads are working.
Complete set · 10capabilities
The complete DataDive capability set.
These are the exact actions your AI can choose when you ask it to work with DataDive.
01—04
4 capabilities in this set.
Part of 10 available through DataDive.
- 01 Capability
List competitor asins
Shows product titles, brand names, and baseline performance for competitors in a niche. It gives you a look at the competition.
- 02 Capability
Get account details
Retrieves your account tier, marketplace integrations, and subscription status. This helps the agent understand your current account limits.
- 03 Capability
Get inventory status
Shows units in stock, inbound shipments, and daily sell-through rates. It provides specific restock recommendations automatically.
- 04 Capability
Get niche details
Provides average price, total niche volume, and competition scores for specific product categories. Use this to evaluate market viability.
05—07
3 capabilities in this set.
Part of 10 available through DataDive.
- 05 Capability
Get rank radar
Returns real-time organic and sponsored positions for any tracked keyword on a specific ASIN. It helps you track your visibility.
- 06 Capability
Get high volume keywords
Lists top-performing keywords based on search volume and competition levels. This helps you find the best terms to target.
- 07 Capability
List product niches
Shows all niches tracked in your account, including marketplace and tracking status. Use this to see your full portfolio.
08—10
3 capabilities in this set.
Part of 10 available through DataDive.
- 08 Capability
Get profits summary
Aggregates sales, fees, and ad spend to show net profit margins and ROI. It gives you a clear high-level financial summary.
- 09 Capability
Search all keywords
Searches the global keyword repository to find metrics across multiple categories. This is great for broad market discovery.
- 10 Capability
List niche keywords
Lists all keywords and search volumes for a specific niche. This is useful for SEO and ranking optimization.
Set up in minutes
One URL. Then ask DataDive to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DataDive 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_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DataDive for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive URL.
- Step 03
Save and start
Save the connection and enable DataDive in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"datadive": {
"url": "https://edge.vinkius.com/vk_preview_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive
Open Agent mode in chat and ask: "Using DataDive, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"datadive": {
"url": "https://edge.vinkius.com/vk_preview_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive
Ask Copilot: "Using DataDive, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"datadive": {
"url": "https://edge.vinkius.com/vk_preview_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive
Open Cascade and ask: "Using DataDive, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"datadive": {
"url": "https://edge.vinkius.com/vk_preview_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive
Ask Cline: "Using DataDive, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add datadive --transport http "https://edge.vinkius.com/vk_preview_Uo8eqh38U6Rx3hKUZBzdLRFZ2FQc3EHpHKeFspFP/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 DataDive
Ask Claude: "Using DataDive, show me...". 10 tools are ready
Where the request belongs
Work DataDive can move forward.
Who wakes up in the morning needing this? The Amazon seller who is tired of hunting through complex dashboards to find their profit margins, or the market researcher who needs to find the next big product niche without manual data scraping.
Amazon Seller
Checks profit margins and inventory stock levels on a Tuesday afternoon to decide which products to promote.
Market Researcher
Explores niche competition scores and high-volume keywords to build out a product launch strategy.
Inventory Manager
Monitors sell-through rates and restock recommendations to keep the warehouse running smoothly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDataForSEO
Manage SERP data via DataForSEO. track Google organic rankings, audit Maps nodes, monitor News publications, and research Amazon products directly from any AI agent.
Bazaarvoice
Analyze and manage user-generated content via Bazaarvoice. list products, reviews, and customer questions directly from any AI agent.
Klevu (E-commerce AI Search)
Power your e-commerce discovery via Klevu AI. execute keyword searches, manage category merchandising, and retrieve product recommendations.
Doofinder
Empower e-commerce search via Doofinder. perform keyword and filtered searches, get predictive suggestions, and audit search analytics directly from any AI agent.
Constructor
Empower e-commerce discovery via Constructor.io. perform ML-ranked product searches, get personalized recommendations, and audit browse categories directly from any AI agent.
Amazon Ads
Advertising management. manage Sponsored Products, brands, and performance reports via AI.
Bring your own AI
Change the model, client or framework. Keep DataDive 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 DataDive.
The practical details behind the request, access and result.
Can DataDive MCP help me find new products to sell on Amazon?
Yes, it pulls niche metrics like volume and competition scores. This helps you identify underserved categories where you can enter the market with less resistance.
Does DataDive MCP show my real-time keyword rankings?
Yes, it tracks both organic and sponsored positions. You can check your visibility for specific products and keywords instantly via your AI agent.
Can I use DataDive MCP to see my profit margins?
Yes, it aggregates your sales data, fees, and ad spend. You can ask for a high-level summary of your net profit margins and ROI for your account.
How does DataDive MCP help with inventory?
It tracks your units in stock and inbound shipments. It also provides sell-through rates and specific restock recommendations to prevent stockouts.
Does DataDive MCP work for all Amazon marketplaces?
It provides data for the marketplaces connected to your account. You can see data for various regions like Amazon US and others.
Can I see what my competitors are doing?
Yes, it lists competitor ASINs and their baseline performance data. This allows you to benchmark your products against others in your niche.
How do I get a DataDive API Key?
Log in to your DataDive account and navigate to the Account Settings or API section to generate a new API Key for integrations.
What is Rank Radar?
Rank Radar is a DataDive feature that tracks the position of your products (ASINs) for specific keywords in both organic and paid (PPC) search results.
Can I see my Amazon profits in the chat?
Yes, the agent can retrieve high-level summaries of your sales profits and financial performance if you have the Profits capability connected in your DataDive account.
One connection away
Give your agent a direct line to DataDive.
Connect DataDive once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available