Query domain expiration data from domain-monitor.io via AI assistants like Claude.
Query domain expiration data from domain-monitor.io via AI assistants like Claude. The domain monitor mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
An unofficial MCP (Model Context Protocol) server for domain-monitor.io, enabling AI assistants like Claude to query your domain expiration data directly — no browser required.
Everything the assistant can do here goes through one of these:
domain_monitor_get_expiring_soon — Quick check — domains expiring within your alert windowdomain_monitor_list_domains — Full paginated list with optional filter by days-until-expirydomain_monitor_check_domain — Look up a specific domain by namedomain_monitor_get_account_summary — Account stats, subscription status, and active alertsdomain_monitor_add_domain — Add a new domain to monitoring with configurable alert period and monitoring togglesPrerequisites — The Prerequisites tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 2 environment variables: DOMAIN_MONITOR_EMAIL, DOMAIN_MONITOR_PASSWORD. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Domain Monitor's toolset — domain_monitor_get_expiring_soon, domain_monitor_list_domains, domain_monitor_check_domain and 3 more — is a fair guide to whether it matches your workflow. It is maintained by jasoncbraatz; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| domain_monitor_get_expiring_soon | Quick check — domains expiring within your alert window |
| domain_monitor_list_domains | Full paginated list with optional filter by days-until-expiry |
| domain_monitor_check_domain | Look up a specific domain by name |
| domain_monitor_get_account_summary | Account stats, subscription status, and active alerts |
| domain_monitor_add_domain | Add a new domain to monitoring with configurable alert period and monitoring toggles |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| DOMAIN_MONITOR_EMAIL | Configuration value read at startup. | Optional |
| DOMAIN_MONITOR_PASSWORD | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.