# API Status Check MCP server

Check real-time uptime and incident status for 285 APIs and cloud services.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-shibley-apistatuscheck
- Repository: https://github.com/shibley/apistatuscheck-mcp-server
- Website: https://apistatuscheck.com

## Install
- Endpoint: https://apistatuscheck.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://apistatuscheck.com/api/mcp

## Tools
- list_apis (List monitored APIs) - List the APIs and developer platforms this service monitors, optionally filtered by category. Statuses are from the most recent hourly monitor run, not a live probe. Endpoint: https://apistatuscheck.com/api/mcp
- search_apis (Search monitored APIs) - Find monitored APIs by name, slug, category or description. Use this to resolve a product name the user mentioned into the slug the other tools take. Endpoint: https://apistatuscheck.com/api/mcp
- get_api_status (Check an API right now) - Probe a monitored API endpoint at call time and return up/degraded/down with the response time. This is the tool to reach for when a user asks "is X down?" — it makes a real request rather than reading the hourly cache. Endpoint: https://apistatuscheck.com/api/mcp
- list_down_apis (List APIs currently down or degraded) - Everything the most recent monitor run found down or degraded, across all categories. Returns an empty list when the monitor snapshot is missing or stale — an empty list is therefore not proof that everything is healthy; check monitorLastRun. Endpoint: https://apistatuscheck.com/api/mcp
- get_uptime_history (Get retained uptime history) - Uptime percentages, response-time stats and recorded data points for one API over a time range. History is retained for 30 days; an API added recently will have few or no data points, which reads as null percentages rather than 100%. Endpoint: https://apistatuscheck.com/api/mcp
- list_categories (List API categories) - Category slugs and how many monitored APIs sit in each. Use the slugs with list_apis. Endpoint: https://apistatuscheck.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.shibley
- Version: 0.2.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 3, 2026
- Source: https://registry.modelcontextprotocol.io
