Developer Tools
merlonix.com
Provides health checks and status monitoring for domains, websites, MCP servers, and third-party vendors.
ENDPOINT 1
https://api.merlonix.com/mcp
MCP server metadata
- Name
- merlonix
- Version
- 1.0.0
Merlonix monitoring tools. PUBLIC (no auth): query the live SSL/DNS/registration health of any public domain (check_domain_health), score a site for AI-agent readiness (check_agent_readiness), health-check a live MCP server by URL (check_mcp_health), check a domain or IP against the mail DNS blocklists (check_email_blacklist), scan one page for dead links and mixed content (check_broken_links), and read the status of the third-party vendors Merlonix monitors (list_vendor_status / get_vendor_status / list_plans). AUTHED (set "Authorization: Bearer mk_…" with an API key from app.merlonix.com → Settings → API keys): READ your own monitored assets (list_my_assets), the latest check results for one asset (get_asset_checks), and your recent alerts (list_my_alerts); and WRITE (needs a write-scoped API key): start monitoring an asset (create_asset), update or remove one (update_asset / delete_asset), and acknowledge or resolve an alert (acknowledge_alert / resolve_alert). Read tools are read-only; the write tools mutate only YOUR account and are tenant-scoped + write-scope-gated server-side.
Known tools 16
check_domain_healthCheck the live SSL/TLS certificate (validity + expiry + issuer), DNS records (A/AAAA/MX/NS resolution), and domain-registration (RDAP) expiry of any public hostname.
Inferred read-onlycheck_agent_readinessScore how ready a website is for AI agents and answer engines.
Inferred read-onlycheck_mcp_healthHealth-check a live MCP (Model Context Protocol) server by URL: performs a real JSON-RPC initialize handshake, then tools/list, and returns whether it is up/degraded/down, its protocol version, server name/version, the callable tool/resource/prompt inventory, transport, and handshake latency.
Inferred read-onlycheck_email_blacklistCheck whether a domain or IP is listed on the major DNS blocklists (DNSBLs) that mail providers consult before accepting mail — the usual reason legitimate mail silently lands in spam.
Inferred read-onlycheck_broken_linksScan one web page for dead links (4xx/5xx/unreachable) and mixed content (http subresources on an https page).
Inferred read-onlylist_vendor_statusList the current operational status and recent incidents of every third-party vendor Merlonix monitors (e.
Inferred read-onlyget_vendor_statusGet the current status plus 30-day status history of one monitored vendor by slug (e.
Inferred read-onlylist_plansList Merlonix subscription plans and pricing (Starter, Team, Agency, Compliance) with their monitoring limits.
Inferred read-onlylist_my_assetsList the monitored assets (websites/domains) in YOUR Merlonix account.
Inferred read-onlyget_asset_checksGet the latest check results (SSL, DNS, uptime, heartbeat, port) for ONE of your monitored assets, by its asset id (from list_my_assets).
Inferred read-onlylist_my_alertsList recent alerts across YOUR monitored assets (SSL changes, downtime, DNS drift, vendor incidents, etc.
Inferred read-onlycreate_assetStart monitoring a new asset (website/domain) in YOUR Merlonix account.
Inferred read-onlyupdate_assetUpdate one of YOUR monitored assets by its asset id (from list_my_assets): relabel it or toggle which checks run.
Potential side effectsdelete_assetSTOP monitoring one of YOUR assets and remove it, by its asset id (from list_my_assets).
Potential side effectsacknowledge_alertAcknowledge one of YOUR alerts by its alert id (from list_my_alerts) — marks it as seen/being-handled without resolving it.
Inferred read-onlyresolve_alertResolve one of YOUR alerts by its alert id (from list_my_alerts) — closes it.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.merlonix]
url = "https://api.merlonix.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"merlonix": {
"type": "http",
"url": "https://api.merlonix.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: merlonix
Remote MCP URL: https://api.merlonix.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"merlonix": {
"url": "https://api.merlonix.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"merlonix": {
"type": "http",
"url": "https://api.merlonix.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "merlonix",
"transport": "streamable-http",
"url": "https://api.merlonix.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for merlonix.com was fetched 2026-08-23T11:58:28.644Z.
merlonix.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.