Skip to content

MCP Server for Enterno.io

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

Install in Claude Desktop (30 seconds)

1. Open Claude Desktop config

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

2. Add enterno-io to mcpServers

{
    "mcpServers": {
        "enterno-io": {
            "type": "http",
            "url": "https://enterno.io/mcp",
            "headers": {
                "Authorization": "Bearer ent_YOUR_API_KEY"
            }
        }
    }
}

3. Restart Claude Desktop

You should see a hammer icon with "5 tools available from enterno-io" in the chat input bar.

Install in Cursor / Zed

Cursor

Settings → MCP → Add new server

Name:      enterno-io
Type:      HTTP
URL:       https://enterno.io/mcp
Headers:   Authorization: Bearer ent_YOUR_API_KEY

Zed

~/.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" }
    }
  }
}

Available MCP tools

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.

Example prompts

After installing, try these in chat — the agent will pick the right tool automatically.

  • Is enterno.io reachable? Run check_http on it.
  • What SSL cipher does github.com use? How many days until its cert expires?
  • Resolve the MX records for cloudflare.com.
  • Traceroute cloudflare.com from Moscow and tell me the hops.
  • Is 8.8.8.8 a known Google server? Run check_ip.

Protocol details

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

Ready to connect?

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.