connect
Get connection
Get details for a specific connection. Requires service token with connections:read scope.
GET
Get connection
Documentation Index
Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Smithery API key as Bearer token
Response
Connection details
Connection ID (auto-generated or developer-defined)
Example:
"clever-dolphin-a9X3"
Human-readable name
MCP server URL. Null for uplink connections.
Connection transport
Available options:
http, uplink Mock-mode config: {enabled: true, scenario?} when LLM-simulated, absent otherwise.
ISO 8601 timestamp
Last known connection status
- ConnectionStatusConnected
- ConnectionStatusDisconnected
- ConnectionStatusAuthRequired
- ConnectionStatusInputRequired
- ConnectionStatusError
Server information from MCP initialization (name, version)
Previous
Create or update connectionCreate or update an MCP connection with the given ID. mcpUrl is required when creating a new connection, but optional when updating. Returns 409 if a different mcpUrl is provided, except while the connection is input_required and the new URL keeps the same host and path.
Next
Get connection