← Registry

Security & Testing

uptimeify.io

Provides tools for checking TLS/SSL certificates, DNS records, DNS propagation, MX records, and SPF policies.

1 endpoint25 known toolsFirst detected August 4, 2026Last detected August 19, 2026

ENDPOINT 1

https://uptimeify.io/mcp

No auth detected

MCP server metadata

Name
uptimeify
Version
1.1.0
Capabilities
tools.listChanged

Known tools 25

check_ssl

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

Inferred read-only
check_dns

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

Inferred read-only
dns_propagation

Check DNS propagation of a domain across multiple public resolvers.

Inferred read-only
mx_lookup

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

Inferred read-only
spf_check

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

Inferred read-only
dkim_check

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

Inferred read-only
dmarc_check

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

Inferred read-only
dnsbl_check

DNSBL check: whether a public IP address is listed on common DNS blacklists.

Inferred read-only
whois

Retrieve WHOIS registration data for a domain.

Inferred read-only
domain_expiry

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

Inferred read-only
http_headers

Fetch the HTTP response headers for a URL.

Inferred read-only
hsts_check

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

Inferred read-only
redirect_check

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

Inferred read-only
port_check

Check whether one or more TCP ports are open on a host.

Inferred read-only
ping_test

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

Inferred read-only
website_status

Is a website up right now?

Inferred read-only
response_time

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

Inferred read-only
ip_geolocation

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

Inferred read-only
asn_lookup

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

Inferred read-only
reverse_dns

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

Inferred read-only
list_monitors

List the website monitors the caller's API token can see (customer token: its own customer; organization token: all customers in the org).

Inferred read-only
monitor_status

Get a single website monitor by id, including its current up/down status and configuration.

Inferred read-only
list_incidents

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

Inferred read-only
check_history

Get the recent check history for a website monitor.

Inferred read-only
uptime_summary

Get uptime and average response-time summary (day / month / year) for a website monitor.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uptimeify]
url = "https://uptimeify.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uptimeify": {
      "type": "http",
      "url": "https://uptimeify.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uptimeify
Remote MCP URL: https://uptimeify.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uptimeify": {
      "url": "https://uptimeify.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uptimeify": {
      "type": "http",
      "url": "https://uptimeify.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.