api-healthcheck-mcp
Verified Safeby eiabhiram
Overview
Checks the health status of a specific local API endpoint (GET localhost:8080/api/ticket).
Installation
npm startSecurity Notes
The server targets a fixed local endpoint (localhost:8080/api/ticket) and does not contain `eval`, hardcoded secrets, or external network calls to untrusted domains. Input parameters for the tool are empty, further reducing injection risks. The primary risk is the trustworthiness of the `localhost:8080/api/ticket` endpoint itself, which is outside this server's control.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
MCP-Test
Tests other Model Context Protocol (MCP) servers for connection, capabilities, and tool functionality.
header-test-mcp
An MCP server designed for debugging custom header implementations in MCP hosts/clients by providing a tool to retrieve request headers.