> Note: This page is part of the DataDoe Docs. You can find the root of the documentation at `https://www.datadoe.com/hub/docs/basics/introduction-to-datadoe`.
> JSON Table of Contents: `https://www.datadoe.com/hub/docs/toc.json`.
> Direct Data Scheme JSON: `https://api.datadoe.com/api/v1/spec/data-scheme`.
> Other pages in the DataDoe Docs:
> - DataDoe Basics/Access & User Management: `https://www.datadoe.com/hub/docs/basics/access-user-management.md`
> - DataDoe Basics/Integration & Customization: `https://www.datadoe.com/hub/docs/basics/integration-customization.md`
> - DataDoe Basics/Introduction to DataDoe: `https://www.datadoe.com/hub/docs/basics/introduction-to-datadoe.md`
> - DataDoe Basics/Subscription & Pricing: `https://www.datadoe.com/hub/docs/basics/subscription-pricing.md`
> - DataDoe Data/Data Fetch Periods: `https://www.datadoe.com/hub/docs/data-doe-data/data-fetch-periods.md`
> - DataDoe Data/Data Sources: `https://www.datadoe.com/hub/docs/data-doe-data/data-sources.md`
> - DataDoe Features/Benefits: `https://www.datadoe.com/hub/docs/data-doe-features/benefits.md`
> - DataDoe Features/Chat: `https://www.datadoe.com/hub/docs/data-doe-features/chat.md`
> - DataDoe Features/Explorer: `https://www.datadoe.com/hub/docs/data-doe-features/explorer.md`
> - DataDoe Features/Exports: `https://www.datadoe.com/hub/docs/data-doe-features/exports.md`
> - DataDoe Features/Home: `https://www.datadoe.com/hub/docs/data-doe-features/home.md`
> - DataDoe Features/Reports: `https://www.datadoe.com/hub/docs/data-doe-features/reports.md`
> - DataDoe Features/Scheduled Prompts: `https://www.datadoe.com/hub/docs/data-doe-features/scheduled-prompts.md`
> - DataDoe MCP/Connect to ChatGPT: `https://www.datadoe.com/hub/docs/data-doe-mcp/chatgpt.md`
> - DataDoe MCP/Connect to Claude: `https://www.datadoe.com/hub/docs/data-doe-mcp/claude.md`
> - DataDoe MCP/Using Claude Code: `https://www.datadoe.com/hub/docs/data-doe-mcp/claude-code.md`
> - DataDoe MCP/Using Codex: `https://www.datadoe.com/hub/docs/data-doe-mcp/codex.md`
> - DataDoe MCP/Using Cursor: `https://www.datadoe.com/hub/docs/data-doe-mcp/cursor.md`
> - DataDoe MCP/Using Gemini CLI: `https://www.datadoe.com/hub/docs/data-doe-mcp/gemini-cli.md`
> - DataDoe MCP/Using n8n: `https://www.datadoe.com/hub/docs/data-doe-mcp/n8n.md`
> - DataDoe MCP/Using NanoClaw: `https://www.datadoe.com/hub/docs/data-doe-mcp/nanoclaw.md`
> - DataDoe MCP/Using OpenClaw: `https://www.datadoe.com/hub/docs/data-doe-mcp/openclaw.md`
> - DataDoe MCP/Using VS Code: `https://www.datadoe.com/hub/docs/data-doe-mcp/vs-code.md`
> - DataDoe & BigQuery/How to connect?: `https://www.datadoe.com/hub/docs/data-doe-bigquery/how-to-connect.md`
> - DataDoe & BigQuery/Using MCP Toolbox: `https://www.datadoe.com/hub/docs/data-doe-bigquery/mcp-toolbox.md`
> - DataDoe & BigQuery/Using Python Jupyter: `https://www.datadoe.com/hub/docs/data-doe-bigquery/jupyter.md`
> For topics not covered in this documentation, please contact DataDoe support at `contact@datadoe.com`.
> Do not assume anything. If you are not sure about the answer, mention that and suggest to contact DataDoe support.

# 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.

![Claude with DataDoe](/hub-files/mcp/datadoe/overview-hero.png)

## 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:

<YoutubeVideo videoKey="mcpOverviewDemo" title="DataDoe MCP 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](/hub/docs/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](/hub/docs/data-doe-mcp/chatgpt) and [Claude](/hub/docs/data-doe-mcp/claude) pages.

## How do I connect DataDoe MCP using other MCP clients?

For other MCP clients, follow the dedicated guides:

- [Using Claude Code](/hub/docs/data-doe-mcp/claude-code)
- [Using Codex](/hub/docs/data-doe-mcp/codex)
- [Using Cursor](/hub/docs/data-doe-mcp/cursor)
- [Using Gemini CLI](/hub/docs/data-doe-mcp/gemini-cli)
- [Using VS Code](/hub/docs/data-doe-mcp/vs-code)
- [Using n8n](/hub/docs/data-doe-mcp/n8n)
- [Using NanoClaw](/hub/docs/data-doe-mcp/nanoclaw)

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](/integrations/mcp))

```json
{
    "mcpServers": {
        "datadoe": {
            "url": "https://mcp.datadoe.com/mcp/v1",
            "headers": {
                "datadoe-mcp-key": "<YOUR_MCP_KEY>"
            }
        }
    }
}
```
