Skip to main content

Install

Option 1: the hosted MCP server (no code in the loop)

Danube’s MCP server at https://mcp.danubeai.com/mcp already exposes search, describe, execute and the rest. Register it and allow the tools you want:
groups: ['core'] asks the server for its small core tool list (see MCP tool groups); omit it for everything.

Option 2: in-process tools

The same three tools as every other adapter, served through the SDK’s own MCP server. The SDK’s tool helper and zod are passed in, so danube adds no dependency:
Options for danubeSdkTools: serviceId, readyOnly, maxResults.