Developer Tools
dataddo.com
Helps users discover and access detailed documentation and datasets for various connectors, including setup and authentication info.
ENDPOINT 1
https://headless.dataddo.com/mcp
MCP server metadata
- Name
- dataddo-mcp
- Version
- 0.0.0-alpha
Dataddo MCP server. Use these tools to work with Dataddo data and services. Available tools: - current-time: returns the current date and time in UTC. Optional "format" argument is a PHP date() format string (default "Y-m-d H:i:s"); use it when a specific date/time layout is needed. - find_connectors: maps free text (a search query or support request, e.g. "my FB ads stopped syncing") to Dataddo connector ids, with a confidence hint and short evidence; returns empty if none apply. - get_connector: given a connector id (from find_connectors), returns its datasets and full documentation (overview, auth, prerequisites, connectivity like SSH tunnel/IP whitelisting, setup steps).
Known tools 3
get_connectorGiven a connector id (from find_connectors), return its datasets and full documentation (overview, auth, prerequisites, connectivity like SSH tunnel/IP whitelisting, setup steps).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dataddo-mcp]
url = "https://headless.dataddo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dataddo-mcp": {
"type": "http",
"url": "https://headless.dataddo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dataddo-mcp
Remote MCP URL: https://headless.dataddo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dataddo-mcp": {
"url": "https://headless.dataddo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dataddo-mcp": {
"type": "http",
"url": "https://headless.dataddo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dataddo-mcp",
"transport": "streamable-http",
"url": "https://headless.dataddo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.