{
  "markdown": "# Danube AI MCP Server\n\n[danubeai.com](https://danubeai.com)\n\nDanube 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.\n\n## Connection\n\n**URL:** `https://mcp.danubeai.com/mcp`\n**Transport:** Streamable HTTP\n\n## Authentication\n\nRequires 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).\n\n## Configuration\n\n### Claude Desktop / Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"danube\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://mcp.danubeai.com/mcp\",\n      \"headers\": {\n        \"danube-api-key\": \"dk_your_api_key\"\n      }\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Category | Tools |\n|----------|-------|\n| **Discovery** | `list_services`, `search_tools`, `get_service_tools`, `get_recommendations` |\n| **Execution** | `execute_tool`, `batch_execute_tools` |\n| **Wallet** | `get_wallet_balance`, `get_spending_limits`, `update_spending_limits` |\n| **Credentials** | `store_credential` |\n| **Skills** | `search_skills`, `get_skill`, `create_skill`, `update_skill`, `delete_skill` |\n| **Workflows** | `list_workflows`, `create_workflow`, `update_workflow`, `delete_workflow`, `execute_workflow`, `get_workflow_execution` |\n| **Sites** | `search_sites`, `get_site_info` |\n| **Agents** | `register_agent`, `get_agent_info`, `fund_agent_wallet` |\n| **Ratings** | `submit_rating`, `get_my_rating`, `get_tool_ratings`, `report_tool` |\n\n## SDKs\n\n- **Python:** [danubeai/danube-python](https://github.com/danubeai/danube-python) | `pip install danube`\n- **TypeScript:** [danubeai/danube-ts](https://github.com/danubeai/danube-ts) | `npm install danube`\n\n## Links\n\n- [Website](https://danubeai.com)\n- [Documentation](https://docs.danubeai.com)\n- [MCP Registry](https://registry.modelcontextprotocol.io)\n",
  "bytes": 1960,
  "sha": "b81face636e055ef934db1086398a5b02f530a6e28ca82a9171ff7591b067907",
  "repo_slug": "danubeai/danube-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_danubeai_danube_affbf47b/readme"
}