Get MCP Server Detail
get_mcp_server_detailRetrieve full details for any MCP server by passing its unique server ID, such as @modelscope/modelscope-mcp-server.
Instructions
Get detailed information about a specific MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | MCP Server's unique ID, for example '@modelscope/modelscope-mcp-server' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | MCP Server ID | |
| name | Yes | MCP Server name | |
| tags | No | Tags | |
| author | Yes | Author | |
| readme | Yes | README content | |
| logo_url | No | Logo image URL | |
| is_hosted | Yes | Whether the server supports hosted mode | |
| env_schema | Yes | JSON schema for environment variables | |
| source_url | Yes | Source code URL | |
| view_count | No | View count | |
| description | Yes | Description | |
| is_verified | Yes | Whether the server's hosted mode is verified | |
| github_stars | No | GitHub stars count | |
| server_config | No | Server configuration | |
| modelscope_url | Yes | Detail page URL on ModelScope |