get_mcp_server_details
Retrieve detailed information about a specific MCP server, including its manifest and installation details. Use this tool after identifying a server to access comprehensive data or proceed with configuration.
Instructions
Retrieves detailed information about a specific MCP server/tool from the registry, including its manifest and installation details. Use this after finding a tool with search_mcp_servers to get more information, or directly use add_mcp_server_config to install it.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique MCPFinder ID of the MCP server received from search_mcp_servers. |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique MCPFinder ID of the MCP server received from search_mcp_servers.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}