Skip to main content
Glama

MCPfinder Server

by mcpfinder

get_mcp_server_details

Retrieve detailed information about an MCP server, including its manifest and installation details. Use this tool to gather essential data after identifying a server with search_mcp_servers or before installation with add_mcp_server_config.

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

NameRequiredDescriptionDefault
idYesThe 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" }

You must be authenticated.

Other Tools from MCPfinder Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpfinder/server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server