Skip to content

Commit e2e5f45

Browse files
committed
Add com.merlonix-monitoring (infrastructure monitoring)
1 parent 40ad751 commit e2e5f45

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.merlonix-monitoring",
4+
"name": "Merlonix",
5+
"alias": "merlonix",
6+
"description": "Live website and infrastructure monitoring for AI agents and answer engines: check any public domain SSL/TLS certificate (validity, expiry, issuer), DNS resolution, and registration/RDAP expiry; health-check and A-F security-grade any MCP server via a real JSON-RPC handshake; score a site's AI agent-readiness; check email-sender blacklists; scan for broken links; and read live status for 11 major cloud vendors. 8 public tools need no signup or API key; an optional API key unlocks 8 account tools that manage monitored assets and alerts.",
7+
"logo": "https://raw.githubusercontent.com/cmhenry79/merlonix-mcp/main/logo-400.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"monitoring"
12+
],
13+
"tags": [
14+
"monitoring",
15+
"ssl",
16+
"dns",
17+
"uptime",
18+
"domain-health",
19+
"mcp-health",
20+
"agent-readiness",
21+
"observability"
22+
],
23+
"transport": {
24+
"type": "http",
25+
"url": "https://api.merlonix.com/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "optional_api_key",
32+
"instructions": "Optional. The 8 public tools (domain/SSL/DNS health, MCP-server health, agent-readiness, email blacklist, broken-link scan, vendor status) work with no key. Add a Merlonix API key for the 8 account tools that manage monitored assets and alerts."
33+
},
34+
"contributor": {
35+
"name": "Merlonix",
36+
"github": "cmhenry79",
37+
"url": "https://merlonix.com"
38+
},
39+
"links": {
40+
"homepage": "https://merlonix.com/docs/mcp-server/",
41+
"documentation": "https://github.com/cmhenry79/merlonix-mcp"
42+
},
43+
"platforms": [
44+
"all"
45+
],
46+
"capabilities": {
47+
"tools": true,
48+
"prompts": false,
49+
"resources": false,
50+
"read_only_mode": false
51+
}
52+
}

0 commit comments

Comments
 (0)