streamable-httpupdated 6mo ago
Danube is a unified platform for AI tool discovery, execution, and integration. This MCP server provides access to 30+ tools for service discovery, tool execution, workflows, skills, credentials, wallet management, and more.
O que dá para fazer com Danube AI?
Danube AI MCP Server
Danube is a unified platform for AI tool discovery, execution, and integration. This MCP server provides access to 30+ tools for service discovery, tool execution, workflows, skills, credentials, wallet management, and more.
Connection
URL: https://mcp.danubeai.com/mcp
Transport: Streamable HTTP
Authentication
Requires a Danube API key passed via the danube-api-key header. Get one at danubeai.com/dashboard/api-keys.
Configuration
Claude Desktop / Claude Code
{
"mcpServers": {
"danube": {
"type": "streamable-http",
"url": "https://mcp.danubeai.com/mcp",
"headers": {
"danube-api-key": "dk_your_api_key"
}
}
}
}
Available Tools
| Category | Tools |
|---|---|
| Discovery | list_services, search_tools, get_service_tools, get_recommendations |
| Execution | execute_tool, batch_execute_tools |
| Wallet | get_wallet_balance, get_spending_limits, update_spending_limits |
| Credentials | store_credential |
| Skills | search_skills, get_skill, create_skill, update_skill, delete_skill |
| Workflows | list_workflows, create_workflow, update_workflow, delete_workflow, execute_workflow, get_workflow_execution |
| Sites | search_sites, get_site_info |
| Agents | register_agent, get_agent_info, fund_agent_wallet |
| Ratings | submit_rating, get_my_rating, get_tool_ratings, report_tool |
SDKs
- Python: danubeai/danube-python |
pip install danube - TypeScript: danubeai/danube-ts |
npm install danube
Links
Instalação
Adicione Danube AI ao seu cliente. Escolha o que você usa.
claude mcp add --transport http danube-ai https://mcp.danubeai.com/mcpcodex mcp add danube-ai --url https://mcp.danubeai.com/mcp{
"mcpServers": {
"danube-ai": {
"url": "https://mcp.danubeai.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"danube-ai": {
"type": "http",
"url": "https://mcp.danubeai.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"danube-ai": {
"url": "https://mcp.danubeai.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"danube-ai": {
"serverUrl": "https://mcp.danubeai.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção9/25
- Confiança9/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 184 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 31 de ago. de 2026 |