Danube Tools Marketplace
Connect your AI agent to a growing marketplace of services and tools through a single API key — discover, search, and execute anything available
Connect your AI agent to a growing marketplace of services and tools through a single API key — discover, search, and execute anything available
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Danube is a marketplace that gives your AI agent access to a large and growing collection of services and tools through a single API key. New services and tools are added regularly — always search and explore to see what's currently available rather than assuming a fixed set.
You can get your API key from the Danube Dashboard under Settings > API Keys.
Alternatively, use the standard OAuth 2.0 Device Authorization flow (RFC 8628) — this requires the user to explicitly approve access in their browser:
curl -s -X POST https://api.danubeai.com/v1/auth/device/code \ -H "Content-Type: application/json" \ -d '{"client_name": "My Agent"}'
This returns a
device_code, a user_code, and a verification_url.
The user must open the verification URL in their browser and enter the code to authorize access.
Then poll for the API key:
curl -s -X POST https://api.danubeai.com/v1/auth/device/token \ -H "Content-Type: application/json" \ -d '{"device_code": "DEVICE_CODE_FROM_STEP_1"}'
428 = user hasn't authorized yet (keep polling every 5 seconds)200 = success, response contains your api_key410 = expired, start overAdd this to your MCP config:
{ "mcpServers": { "danube": { "url": "https://mcp.danubeai.com/mcp", "headers": { "danube-api-key": "YOUR_API_KEY" } } } }
The
DANUBE_API_KEY grants:
The API key does not grant:
Once connected, you have access to a marketplace of services and tools that is constantly growing. Do not assume you know what's available — always search and explore first.
list_services() — Browse all available service providers. Use query to filter and limit to control how many results. Start here to get a sense of what the marketplace offers.search_tools(query) — Semantic search across all tools. Describe what you want to accomplish in natural language (e.g., "send an email", "create a GitHub issue", "translate text"). This searches the entire marketplace.get_service_tools(service_id) — Once you find an interesting service, get all its available tools to see the full range of what it offers.Important: The marketplace has many more services and tools than you might expect. When a user asks you to do something, always search broadly first. Try multiple search queries with different phrasing if the first search doesn't find what you need. Browse services by category. The right tool is probably available — you just need to find it.
execute_tool(tool_id, parameters) — Run any tool by its ID. The tool's schema (returned from search/discovery) tells you exactly what parameters it expects.batch_execute_tools(calls) — Run multiple tools concurrently in a single request (up to 10).Danube also offers skills (reusable agent instructions), workflows (multi-step tool chains), an agent web directory, agent management, and tool quality ratings. Use
search_skills, list_workflows, search_sites, and other tools to explore these capabilities — they are all discoverable through the MCP connection.
If
execute_tool returns an auth_required error, it means the service needs credentials configured. Direct the user to configure credentials at https://danubeai.com/dashboard, then retry the tool.
Every tool interaction follows this pattern:
list_services() or search_tools("what you want to do") to discover what's available. Try broad queries. Browse by category. Don't assume — search.execute_tool(tool_id, parameters)No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.