DomainPilot MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOMAINPILOT_API_URL | No | API base URL (override for development) | https://api.domainpilot.io |
| DOMAINPILOT_API_TOKEN | Yes | Your Domain Pilot MCP API token |
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 |
|---|---|
| list_domainsA | List all your domains with their current status, health grade, and monitoring state |
| get_domainA | Get detailed information about a specific domain including uptime, SSL, health, and expiry |
| add_domainB | Add a new domain to monitor |
| get_domain_healthB | Get the latest health check results for a domain including scores and grade |
| run_health_checkB | Trigger an on-demand health check for a domain |
| get_ai_analysisA | Get the latest AI-powered analysis for a domain with findings and recommendations. Can optionally regenerate if a free generation is available. |
| get_uptimeC | Get uptime statistics for a domain |
| get_dns_recordsB | List all DNS records for a domain |
| add_dns_recordB | Add a DNS record to a domain |
| update_dns_recordC | Update an existing DNS record |
| acknowledge_dns_changesC | Acknowledge detected DNS changes for a domain |
| get_ssl_statusB | Get SSL certificate status and details for a domain |
| get_incidentsA | List incidents (downtime events) for a domain |
| get_dashboard_statsA | Get an overview of your domain portfolio — total domains, online count, expiring, alerts |
| toggle_monitoringB | Enable or disable uptime monitoring for a domain |
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 15 tools
Each tool targets a clearly distinct aspect of domain management (monitoring, DNS, health, incidents, etc.). No two tools have overlapping purposes, making selection unambiguous.
All tools follow a consistent verb_noun pattern with lowercase underscores (e.g., add_dns_record, get_uptime). No mixing of conventions or vague verbs.
15 tools is well-scoped for a domain monitoring and management server, covering essential operations without bloat. Each tool serves a clear need.
Core domain and DNS management is covered, but missing delete operations for both domains (delete_domain) and DNS records (delete_dns_record) are notable gaps. Incidents lack resolution tools.