Skip to main content

MCPServerInfo

Detailed server information

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
serverIdstringOptionalIdentifier of the MCP server associated with the operation or tool.
namestringOptionalDisplay name of the MCP server.
versionstringOptionalVersion of the resource represented by this message.
capabilitiesArray of stringOptionalCapabilities reported by the MCP server.
metadataMap from string to stringOptionalAdditional attributes associated with the resource.
statusstring (MCP_SERVER_CONNECTION_STATUS_CONNECTED, MCP_SERVER_CONNECTION_STATUS_DISCONNECTED, MCP_SERVER_CONNECTION_STATUS_ERROR, MCP_SERVER_CONNECTION_STATUS_DISCOVERING) or integer (int32)OptionalCurrent connection status reported for the MCP server.
availableToolsArray of ToolDefinitionOptionalTool definitions currently reported by the MCP server.
kindstring (MCP_SERVER_KIND_INTERNAL, MCP_SERVER_KIND_BUILT_IN, MCP_SERVER_KIND_CUSTOM, MCP_SERVER_KIND_EXTERNAL, MCP_SERVER_KIND_INTEGRATION) or integer (int32)OptionalOwnership category of the MCP server definition.

Values of status​

Current connection or discovery condition reported for an MCP server.

ValueNo.FormMeaning
MCP_SERVER_CONNECTION_STATUS_CONNECTED1CanonicalA connection to the MCP server is established.
MCP_SERVER_CONNECTION_STATUS_DISCONNECTED2CanonicalThere is no active connection to the MCP server.
MCP_SERVER_CONNECTION_STATUS_ERROR3CanonicalA connection or discovery attempt encountered an error.
MCP_SERVER_CONNECTION_STATUS_DISCOVERING4CanonicalThe platform is discovering the server's available capabilities.

Values of kind​

Ownership and connection category of an MCP server available to the platform.

ValueNo.FormMeaning
MCP_SERVER_KIND_INTERNAL1CanonicalA server compiled into the deployment and dispatched in-process.
MCP_SERVER_KIND_BUILT_IN2CanonicalA platform-owned catalog server invoked with platform-held vendor credentials.
MCP_SERVER_KIND_CUSTOM3CanonicalA tenant-registered server invoked with the tenant's credentials.
MCP_SERVER_KIND_EXTERNAL4CanonicalA legacy externally configured server; this category does not designate a new tenant registration.
MCP_SERVER_KIND_INTEGRATION5CanonicalAn account-connected integration reached through Pipedream Connect.

Where used​

ReferenceRelationship
Get detailed MCP server infoPOST /api/v1/llm/mcp-get-server-info

Download the public reference contract.

Document: DOC-API-MODEL-mcp-server-info.