{"name":"io.uptimeify/mcp-server","slug":"uptimeify-mcp-server","title":"Uptimeify","description":"Free anonymous website, DNS, email and TLS checks, plus monitor read and opt-in write access.","url":"https://mcp.market/server/uptimeify-mcp-server","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"email","tags":["email"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T19:45:54.329Z","last_ok_at":"2026-09-19T19:45:54.329Z","latency_ms":1231},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://uptimeify.io/mcp-server","version":"1.6.0","remotes":[{"type":"streamable-http","url":"https://uptimeify.io/mcp"}],"packages":[],"tools":[{"name":"asn_lookup","description":"Resolve a public IP address, or a domain, to the autonomous system that announces it: AS number and name, the announced prefix, country code, registry and allocation date. Answers who operates the network an address sits on, which tells a hosting provider from a CDN from a corporate network. It does not identify the site owner, and private or reserved addresses have no announcing AS. ip_geolocation returns the same AS data plus country and PTR. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Public IP address or domain name"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_dns","description":"Resolve a domain's DNS records in one call (A, AAAA, CNAME, MX, TXT, NS, SOA and more), returning each record type with its values and a per-type error where a lookup failed. Answers come from the resolver Uptimeify uses, so this is one vantage point: to see whether the answer is already the same everywhere, use dns_propagation. It reads records only and never connects to the host. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_ssl","description":"Fetch and evaluate a host's TLS/SSL certificate over a live handshake: subject and issuer, validity window, days until expiry, hostname match, chain trust, self-signed and expired flags, SANs, serial and SHA-256 fingerprint. Takes a hostname, not an IP address, plus an optional port (default 443). This is a single sample taken now: it does not watch the certificate over time, says nothing about the HTTP response behind it (website_status) and nothing about the transport policy the site advertises (hsts_check). Anonymous and rate-limited per IP; hosts that resolve to private or reserved address space are refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","minLength":1,"description":"Domain name (not an IP), e.g. deinkunde.com"},"port":{"description":"TLS port, default 443","type":"integer","minimum":1,"maximum":65535}},"required":["host"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dkim_check","description":"Fetch and validate the DKIM public key published at a given selector (<selector>._domainkey.<domain>) and report the parsed tags, key type, key size in bits, and warnings such as a revoked or malformed key. The selector is required and cannot be derived from the domain: read it from a message's DKIM-Signature header, or try the provider's usual value (google, selector1, default, k1). An unused selector returns found=false rather than an error. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"},"selector":{"type":"string","minLength":1,"description":"DKIM selector, e.g. google or default"}},"required":["domain","selector"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dmarc_check","description":"Fetch a domain's DMARC record from _dmarc.<domain> and evaluate it: the raw record, every parsed tag, the policy and subdomain policy, the percentage the policy applies to, and warnings for records that parse but do not protect (p=none, missing rua, syntax receivers ignore). Reports the published policy, not whether real mail passes it. Pair it with spf_check and dkim_check, the mechanisms DMARC aligns against. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dns_propagation","description":"Query the same domain against several public resolvers and compare the answers, so a recent record change can be told apart from a stale cache. Returns each resolver with the values it gave, plus a consistent flag that stays false while the answers still differ. Use it after changing DNS; for a single reading of all record types, check_dns is the cheaper call. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dnsbl_check","description":"Query a public IP address against common DNS blacklists and return, per list, whether it is listed, the reason code the list gave and its delisting URL, plus totals and a clean flag. Takes an IP address, not a domain: resolve the sending host first with mx_lookup or check_dns. Slow blocklists are dropped instead of waited for, so partial=true means zonesQueried is below total and a clean verdict is provisional for the lists that never answered. A listing usually appears between checks, so one call proves only this moment. Anonymous and rate-limited per IP, and this is the strictest limit of the anonymous tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ip":{"type":"string","minLength":1,"description":"Public IPv4 or IPv6 address"}},"required":["ip"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"domain_expiry","description":"Report a domain's registration expiry from WHOIS together with daysUntilExpiry, plus registrar, creation and update dates and the EPP status codes that reveal a domain already in redemption or pending delete. This is the registration, not the certificate: an expiring TLS certificate is check_ssl. tldSupported=false means the TLD has no WHOIS server Uptimeify can query, which is not the same as an unregistered domain. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"hsts_check","description":"Check a domain's HTTP Strict Transport Security configuration: whether the header is present, its raw value, max-age in seconds, the includeSubDomains and preload flags, whether plain HTTP redirects to HTTPS, whether the configuration would qualify for the browser preload list, and warnings for values that make the header ineffective. Reports the policy the site advertises, not the certificate behind it (check_ssl) and not the full redirect chain (redirect_check). Anonymous and rate-limited per IP; private and reserved address space is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"http_headers","description":"Fetch a URL and return its HTTP response headers verbatim as a name/value map, with the status line and every redirect hop taken to get there. Use it to inspect caching, security and server headers as they are actually sent; the response body is never returned, so this says nothing about page content. For a plain up/down verdict use website_status, for the redirect chain alone redirect_check. Anonymous and rate-limited per IP; hosts resolving to private or reserved address space are refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"Full URL, e.g. https://deinkunde.com"}},"required":["url"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"ip_geolocation","description":"Locate a public IP address, or a domain resolved to one, at network level: country code, allocating registry, announced prefix, PTR hostname and the autonomous systems the address belongs to. It is registry-based, so it names the network operator's country, which for hosted or CDN-fronted addresses is not where the visitor or the business sits -- never read it as a street address. Private and reserved addresses have no answer. For the AS and its owner alone use asn_lookup, for the PTR alone reverse_dns. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Public IP address or domain name"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"mx_lookup","description":"Look up a domain's MX records and resolve each mail exchanger to its IPv4 and IPv6 addresses, ordered by priority and flagged when a host resolves into private address space. Tells you where mail for the domain is delivered; it does not connect to those servers, does not test SMTP, and says nothing about whether the domain is authorised to send (spf_check, dkim_check, dmarc_check). Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"ping_test","description":"Measure reachability and round-trip time by opening repeated TCP connections to a host, reporting every attempt plus the count sent and received, packet loss percentage and min/avg/max milliseconds. This is a TCP handshake against a port (default 443), not an ICMP echo: a host that drops ICMP still answers here, and a host that answers ICMP with the port closed does not. For a one-shot verdict on a website rather than a latency series, use website_status. Anonymous and rate-limited per IP; private and reserved address space is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","minLength":1,"description":"Domain name or host"},"port":{"description":"Port, default 443","type":"integer","minimum":1,"maximum":65535}},"required":["host"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"port_check","description":"Open a TCP connection to one or more ports on a host and report each as open, closed or filtered with the time the attempt took. Pass a single port or a list of up to 10; a single-port call also gets its answer flat, exactly as before the list form existed. partial=true means not every requested port was answered inside the time budget. TCP only -- there is no UDP check -- and filtered means no answer arrived, not that the port is certainly closed. Anonymous and rate-limited per IP; the host is resolved first and private or reserved addresses are refused, including a host whose DNS answer points into them.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","minLength":1,"description":"Domain name or host"},"port":{"anyOf":[{"type":"integer","minimum":1,"maximum":65535},{"minItems":1,"maxItems":10,"type":"array","items":{"type":"integer","minimum":1,"maximum":65535}}],"description":"TCP port, or a list of up to 10 ports, e.g. 443 or [80, 443, 25]"}},"required":["host","port"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"redirect_check","description":"Follow a URL's HTTP redirect chain hop by hop and return every step with its status code, source and target, the final URL and status, the hop count, and warnings for chains that loop, drop from HTTPS to HTTP, or run longer than they should. Answers where a URL ends up and how many round trips that costs; it returns neither the body nor the headers of the destination (http_headers). Anonymous and rate-limited per IP; private and reserved address space is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"Full URL, e.g. https://deinkunde.com"}},"required":["url"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"response_time","description":"Measure how fast a URL answers by taking several samples and returning each one plus min, average and max milliseconds, the HTTP status and an up flag. partial=true means fewer samples came back than were requested, so the average rests on a smaller base. This measures the response, not the rendered page: no browser runs, so nothing here reflects JavaScript, assets or Core Web Vitals. One call is a snapshot, not a trend. Anonymous and rate-limited per IP; private and reserved address space is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"Full URL, e.g. https://deinkunde.com"}},"required":["url"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"reverse_dns","description":"Resolve a public IP address to the PTR hostnames published for it, returning every name the pointer record carries, or the resolver's error where there is none. A PTR is set by whoever controls the address block, so it names the host rather than necessarily the site running on it, and a missing PTR is common and not a fault. It is not the inverse of check_dns: a forward record and a PTR need not agree, and this call does not verify that they do. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ip":{"type":"string","minLength":1,"description":"Public IPv4 or IPv6 address"}},"required":["ip"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"spf_check","description":"Fetch a domain's SPF record and evaluate the policy: the raw record, every parsed term with its qualifier, the number of DNS lookups it costs against the RFC 7208 limit of ten, the final all qualifier, and warnings for the failure modes that silently break sending. Covers the sending policy only -- alignment and reporting are DMARC (dmarc_check), the signing key is DKIM (dkim_check). A domain without a record returns found=false, which is an answer, not an error. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website_status","description":"Is a website up right now? Start here for any is-the-site-down question: up/down verdict, HTTP status and status text, response time in milliseconds, the server header and the number of redirects followed, in one call. This is a single sample from one location taken now -- it is not uptime, and a site that fails here may be reachable from elsewhere. For the timing breakdown use response_time, for the headers themselves http_headers, for the redirect chain redirect_check. Anonymous and rate-limited per IP; private and reserved address space is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"Full URL, e.g. https://deinkunde.com"}},"required":["url"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"whois","description":"Retrieve WHOIS registration data for a domain: registrar, creation, update and expiry dates, EPP status codes, nameservers and the contact roles the registry still publishes. Registries redact personal data since GDPR, so contacts are usually roles without names. Not every TLD has a WHOIS server Uptimeify can query -- tldSupported=false means it could not ask, which is different from a domain that is not registered (found=false). For the expiry date alone, domain_expiry returns it with the remaining days already computed. Anonymous and rate-limited per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain name, e.g. deinkunde.com"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T20:15:51.448Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:15:51.427Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1862ms"]},"poisoning":{"score":15,"max":15,"notes":["20 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://uptimeify.io/mcp","reachable":true,"authRequired":false,"latencyMs":1862,"serverInfo":{"name":"uptimeify","version":"1.6.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://uptimeify.io/apple-touch-icon.png","source":"registry","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}