Smithery

mcp.get

Retrieves detailed configuration information for a specific Model Control Protocol (MCP) server. The returned data includes connection details, associated applications, enabled tools, and authentication configuration.

Remote smithery/composio

Other tools also called mcp.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "550e8400-e29b-41d4-a716-446655440000",
      "description": "The ID of the MCP server"
    }
  }
}