← datailo.com
INDIVIDUAL MCP TOOL
datailo_connect
Sign in, inside the chat (needed to enable services and call their tools).
LIVE ENDPOINT
https://mcp.datailo.com/mcp
Connect to this endpoint to inspect the live schema for datailo_connect and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.datailo]
url = "https://mcp.datailo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"datailo": {
"type": "http",
"url": "https://mcp.datailo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: datailo
Remote MCP URL: https://mcp.datailo.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": {
"datailo": {
"url": "https://mcp.datailo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"datailo": {
"type": "http",
"url": "https://mcp.datailo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "datailo",
"transport": "streamable-http",
"url": "https://mcp.datailo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
datailo_start_here— Orientation for a new connection: the cross-service jobs you can hand over (listed first), which services are enabled, which are available, and what to do next.datailo_connect_verify— Finish signing in.datailo_account— The connected account's email, service links, and plan states.datailo_catalog— Compact rows for every federated service: name, job, datasets, tool and workflow counts, tiers, whether it is enabled on this account.datailo_describe— The full product card for one service: tagline, datasets, workflows, tiers, docs.datailo_enable— Enable a federated service on your Datailo account.datailo_disable— Disable a service: revokes the hub's key for it.datailo_plan— See a service's plans or record that you want to enroll, change or discontinue one (action: status | enroll | change | discontinue).