Overview
What is DataDoe MCP?
DataDoe MCP is a tool that allows you to use DataDoe features in your AI agents, assistants, and applications. It supports all major MCP clients and servers, including popular chat apps like ChatGPT or Claude, and development tools like Claude Code, Cursor, or Codex.
Why would I use DataDoe MCP?
DataDoe MCP turns your Amazon Seller and Vendor data into a live, AI-ready data source. Instead of exporting CSVs or maintaining your own SP-API and Ads API pipelines, connect once and let your AI agent pull SKU-level sales, ads, inventory, and traffic data on demand, in natural language. Connect your Amazon accounts, plug DataDoe MCP into your AI client, and ship insights and apps in minutes instead of weeks.
What can I do with DataDoe MCP?
Once DataDoe MCP is connected, it becomes a live data layer for your AI agent. Here's what you can do with it:
- Explore your Amazon data in plain English: ask questions about sales, ads, traffic, inventory, and listings without writing SQL or pulling exports.
- Generate reports and reconciliations on demand: let your AI agent build sales summaries, ad performance reviews, or settlement-vs-order reconciliations whenever you need them.
- Vibe-code custom dashboards and tools: scaffold KPI dashboards, internal apps, or one-off analyses directly inside your IDE, with live Amazon data wired in from the start.
- Automate recurring workflows: use n8n (or any MCP-capable automation tool) to schedule AI-generated briefings, alerts, and exports straight to Slack, email, or your file system.
- Build custom AI agents on top of Amazon data: ship client-facing assistants, internal copilots, or agency-grade reporting bots without writing your own SP-API and Ads API integration.
- Bring Amazon into the AI tools you already use: work with your data inside the same agent you use for code, docs, or operations, instead of context-switching between platforms.
Learn more in our video demo:
What data can I use with DataDoe MCP?
DataDoe MCP supports all data available in DataDoe. You can review all tables and columns in our interactive Data Scheme.
How do I use DataDoe MCP with ChatGPT or Claude?
If you're using ChatGPT or Claude, you can connect DataDoe MCP directly inside your assistant. For details, see the ChatGPT and Claude pages.
How do I connect DataDoe MCP using other MCP clients?
For other MCP clients, follow the dedicated guides:
If your MCP client isn't listed, add DataDoe MCP as a generic remote server using:
- URL:
https://mcp.datadoe.com/mcp/v1 - Transport: HTTP Streamable
- Auth header:
datadoe-mcp-key: <YOUR_MCP_KEY>(create a key in DataDoe MCP Integrations)
1{
2 "mcpServers": {
3 "datadoe": {
4 "url": "https://mcp.datadoe.com/mcp/v1",
5 "headers": {
6 "datadoe-mcp-key": "<YOUR_MCP_KEY>"
7 }
8 }
9 }
10}