census_lookup
Get the live health verdict for one MCP server by its exact registry name (e.g. 'io.github.owner/name'). Returns stars, last-push recency, gone/archived/deprecated flags, name-collision count, and a fact-based health verdict (healthy | issues | unknown).
Parameters1
| name | string | required | Exact MCP registry server name |
Raw schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Exact MCP registry server name"
}
},
"required": [
"name"
]
}