sitehealth-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| audit_siteA | Run a comprehensive website health audit — SSL, DNS, DMARC/SPF/DKIM, page performance, uptime, and broken links. Returns a 0-100 health score with letter grade, critical issues, warnings, and actionable recommendations. All checks run in parallel for speed. |
| check_sslA | Check SSL/TLS certificate validity, expiry date, issuer, protocol version, and SANs. Returns a grade (A-F) based on days until expiry and cert validity. |
| check_dnsA | Resolve all DNS records (A, AAAA, MX, NS, CNAME, TXT, SOA) and check for IPv6 support, MX records, nameserver redundancy, and resolution time. |
| check_email_authA | Validate DMARC, SPF, and DKIM records for a domain. Checks for common misconfigurations, missing records, and provides fix recommendations. DMARC is now mandatory for Gmail/Yahoo/Microsoft. |
| check_performanceA | Measure TTFB, total load time, page weight, redirect chain, compression, and cache headers. Returns performance grade with specific optimization recommendations. |
| check_uptimeA | HTTP ping to check if a site is reachable and measure response time. |
| check_linksA | Extract links from a page and check each for broken responses (4xx/5xx). Returns broken links with status codes and the page they were found on. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct aspect of site health: comprehensive audit, DNS, email auth, links, performance, SSL, and uptime. No overlap in purpose.
All tools follow a consistent verb_noun pattern (audit_site, check_dns, etc.), making them predictable and easy to understand.
Seven tools is well-scoped for a site health server, covering all major areas without excess or deficiency.
The tools cover all core site health checks (SSL, DNS, email auth, links, performance, uptime) plus a comprehensive audit. Minor omissions like security headers but overall very complete.