Register an MCP server in the caller’s workspace and attach credential headers. Once registered, any agent tool whose mcp_server_url matches url will have the stored headers attached automatically at invocation time.
Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Human-readable name for the MCP server.
MCP server URL. Must be a valid HTTPS endpoint.
Credential headers attached to every invocation of this MCP server. Omitted from response bodies when the caller lacks invoke permission on the server.
Authentication scheme used by the MCP server. Defaults to no authentication.
Optional OAuth provider ID for legacy shared OAuth providers. Not applicable to Managed Deep Agents in private preview.
OAuth mode. Managed Deep Agents only supports static headers credentials in private preview.
legacy_shared_provider, per_user_dynamic_client Optional vendor identifier for catalog grouping.
Optional opaque external system identifier.
MCP server registered.
Credential headers attached to every invocation of this MCP server. Omitted from response bodies when the caller lacks invoke permission on the server.
Whether the caller has invoke permission on this server. Omitted when ambient permissions already imply invoke.