Using Cursor
Using Cursor with DataDoe MCP
Use Cursor when you want a coding workspace that can talk to DataDoe directly through MCP.
Prerequisites
- You have access to DataDoe and a working MCP-capable agent or client.
- You know where that agent stores its MCP server configuration.
Step 1: Add the DataDoe MCP server
Open Cursor settings for MCP servers and add the DataDoe MCP server to the workspace you are editing.
In order to add DataDoe MCP to Cursor configuration, add this to ~/.cursor/mcp.json or .cursor/mcp.json (for project-specific configuration)::
1{
2 "mcpServers": {
3 "datadoe": {
4 "url": "https://mcp.datadoe.com/mcp/v1",
5 "headers": {
6 "datadoe-mcp-key": "YOUR_API_KEY"
7 }
8 }
9 }
10}Step 2: Reload the agent
Restart the agent so it picks up the new MCP server definition.
Step 3: Test it
Run your first prompt, for example: Show me all sellers and vendors from DataDoe.
Starter Project
If you want a starting point, use our Cursor template repository.
DataDoe MCP resources
Check the following resources for more information:
- MCP server URL:
https://mcp.datadoe.com/mcp/v1 - Interactive Data Scheme
- Data Scheme JSON: https://api.datadoe.com/api/v1/spec/data-scheme
- Need help? Use the contact form
