# Danube AI [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/danubeai/danube-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/danube-ai

## Description
Marketplace gateway: 100+ services and 1,400+ tools behind one MCP connection with unified auth

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "danube-ai": {
    "command": "uvx",
    "args": ["danube"]
  }
}
```

## Documentation & README

# Danube AI MCP Server

[danubeai.com](https://danubeai.com)

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](https://danubeai.com/dashboard/api-keys).

## Configuration

### Claude Desktop / Claude Code

```json
{
  "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](https://github.com/danubeai/danube-python) | `pip install danube`
- **TypeScript:** [danubeai/danube-ts](https://github.com/danubeai/danube-ts) | `npm install danube`

## Links

- [Website](https://danubeai.com)
- [Documentation](https://docs.danubeai.com)
- [MCP Registry](https://registry.modelcontextprotocol.io)

