- Home
- MCP servers
- Service Health
Service Health
- typescript
1
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"natashanajdovski-service-health-mcp": {
"command": "node",
"args": [
"C:\\path\\to\\service-health-mcp\\dist\\server.js"
]
}
}
}You can deploy the Service Health MCP Server to enable AI assistants to monitor web services, APIs, and HTTP endpoints with enterprise-grade security. It provides conversational health checks, fast diagnostics, and actionable results so you can keep your services running smoothly through natural language queries.
How to use
You will run the MCP server locally and connect it to your MCP client (for example Claude Desktop). After starting the server, configure your client to point to the local MCP server so you can issue natural language health checks and receive structured health reports.
How to install
Prerequisites: ensure you have Node.js 18 or newer and npm or yarn installed. You also need TypeScript 5+ for development builds.
Step-by-step installation flow:
git clone https://github.com/natashanajdovski/service-health-mcp.git
cd service-health-mcp
npm install
npm run build
Available tools
check_http_endpoint
Checks an HTTP/HTTPS endpoint for health, measuring response time, validating status codes, and returning a structured health result.