← merlonix.com

INDIVIDUAL MCP TOOL

update_asset

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

merlonix.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.merlonix.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_asset and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

merlonix.com

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.

Related tools

  • 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.
  • check_agent_readiness — Score how ready a website is for AI agents and answer engines.
  • 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.
  • 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.
  • check_broken_links — Scan one web page for dead links (4xx/5xx/unreachable) and mixed content (http subresources on an https page).
  • list_vendor_status — List the current operational status and recent incidents of every third-party vendor Merlonix monitors (e.
  • get_vendor_status — Get the current status plus 30-day status history of one monitored vendor by slug (e.
  • list_plans — List Merlonix subscription plans and pricing (Starter, Team, Agency, Compliance) with their monitoring limits.