Skip to main content

What is DataDoe MCP?

DataDoe MCP is a hosted MCP server that gives AI agents, assistants, and applications access to your Amazon data from Seller Central, Vendor Central, and Amazon Ads. It works with all major MCP clients, including chat apps such as ChatGPT and Claude, and development tools such as Claude Code, Cursor, and Codex.

Why would I use DataDoe MCP?

DataDoe MCP turns your Amazon Seller, Vendor, and Ads data into a live data source for AI. 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, add DataDoe MCP to your AI client, and create 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. You can use it to:

  • 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 connected from the start.
  • Automate recurring workflows: use CrewAI, 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:

DataDoe MCP video demo

What data can I use with DataDoe MCP?

DataDoe MCP supports all data available in DataDoe. Review the tables, columns, and refresh cadences in our interactive Data Scheme.

What does it cost?

DataDoe MCP is included with every DataDoe subscription. Usage counts against your monthly AI Tokens (see the Subscription & Pricing page for details).

How do I use DataDoe MCP with ChatGPT or Claude?

If you're using ChatGPT or Claude, you can connect DataDoe MCP directly in 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 is not listed, add DataDoe MCP as a generic remote server:

json
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}