API Health Check MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@API Health Check MCP Servercheck the health of the ticket API endpoint"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
API Health Check MCP Server
This Model Context Protocol (MCP) server provides tools to check the health status of API endpoints. Specifically designed to monitor the GET localhost:8080/api/ticket endpoint.
Features
Health Check Tool: Checks if the API endpoint is up or down
Response Time Monitoring: Measures and reports API response times
Error Handling: Provides detailed error information when the API is unreachable
Timeout Protection: Automatically times out requests after 10 seconds
Formatted Output: Returns easy-to-read status reports with icons and timestamps
Related MCP server: MCP Health Monitor
Installation
Clone this repository
Install dependencies:
npm installBuild the project:
npm run build
Usage
With Claude Desktop
Add this server to your Claude Desktop configuration:
{
"mcpServers": {
"api-health-check": {
"command": "node",
"args": ["C:/Project Workspace/MCP/build/index.js"]
}
}
}Development
npm run build- Build the TypeScript sourcenpm run watch- Watch for changes and rebuild automaticallynpm start- Run the compiled server
Tools Available
check_api_health
Checks the health of the GET localhost:8080/api/ticket endpoint.
Parameters: None
Returns:
API status (up/down)
Response time in milliseconds
HTTP status code (if successful)
Error details (if failed)
Timestamp of the check
Example Output:
ā
API Status: UP
š Checked at: 2024-01-15T10:30:45.123Z
ā±ļø Response time: 150ms
š HTTP Status: 200Error Handling
The server handles various error conditions:
Connection Refused: When the target server is not running
Timeout: When requests take longer than 10 seconds
Host Not Found: When localhost cannot be resolved
HTTP Errors: When the server returns non-200 status codes
Development
This server is built using:
TypeScript
Node.js Fetch API
Available Tools
1 toolcheck_api_healthA
Check if the GET localhost:8080/api/ticket endpoint is up or down
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must carry full behavioral context. It implies a GET request but does not disclose possible responses (e.g., boolean, HTTP status), error cases, or side effects (e.g., if the check is read-only).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that gets straight to the point. Every word is essential, no fluff, and it is front-loaded with the action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description lacks crucial behavior details like return format, timeout behavior, or what constitutes 'up' vs 'down'. An AI agent would need more info to interpret the result correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters (100% coverage trivially), so baseline is 4. The description adds the specific endpoint and method, which is meaningful context not captured in the schema, but no param details are needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks a specific endpoint (GET localhost:8080/api/ticket) for up/down status. Verb and resource are precise, and with no sibling tools, differentiation is unnecessary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or when-not guidance is provided. Since there are no siblings, the context is implied for checking endpoint health before other operations, but alternatives are not discussed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
With only one tool, there is no possibility of ambiguity between tools.
The single tool uses a clear snake_case naming convention, so no inconsistency exists.
A single tool that checks only one hardcoded endpoint is trivial for a health check server, which would typically need multiple endpoints or generic checks.
The tool surface is severely incomplete, as it only covers checking one specific endpoint, lacking support for other endpoints or dynamic health checks.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Uptime monitoring: create and manage HTTP, API, SSL, ping, port and domain checks
Uptime, API and server monitoring with outages, reporting, on-call and status pages.
API monitoring from your editor. Checks the JSON your endpoints return, not just the status code.
Real-time health monitoring and heartbeat tracking for agent services
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables real-time data streaming through Server-Sent Events with timestamp broadcasting and server monitoring capabilities. Optimized for deployment on Render.com with health checks and status endpoints.225
- AlicenseAqualityBmaintenanceMonitor MCP server health, uptime, response times, and Azure DevOps pipeline status14121MIT
- AlicenseAqualityCmaintenanceProbe LLM API endpoints and report health metrics including time to first token, latency, and throughput.44MIT
- AlicenseNot gradedqualityCmaintenanceOfficial Hyperping MCP server for uptime, API, cron and server monitoring. 26 tools covering monitors, outages and timelines, uptime, response time, MTTR and MTTA, on-call schedules and escalation policies, over a remote Streamable HTTP endpoint with Bearer token auth and no install.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eiabhiram/api-healthcheck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server