SiteTriage← Seyithan Alkan
Now live on the ChatGPT app store

Your site just broke. Ask your AI why.

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.

FreeNo signupNo data stored

What it does

Seven live probes

Every tool runs against your real domain the moment you ask — so you see the current state, not cached data.

01

Full diagnosis

One call that runs the full battery of checks against a domain and summarizes what's healthy and what's broken.

02

DNS lookup

Resolve A, AAAA, MX, NS, TXT, and CNAME records to see exactly what your domain is pointing at right now.

03

DNS propagation

Query multiple public resolvers to check whether a recent DNS change has propagated — or is still stale in places.

04

SSL certificate check

Inspect the live certificate: issuer, validity dates, chain, and negotiated protocol including TLS 1.3.

05

HTTP check

Measure the real HTTP response: status code, redirects, response time, and key headers as a browser would see them.

06

Email auth (SPF/DKIM/DMARC)

Check SPF, DKIM, and DMARC records to understand why your mail may be landing in spam or getting rejected.

07

Domain info (RDAP)

Look up registration and expiry details over RDAP — the modern, structured replacement for WHOIS.

Example prompts

Just describe the problem

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

Add it in under a minute

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

ChatGPT

  1. 01Open Settings and go to Connectors.
  2. 02Turn on Developer mode.
  3. 03Choose Add / Create, then paste the SiteTriage endpoint URL below.
  4. 04Save — SiteTriage's tools are now available in your chats.

Claude

Add SiteTriage as a custom connector, or drop this into your MCP client config:

{
  "mcpServers": {
    "sitetriage": {
      "url": "https://ai.seyithanalkan.com/sitetriage/mcp"
    }
  }
}

Security

Built to be safe to point at anything

Stateless

No accounts and no database. Each request runs the checks you asked for and returns the results — nothing is stored between calls.

Refuses private IPs

SiteTriage will not probe private, loopback, or link-local addresses, so it can't be used to reach into internal networks.

Read-only

Every tool only observes: it resolves DNS, reads certificates, and makes plain HTTP requests. It never changes anything.

Read the SiteTriage privacy policy.