Install enterno.io into Claude Desktop, Cursor, or Zed and let your AI agent run HTTP, DNS, SSL, Ping, and IP checks natively — no context switch, no copy-paste.
https://enterno.io/mcp
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"enterno-io": {
"type": "http",
"url": "https://enterno.io/mcp",
"headers": {
"Authorization": "Bearer ent_YOUR_API_KEY"
}
}
}
}
You should see a hammer icon with "5 tools available from enterno-io" in the chat input bar.
Settings → MCP → Add new server
Name: enterno-io Type: HTTP URL: https://enterno.io/mcp Headers: Authorization: Bearer ent_YOUR_API_KEY
~/.config/zed/settings.json → "context_servers"
"context_servers": {
"enterno-io": {
"command": {
"type": "http",
"url": "https://enterno.io/mcp",
"headers": { "Authorization": "Bearer ent_YOUR_API_KEY" }
}
}
}
check_http
Fetch HTTP status, headers, timing. Follows redirects, SSRF-safe.
check_dns
Query A, AAAA, MX, NS, TXT, CNAME, SOA records for a domain.
check_ssl
Certificate chain, protocol, cipher, SAN list, expiry days, HSTS, OCSP.
check_ping
ICMP ping a host 1–10 times; returns min/avg/max/loss.
check_ip
Geolocation, ASN, reverse DNS, threat signals for an IP or hostname.
After installing, try these in chat — the agent will pick the right tool automatically.
Transport
Streamable HTTP (JSON-RPC 2.0), no SSE required
Protocol version
2024-11-05
Auth
Authorization: Bearer ent_… or X-API-Key header
Rate limit
Per-key sliding window, headers X-RateLimit-*
Discovery
/.well-known/mcp.json and /.well-known/mcp/server-card.json
Spec
modelcontextprotocol.io
Grab a free API key and paste the JSON snippet above into your MCP client config. Your agent will have access to enterno.io's diagnostic toolkit in under a minute.