← Registry

Developer Tools

merlonix.com

Provides health checks and status monitoring for domains, websites, MCP servers, and third-party vendors.

1 endpoint16 known toolsFirst detected August 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://api.merlonix.com/mcp

No auth detected

MCP server metadata

Name
merlonix
Version
1.0.0
Capabilities
tools
Server instructions

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_health

Check 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-only
check_agent_readiness

Score how ready a website is for AI agents and answer engines.

Inferred read-only
check_mcp_health

Health-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-only
check_email_blacklist

Check 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-only
check_broken_links

Scan one web page for dead links (4xx/5xx/unreachable) and mixed content (http subresources on an https page).

Inferred read-only
list_vendor_status

List the current operational status and recent incidents of every third-party vendor Merlonix monitors (e.

Inferred read-only
get_vendor_status

Get the current status plus 30-day status history of one monitored vendor by slug (e.

Inferred read-only
list_plans

List Merlonix subscription plans and pricing (Starter, Team, Agency, Compliance) with their monitoring limits.

Inferred read-only
list_my_assets

List the monitored assets (websites/domains) in YOUR Merlonix account.

Inferred read-only
get_asset_checks

Get 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-only
list_my_alerts

List recent alerts across YOUR monitored assets (SSL changes, downtime, DNS drift, vendor incidents, etc.

Inferred read-only
create_asset

Start monitoring a new asset (website/domain) in YOUR Merlonix account.

Inferred read-only
update_asset

Update one of YOUR monitored assets by its asset id (from list_my_assets): relabel it or toggle which checks run.

Potential side effects
delete_asset

STOP monitoring one of YOUR assets and remove it, by its asset id (from list_my_assets).

Potential side effects
acknowledge_alert

Acknowledge one of YOUR alerts by its alert id (from list_my_alerts) — marks it as seen/being-handled without resolving it.

Inferred read-only
resolve_alert

Resolve one of YOUR alerts by its alert id (from list_my_alerts) — closes it.

Inferred read-only

CONNECT 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.

Trust status Neutral

merlonix.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.