ck_mcp_discover
Auto-discover tools from an external MCP server by querying its tools/list endpoint, enabling progressive discovery of MCP capabilities 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 |
|---|---|---|---|
| timeout | No | Request timeout in milliseconds. Default: 10000 | |
| transport | No | Transport type. Auto-detected from server_url if not specified. HTTP discovery uses Req with normal TLS verification. | |
| server_url | Yes | HTTP URL of the MCP server (e.g., 'http://localhost:3001/mcp'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | ||
| total | No | ||
| server_url | No |