Full diagnosis
One call that runs the full battery of checks against a domain and summarizes what's healthy and what's broken.
SiteTriage is a zero-signup MCP app for ChatGPT and Claude that diagnoses broken websites with live probes. Ask about your domain in plain language and get real measurements — DNS, SSL, HTTP, and email auth — not guesses.
What it does
Every tool runs against your real domain the moment you ask — so you see the current state, not cached data.
One call that runs the full battery of checks against a domain and summarizes what's healthy and what's broken.
Resolve A, AAAA, MX, NS, TXT, and CNAME records to see exactly what your domain is pointing at right now.
Query multiple public resolvers to check whether a recent DNS change has propagated — or is still stale in places.
Inspect the live certificate: issuer, validity dates, chain, and negotiated protocol including TLS 1.3.
Measure the real HTTP response: status code, redirects, response time, and key headers as a browser would see them.
Check SPF, DKIM, and DMARC records to understand why your mail may be landing in spam or getting rejected.
Look up registration and expiry details over RDAP — the modern, structured replacement for WHOIS.
Example prompts
No syntax to learn. Ask the way you'd ask a colleague, and SiteTriage picks the right checks.
My site is down after a deploy — diagnose example.com
Why does my cert error?
Are my emails going to spam?
How to add it
SiteTriage is a remote MCP server. Point your client at the endpoint below — there's nothing to install.
Endpoint URL
https://ai.seyithanalkan.com/sitetriage/mcp
Add SiteTriage as a custom connector, or drop this into your MCP client config:
{
"mcpServers": {
"sitetriage": {
"url": "https://ai.seyithanalkan.com/sitetriage/mcp"
}
}
}Security
No accounts and no database. Each request runs the checks you asked for and returns the results — nothing is stored between calls.
SiteTriage will not probe private, loopback, or link-local addresses, so it can't be used to reach into internal networks.
Every tool only observes: it resolves DNS, reads certificates, and makes plain HTTP requests. It never changes anything.
Read the SiteTriage privacy policy.