Security & Testing
uptimeify.io
Provides tools for checking TLS/SSL certificates, DNS records, DNS propagation, MX records, and SPF policies.
ENDPOINT 1
https://uptimeify.io/mcp
MCP server metadata
- Name
- uptimeify
- Version
- 1.1.0
Known tools 25
check_sslCheck a host's TLS/SSL certificate: issuer, validity dates, expiry, chain and trust verdict.
Inferred read-onlydns_propagationCheck DNS propagation of a domain across multiple public resolvers.
Inferred read-onlydkim_checkCheck a domain's DKIM public key for a given selector: fetch it and validate it.
Inferred read-onlydmarc_checkCheck a domain's DMARC policy record: fetch it and evaluate the policy.
Inferred read-onlydnsbl_checkDNSBL check: whether a public IP address is listed on common DNS blacklists.
Inferred read-onlyredirect_checkCheck the HTTP redirect chain for a URL, tracing it to the final destination.
Inferred read-onlyip_geolocationIP geolocation for a public IP address or a domain (country, region, ASN, org).
Inferred read-onlyasn_lookupASN lookup for a public IP or domain: the autonomous system and its network owner.
Inferred read-onlylist_monitorsList the website monitors the caller's API token can see (customer token: its own customer; organization token: all customers in the org).
Inferred read-onlymonitor_statusGet a single website monitor by id, including its current up/down status and configuration.
Inferred read-onlylist_incidentsList recent incidents across all of the caller's monitors (most recent first).
Inferred read-onlyuptime_summaryGet uptime and average response-time summary (day / month / year) for a website monitor.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.