ck_mcp_discover
Discover available tools from an external MCP server by querying its tools/list endpoint. Enables progressive tool discovery without manual configuration.
Instructions
Auto-discover tools from an external MCP server by querying its tools/list endpoint. This enables progressive discovery of MCP capabilities without manual configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | Yes | URL of the MCP server (e.g., 'http://localhost:3001/mcp' for HTTP, or a path for stdio) | |
| timeout | No | Request timeout in milliseconds. Default: 10000 | |
| transport | No | Transport type. Auto-detected from server_url if not specified. HTTP uses Erlang's built-in :httpc (no extra dependencies). |