hosting-doctor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEAVIATE_URL | No | The URL of the Weaviate Cloud cluster. Required for the knowledge base search and diagnose tools to work. | |
| WEAVIATE_API_KEY | No | The API key for the Weaviate Cloud cluster. Required for the knowledge base search and diagnose tools to work. |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_http_statusA | Makes a live HTTP request to a URL and reports the status code, latency, and full redirect chain. Use this to check whether a site is up, slow, or stuck in a redirect loop. |
| check_sslA | Opens a live TLS connection to a hostname and reports certificate issuer, validity window, days until expiry, and subject alternative names. Use this to diagnose SSL warnings or expiry issues. |
| check_dnsA | Looks up live DNS records (A, AAAA, CNAME, MX, TXT, NS) for a domain. Use this to diagnose propagation delays, missing records, or misconfigured mail/DNS setups. |
| check_security_headersA | Fetches a URL and checks its response headers against a standard security checklist (CSP, HSTS, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy), noting the risk for each missing header. |
| search_troubleshooting_kbA | Searches a curated knowledge base of hosting/web-server troubleshooting notes (502/504 errors, mixed content, DNS propagation, SSL chain issues, CORS, rate limiting, and more) using hybrid vector + keyword search. Returns the most relevant notes for a described symptom. |
| diagnoseA | The main entry point: given a URL and a description of the symptom, runs every live check (HTTP status, SSL, DNS, security headers) in parallel alongside a knowledge-base search, and returns one structured report. Use this first for an open-ended 'why is my site doing X' question; use the individual check_* / search_troubleshooting_kb tools when you already know exactly what to check. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/huzaifashuja/hosting-doctor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server