Check an MCP endpoint resolves: liveness, live tool list, schema drift. Free.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://mcp-uptime.theopslog.workers.dev/mcp4 herramientas · 477 mscheck_mcp_endpointProbe 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.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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| url* | string | Public http(s) URL of the MCP endpoint to inspect. |
| include_tools | boolean | Return the full tool list, not just the count. |
get_uptimeUptime history for an MCP endpoint over the last N days (max 30), with incident windows. Reads stored history; does not probe.Uptime history for an MCP endpoint over the last N days (max 30), with incident windows. Reads stored history; does not probe.
| Parámetro | Tipo | Descripción |
|---|---|---|
| url* | string | Public http(s) URL of the MCP endpoint to inspect. |
| days | integer | Window in days. Default 30. |
get_known_toolsThe tool list last observed at an MCP endpoint, with the timestamp of the most recent schema change. Reads stored history; does not probe.The tool list last observed at an MCP endpoint, with the timestamp of the most recent schema change. Reads stored history; does not probe.
| Parámetro | Tipo | Descripción |
|---|---|---|
| url* | string | Public http(s) URL of the MCP endpoint to inspect. |
check_schema_driftProbe 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.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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| url* | string | Public http(s) URL of the MCP endpoint to inspect. |
4 de 4 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Check an MCP endpoint resolves: liveness, live tool list, schema drift. Free.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.