Skip to main content

Using Codex with DataDoe MCP

Use Codex when you need an agent to generate or change code while reading live DataDoe context through MCP.

Prerequisites

Step 1: Add the DataDoe MCP server

Add this to ~/.codex/config.toml (global) or .codex/config.toml (project-scoped):

toml
1[mcp_servers.datadoe]
2url = "https://mcp.datadoe.com/mcp/v1"
3http_headers = { "datadoe-mcp-key" = "YOUR_API_KEY" }
4startup_timeout_sec = 30

Replace YOUR_API_KEY with your DataDoe MCP key.

Step 2: Reload Codex

Restart your Codex session so it loads the new MCP server.

Step 3: Test the connection

Run a prompt that uses DataDoe data, for example:

Show me my Amazon Seller Central sales for the last 7 days.

If Codex returns real data, you are connected.

Starter project

Need a working starting point? Clone our Codex template repository (opens in a new tab). It ships preconfigured.


DataDoe MCP resources

Check the following resources for more information: