Danube AI✓
io.github.danubeai/danube · v1.0.1
{}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.danubeai/danube",
"description": "Unified platform for AI tool discovery, execution, and integration across APIs and MCP servers.",
"title": "Danube AI",
"repository": {
"url": "https://github.com/danubeai/danube-mcp",
"source": "github"
},
"version": "1.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.danubeai.com/mcp",
"headers": [
{
"description": "Your Danube API key (get one at https://danubeai.com/dashboard/api-keys)",
"isRequired": true,
"isSecret": true,
"name": "danube-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}