API Route for Server Details
Using HasMCP UI

Using REST API
The specific API route to fetch the full details of an individual MCP server is:GET /servers/{id}
Route Details
- Method:
GET - Path Parameter:
id(string, required) - The exact 11-character identifier of the server you wish to inspect. - Response: Returns a
200 OKstatus with a JSON body conforming to theGetServerResponseschema.