Using Claude Code
Using Claude Code with DataDoe MCP
Use Claude Code when you want a local coding session over your repository and need DataDoe as a live MCP data source.
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 your project in Claude Code and add the DataDoe MCP server in the MCP settings or project config it reads from.
You can do it from the CLI by running:
1claude mcp add --transport http --scope project --header "datadoe-mcp-key: YOUR_API_KEY" datadoe "https://mcp.datadoe.com/mcp/v1"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 Claude Code 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
