mcpd_connect
Connect to an MCP server by ID and load its tools for immediate use, with MCPNexus no longer involved in tool calls.
Instructions
Connect directly to an MCP server by ID and load its tools. After this, the server's tools are available for direct use - MCP Nexus is no longer involved in tool calls. Use lazy_mode=True (default) to get stub tools first, then mcpd_get_schema for full schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lazy_mode | No | If true (default), return stub tools without schemas. Use mcpd_get_schema to fetch schemas on demand. Saves ~90%% tokens. | |
| server_id | Yes | ID of the MCP server to connect to (from mcpd_find or mcpd_list) |