Datadoe MCP MCP Server

4. Ask your AI agent: *"Show my top 10 ASINs by revenue last month across all Amazon marketplaces."*

Remote serverstreamable-httpTypeScript

What is the Datadoe MCP MCP server?

If you already use Datadoe MCP, the datadoe mcp mcp server is the piece that lets your assistant work with it directly. 4. Ask your AI agent: "Show my top 10 ASINs by revenue last month across all Amazon marketplaces.".

What the server does

DataDoe MCP gives your AI agent two layers over your Amazon account:

  • No SP-API approval needed - DataDoe handles SP-API developer registration, OAuth, refresh tokens, and rate limits on your behalf
  • 30-second setup - paste the MCP URL and your API key into your AI client config. DataDoe runs the server on hosted infrastructure
  • 20+ documented integrations out of the box: Claude, ChatGPT, Cursor, Codex, Gemini CLI, GitHub Copilot, n8n, CrewAI, the Claude & OpenAI Agent SDKs, Excel / Word / PowerPoint via Claude, and any other MCP-capable client
  • SKU-level resolution - drill into individual ASINs, parent listings, marketplaces, time periods, ad campaigns, keyword reports, settlements, returns
  • Multi-marketplace, multi-account - one MCP server covers every Amazon marketplace (US, UK, DE, FR, IT, ES, CA, AU, JP, MX, and more) across Seller Central and Vendor Central
  • AI-native by design - exports_create accepts SQL-like filter groups, GROUP BY, aggregations, and date intervals, so your AI agent can build complex reports from one tool call

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • sellers_and_vendors_list — Account
  • organization_and_subscription_details_get — Account
  • exports_sources_get — Data
  • exports_create — Data
  • exports_get — Data
  • exports_raw_url_get — Data
  • exports_raw_download — Data
  • exports_delete — Data
  • files_create — Files
  • files_list — Files
  • files_get — Files
  • files_download_url_get — Files

Credentials and setup notes

Configuration is passed through the environment: YOUR_DATADOE_MCP_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Datadoe MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Datadoe MCP's toolset — sellers_and_vendors_list, organization_and_subscription_details_get, exports_sources_get and 11 more — is a fair guide to whether it matches your workflow. It is maintained by deltologic; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
sellers_and_vendors_listAccount
organization_and_subscription_details_getAccount
exports_sources_getData
exports_createData
exports_getData
exports_raw_url_getData
exports_raw_downloadData
exports_deleteData
files_createFiles
files_listFiles
files_getFiles
files_download_url_getFiles
files_deleteFiles
datadoe_user_docs_table_of_contents_getDocs

How to install the Datadoe MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_DATADOE_MCP_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Datadoe MCP to sellers and vendors list.
  • Use Datadoe MCP to organization and subscription details get.
  • Use Datadoe MCP to exports sources get.

Frequently asked questions

It connects Datadoe MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (sellers_and_vendors_list, organization_and_subscription_details_get, exports_sources_get, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Datadoe MCP directly.