Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Uptimeify

io.uptimeify/mcp-server

Free anonymous website, DNS, email and TLS checks, plus read-only access to your monitors.

Uptime
100.0%
1 direct probes · 30d
Response
263ms
last probe
Tools
33
callable
Resources
0
readable
Prompts
0
available

Tools · 33

check_ssl

Check a host's TLS/SSL certificate: issuer, validity dates, expiry, chain and trust verdict.

check_dns

Check a domain's DNS records (A/AAAA/CNAME/TXT/NS and more).

dns_propagation

Check DNS propagation of a domain across multiple public resolvers.

mx_lookup

MX lookup for a domain: its mail exchanger records and their addresses.

spf_check

Check a domain's SPF record: fetch it and evaluate the policy.

dkim_check

Check a domain's DKIM public key for a given selector: fetch it and validate it.

dmarc_check

Check a domain's DMARC policy record: fetch it and evaluate the policy.

dnsbl_check

DNSBL check: whether a public IP address is listed on common DNS blacklists. Returns partial results if some blocklists are too slow to answer.

whois

Retrieve WHOIS registration data for a domain.

domain_expiry

Check a domain's registration expiry date and the days remaining.

http_headers

Fetch the HTTP response headers for a URL.

hsts_check

HSTS check: a domain's HTTP Strict Transport Security configuration.

redirect_check

Check the HTTP redirect chain for a URL, tracing it to the final destination.

port_check

Check whether one or more TCP ports are open on a host. Pass a single port or a list, up to 10 per call.

ping_test

Ping test: measure TCP reachability and round-trip time to a host.

website_status

Is a website up right now? Start here for any is-the-site-down question: up/down verdict, HTTP status, response time and redirect count in one call.

response_time

Measure a website's response time (DNS, connect, TTFB, total).

ip_geolocation

IP geolocation for a public IP address or a domain (country, region, ASN, org).

asn_lookup

ASN lookup for a public IP or domain: the autonomous system and its network owner.

reverse_dns

Reverse DNS: resolve a public IP address to its PTR hostname.

list_monitors

List the monitors the caller can see, across all eight families (website, dns, icmp, tcp, ftp, smtp, ssh, imap_pop). Pass `kind` to limit to one family. Every item carries its `kind`, which monitor_st…

monitor_status

Get a single monitor by id, including its current up/down status and configuration. Pass the `kind` you got from list_monitors; without it, website is assumed.

list_incidents

List recent incidents across all of the caller's monitors (most recent first).

check_history

Get the recent check history for a monitor. Pass the `kind` you got from list_monitors; without it, website is assumed. Optionally bound by an ISO date range.

uptime_summary

Get uptime and average response-time summary (day / month / year) for a website monitor. Website monitors only; other families have no uptime endpoint.

list_alert_channels

List the notification channels that can raise an alert for the caller: name, type (email, sms, webhook, or one of the chat/on-call integrations), whether the channel is active, and its escalation prio…

alert_history

Get the alert history for one monitor: which alerts went out, when, over which channel (name and type), and whether delivery succeeded or failed with which error. Answers "why did nobody call me". Pas…

list_status_pages

List the caller's status pages: name, slug, description, which customer each belongs to, whether it is published, its visibility (public, customer_members_only or password_protected) and whether a sha…

list_maintenance_windows

List the caller's scheduled maintenance windows: name, start and end time, the IANA timezone the recurrence is interpreted in, whether it recurs and how, whether it is active, and which monitors it co…

get_organization

Get the caller's own organization: its numeric id, public id, name, account status (active or suspended) and, when a deactivated account is scheduled for deletion, the date that happens. Read-only, an…

list_users

List the members of the caller's organization: name, role (admin, editor or readonly), whether the member is still active, and when they joined, alongside the current number of seats. Answers "who is …

list_customers

List the customers of the caller's organization: numeric id, public id, name, account status and the date the customer was created, alongside how many monitors each one has (total, managed, self-servi…

billing_summary

Get the SMS usage of the current month for the caller's organization: the organization-wide total and the per-customer breakdown. SMS usage is the only billing figure this tool reports -- it never ret…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "uptimeify": {
      "url": "https://uptimeify.io/mcp",
      "transport": "streamable-http"
    }
  }
}