Dot - AI Data Analyst✓
io.github.zurferr/dot · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.zurferr/dot",
"description": "Ask data questions in natural language. Get SQL, insights, and charts from your databases.",
"title": "Dot - AI Data Analyst",
"repository": {
"url": "https://github.com/Snowboard-Software/dot",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://getdot.ai",
"icons": [
{
"src": "https://getdot.ai/brand/fox-icon-128.png",
"mimeType": "image/png"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://app.getdot.ai/ai/mcp",
"headers": [
{
"description": "Dot MCP API key. Generate in Dot: Profile Menu > Get MCP Config > Generate MCP Token.",
"isRequired": true,
"isSecret": true,
"name": "X-API-KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}