the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.operatorsheets/mcp-uptime",
"description": "Check an MCP endpoint resolves: liveness, live tool list, schema drift. Free.",
"title": "MCP Registry Validator — Check Endpoints Actually Resolve",
"version": "0.2.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp-uptime.theopslog.workers.dev/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tools": [
{
"description": "Probe an MCP endpoint right now: is it alive, which transport it speaks, how many tools it exposes, and whether its tool schema changed since the last check. Use before depending on a third-party MCP server.",
"name": "check_mcp_endpoint"
},
{
"description": "Uptime history for an MCP endpoint over the last N days (max 30), with incident windows. Reads stored history; does not probe.",
"name": "get_uptime"
},
{
"description": "The tool list last observed at an MCP endpoint, with the timestamp of the most recent schema change. Reads stored history; does not probe.",
"name": "get_known_tools"
},
{
"description": "Probe an MCP endpoint and diff its tool schema against the last stored snapshot: tools added, removed, or whose description/inputSchema changed. Schema drift fails quietly mid-run, which is why it is worth checking.",
"name": "check_schema_drift"
}
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-01T18:25:15.573332Z",
"publishedAt": "2026-08-01T18:25:15.573332Z",
"updatedAt": "2026-08-01T18:25:15.573332Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 0.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.