Uptimeify logo

Uptimeify

0

Monitor uptime and debug infrastructure without leaving your editor. Check if a site is up, measure response times, inspect DNS, TLS certificates, redirects and HTTP headers, and validate SPF, DKIM and DMARC.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

# Uptimeify Uptimeify connects your uptime monitors and a full set of network diagnostics to your coding agent. Ask about a domain in plain language and get real answers — no dashboard, no tab switching. ## What you can do **Monitoring** — Check whether a site is up, pull uptime and average response-time summaries by day, month or year, review check history, and list recent incidents across all your monitors. **Diagnostics** — Measure response timing broken down by DNS, connect and TTFB. Trace redirect chains to their final destination. Inspect HTTP headers, test TCP ports, and run ping tests. **DNS & domains** — Query A/AAAA/CNAME/TXT/NS records, check propagation across multiple public resolvers, look up MX and reverse DNS, and retrieve WHOIS data including registration expiry. **Certificates & security** — Inspect TLS certificate issuer, validity dates, expiry and chain. Verify HSTS configuration. Check whether an IP is listed on common DNS blacklists. **Email deliverability** — Fetch and evaluate SPF, DKIM (per selector) and DMARC records. **Network intel** — IP geolocation and ASN lookups for any public IP or domain. ## Example prompts - "Is uptimeify.io up right now, and what's the TTFB?" - "When does the TLS certificate for example.com expire?" - "Why are our emails landing in spam? Check SPF, DKIM and DMARC." - "Show me every incident across my monitors this week." - "Has the new A record for staging.example.com propagated yet?" ## Installation Add to `.cursor/mcp.json` in your project, or to `~/.cursor/mcp.json` for all projects: ```json { "mcpServers": { "uptimeify": { "url": "https://uptimeify.io/mcp" } } } ``` Open Cursor Settings → MCP to confirm the server is connected and the tools are listed. ## Authentication Get an API token from your Uptimeify dashboard. Monitoring tools (monitor status, uptime summaries, incidents) require a token; diagnostic tools work against any public domain. ## Links - Website: https://uptimeify.io - Documentation: https://uptimeify.io/docs - Privacy policy: https://uptimeify.io/privacy