This repository is a minimal example of using the DataDoe MCP server from Cursor IDE for Amazon-focused workflows.
- What you can do with this repo
- What This Repo Includes
- How to get a DataDoe subscription and get MCP Key
- How to start working with it
- Example prompt library starter pack
- How to get help
- Connect Cursor chat to DataDoe MCP in a secure way.
- Ask Amazon seller questions using DataDoe-backed data.
- Reuse this setup as a template for new Amazon-focused assistant projects.
- Step-by-step instructions to connect Cursor Agent to the DataDoe MCP server for Amazon seller workflows
- Secure key management advice for storing your
datadoe-mcp-key - Customizable assistant behavior via
AGENTS.mdso Cursor chat and code tools are optimized for DataDoe
- Go to app.datadoe.com.
- Create an account.
- Purchase a subscription.
- Accept the Terms and Conditions and Privacy Policy.
- Go to the
Integrationsmodule. - Click the
MCPtile (this navigates to/integrations/mcp). - Click
MCP Key, then add a name and expiration date, and clickCreate. - Copy the key and store it in a secure secret manager or another safe location.
- Clone the repository:
git clone https://github.com/Deltologic/datadoe-mcp-cursor cd datadoe-mcp-cursor - Open
.cursor/mcp.jsonand set your key directly in headers:"datadoe-mcp-key": "your_key_here"
- Restart Cursor (or reload window) so the updated MCP configuration is loaded.
- Open Cursor chat and ask an Amazon-related question.
Caution
Treat DATADOE_MCP_KEY like a password. Do not publish repositories, screenshots, or logs that contain this key.
Never commit real keys to git.
If a key is exposed, rotate it immediately.
Cursor currently does not support injecting DATADOE_MCP_KEY from .env into .cursor/mcp.json for this setup.
Our target setup is to keep the key in .env and reference it from .cursor/mcp.json once that behavior is supported.
To help you start faster with an AI Agent + DataDoe MCP workflow, this repo includes a small prompt library at:
.cursor/prompts/EXAMPLES.md
Use it as a starter pack:
- Open
.cursor/prompts/EXAMPLES.md. - Copy a prompt block and adjust placeholders (for example
{{seller_name}}) to your account context. - Run the prompt in Cursor chat with DataDoe MCP enabled.
- Save your own high-performing prompts in the same file to build a reusable internal playbook.
- Email: contact@datadoe.com
- Cursor: cursor/agents