Danube

official

AI Tools Marketplace

What can you do with Danube MCP?

  • Discover tools via natural language — Ask your assistant to find the right tool for a task using search_tools or browse providers with list_services.
  • Execute tools and workflows — Run any tool with execute_tool, batch up to 10 concurrently, or chain multi-step processes via execute_workflow.
  • Manage credentials and spending — Securely store API keys with store_credential, check get_wallet_balance, and set per-call or daily caps with update_spending_limits.
  • Publish and manage skills — Search the skills marketplace with search_skills, create new skills via create_skill, or update and delete your own.
  • Govern agent access — Register autonomous agents with register_agent, fund their wallets, and track all calls through the audit log.

Documentation

Introduction

Governed tool access for AI agents

<img src="https://mintcdn.com/danube/rODiJlJdIDqSBKXh/images/hero.png?fit=max&auto=format&n=rODiJlJdIDqSBKXh&q=85&s=f4cba3d80e8c521e27273c4e245cfea4" alt="Danube" style={{ maxWidth: '400px', margin: '0 auto', display: 'block' }} width="900" height="226" data-path="images/hero.png" />

What is Danube?

Danube gives AI agents governed access to tools. Your agents call internal systems, databases, and hundreds of ready-made integrations through a single MCP endpoint. They never see a credential, you decide which agent can call what, and every call is logged. Execution can stay inside your own network. Teams can also publish their own tools to the catalog for other agents to use.

Search thousands of tools using natural language. Find the right tool for any task. One MCP connection gives you access to tools email, search, calendar, Slack, GitHub, and more. Manage API keys and OAuth tokens securely. Your credentials are encrypted and never exposed. Provide your AI with personal context - contacts, preferences, and key information. Organizations, roles, tool access policies, and an append-only audit log for every call. Describe an internal HTTP service or a read-only database and get governed tools without code.

Get Started

Install the CLI for agent-first tool execution from the terminal Connect via MCP protocol for IDE and desktop integrations Use the Python or TypeScript SDK for programmatic access

Available MCP Tools

Danube exposes 31 tools through the MCP server. Connect with ?tools=core (or ?tools=core,workflows) to list only the groups a session needs; see Other clients.

ToolDescription
Discovery
list_servicesBrowse available service providers
search_toolsFind tools using semantic search; each result carries readiness for your account
get_service_toolsGet all tools for a specific service
describe_toolSchema, readiness, 30-day usage with common errors, and your last working parameters for one tool
get_recommendationsGet personalized tool recommendations
Execution
execute_toolRun any tool by ID or name with parameters; fields keeps only the paths you need
batch_execute_toolsExecute up to 10 tools concurrently
fetch_resultRead a stored result (or a path into it) back by its execution_id handle
set_parameter_defaultsRemember parameters your account always passes to a service, filled in when a call omits them
Wallet & Spending
get_wallet_balanceCheck your wallet balance
get_spending_limitsView current spending limits
update_spending_limitsConfigure per-call and daily spending caps
Credentials
store_credentialStore an API key or bearer token for a service
Skills
search_skillsSearch the skills marketplace
get_skillGet full skill content by ID or name
create_skillPublish a new skill
update_skillUpdate an existing skill
delete_skillDelete a skill you own
Workflows
list_workflowsList public workflows
create_workflowCreate a multi-tool workflow
update_workflowUpdate an existing workflow
delete_workflowDelete a workflow you own
execute_workflowExecute a multi-tool workflow
get_workflow_executionGet a workflow execution result
Agents
register_agentRegister an autonomous agent
get_agent_infoGet agent profile and wallet info
fund_agent_walletFund an agent's wallet
Ratings & Trust
submit_ratingRate a tool (1-5 stars)
get_my_ratingGet your rating for a tool
get_tool_ratingsGet aggregated ratings for a tool
report_toolReport a tool that is broken, degraded, returning incorrect output, or timing out

Supported Clients

Danube works with any MCP-compatible client:

Anthropic's desktop app Terminal AI assistant OpenAI's desktop app OpenAI's terminal agent AI-powered code editor Codeium's code editor Nous Research's open-source agent Any MCP client

Get Started

Connect to Danube in under 5 minutes Setup guides for Claude Desktop, Cursor, and more