Status Page
v1.0.0Service status and uptime monitoring
statusmonitoringuptimehealth
Server Information
- Server ID
- status
- Endpoint URL
- https://bookchaowalit-status-frontend.vercel.app
- Author
- bookchaowalit
- Available Tools
- 4 tools
About
A status page for monitoring all services and APIs. Features uptime metrics and incident history. ## Features - Service status dashboard - Uptime metrics - Incident history - Health checks
Available Tools
status_get_status
Get service status
Input Schema
{
"type": "object",
"properties": {}
}status_get_incidents
Get incident history
Input Schema
{
"type": "object",
"properties": {}
}status_get_uptime
Get uptime metrics
Input Schema
{
"type": "object",
"properties": {
"service": {
"type": "string"
}
}
}status_get_service
Get specific service status
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}Usage Example
Connect to this MCP server using the Model Context Protocol:
{
"mcpServers": {
"status": {
"command": "node",
"args": ["path/to/server.js"],
"env": {
"SERVER_URL": "https://bookchaowalit-status-frontend.vercel.app"
}
}
}
}