MCPServerInfo
Detailed server information
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
serverId | string | Optional | Identifier of the MCP server associated with the operation or tool. |
name | string | Optional | Display name of the MCP server. |
version | string | Optional | Version of the resource represented by this message. |
capabilities | Array of string | Optional | Capabilities reported by the MCP server. |
metadata | Map from string to string | Optional | Additional attributes associated with the resource. |
status | string (MCP_SERVER_CONNECTION_STATUS_CONNECTED, MCP_SERVER_CONNECTION_STATUS_DISCONNECTED, MCP_SERVER_CONNECTION_STATUS_ERROR, MCP_SERVER_CONNECTION_STATUS_DISCOVERING) or integer (int32) | Optional | Current connection status reported for the MCP server. |
availableTools | Array of ToolDefinition | Optional | Tool definitions currently reported by the MCP server. |
kind | string (MCP_SERVER_KIND_INTERNAL, MCP_SERVER_KIND_BUILT_IN, MCP_SERVER_KIND_CUSTOM, MCP_SERVER_KIND_EXTERNAL, MCP_SERVER_KIND_INTEGRATION) or integer (int32) | Optional | Ownership category of the MCP server definition. |
Values of status
Current connection or discovery condition reported for an MCP server.
| Value | No. | Form | Meaning |
|---|---|---|---|
MCP_SERVER_CONNECTION_STATUS_CONNECTED | 1 | Canonical | A connection to the MCP server is established. |
MCP_SERVER_CONNECTION_STATUS_DISCONNECTED | 2 | Canonical | There is no active connection to the MCP server. |
MCP_SERVER_CONNECTION_STATUS_ERROR | 3 | Canonical | A connection or discovery attempt encountered an error. |
MCP_SERVER_CONNECTION_STATUS_DISCOVERING | 4 | Canonical | The platform is discovering the server's available capabilities. |
Values of kind
Ownership and connection category of an MCP server available to the platform.
| Value | No. | Form | Meaning |
|---|---|---|---|
MCP_SERVER_KIND_INTERNAL | 1 | Canonical | A server compiled into the deployment and dispatched in-process. |
MCP_SERVER_KIND_BUILT_IN | 2 | Canonical | A platform-owned catalog server invoked with platform-held vendor credentials. |
MCP_SERVER_KIND_CUSTOM | 3 | Canonical | A tenant-registered server invoked with the tenant's credentials. |
MCP_SERVER_KIND_EXTERNAL | 4 | Canonical | A legacy externally configured server; this category does not designate a new tenant registration. |
MCP_SERVER_KIND_INTEGRATION | 5 | Canonical | An account-connected integration reached through Pipedream Connect. |
Where used
| Reference | Relationship |
|---|---|
| Get detailed MCP server info | POST /api/v1/llm/mcp-get-server-info |
Download the public reference contract.
Document: DOC-API-MODEL-mcp-server-info.