← uptimeify.io
INDIVIDUAL MCP TOOL
redirect_check
Check the HTTP redirect chain for a URL, tracing it to the final destination.
LIVE ENDPOINT
https://uptimeify.io/mcp
Connect to this endpoint to inspect the live schema for redirect_check and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
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.