Uptime.com's New MCP Uptime.com launched a Model Context Protocol (MCP) server that exposes its website, server, and infrastructure monitoring as tools for AI assistants like Claude, enabling automated check creation, alert management, and status page control. The server supports both stdio and streamable HTTP transports, with authentication via static API tokens or OAuth2 PKCE, and includes an official hosted instance at mcp.uptime.com. A Model Context Protocol https://modelcontextprotocol.io MCP server for Uptime.com https://uptime.com . It exposes Uptime.com website, server, and infrastructure monitoring as MCP tools, so AI assistants such as Claude can create and manage checks, read alerts and outages, manage status pages, and inspect account usage on your behalf. The server speaks two transports: stdio for local MCP clients like Claude Desktop, Claude Code, and Cursor and streamable HTTP for hosted deployments . It authenticates with a static API bearer token or a browser-based OAuth2 PKCE flow. If you use Claude Code https://claude.com/claude-code , the easiest way in is the uptime-skills https://github.com/uptime-com/uptime-skills plugin. It bundles this MCP server with task-focused skills — curated context and workflows for Uptime.com choosing probe locations, tuning outage sensitivity, picking the right check type for a target — plus a sensible default permission set. The tools alone give Claude the ability to call the API; the skills give it the know-how to use them well, so you get sound monitoring decisions instead of raw API calls. /plugin marketplace add uptime-com/uptime-skills /plugin install uptime@uptime-com Then authenticate browser OAuth, tokens stored and refreshed for you : /mcp See uptime-com/uptime-skills https://github.com/uptime-com/uptime-skills for team and project-level setup. Uptime.com runs an official hosted instance, so you do not have to run anything yourself. Point any streamable-HTTP MCP client at: https://mcp.uptime.com/mcp Authenticate with your Uptime.com API token generate one under Settings → API & Integrations . Example MCP client configuration: { "mcpServers": { "uptime": { "type": "http", "url": "https://mcp.uptime.com/mcp", "headers": { "Authorization": "Bearer