{
  "name": "Enterno Diagnostics Agent",
  "description": "Runs website diagnostics on demand: HTTP headers, DNS, SSL, ping, PageSpeed, security scan, schema validation, AI-readiness, and 40+ more tools. Answers in natural language with links to shareable reports.",
  "url": "https://enterno.io/api/v2",
  "version": "1.0.0",
  "provider": {
    "organization": "Enterno.io",
    "url": "https://enterno.io"
  },
  "documentationUrl": "https://enterno.io/api-docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["apiKey"],
    "credentials": "X-API-Key header; obtain at https://enterno.io/pricing"
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "check-http",
      "name": "HTTP header checker",
      "description": "Fetch and analyse HTTP response headers for any URL — security headers, caching, redirects.",
      "tags": ["http", "headers", "diagnostics"],
      "examples": ["Check headers on https://example.com", "Does github.com have HSTS?"]
    },
    {
      "id": "check-dns",
      "name": "DNS lookup",
      "description": "Resolve A, AAAA, MX, NS, TXT, CNAME, SOA records.",
      "tags": ["dns", "network"],
      "examples": ["What are the MX records for gmail.com?"]
    },
    {
      "id": "check-ssl",
      "name": "SSL/TLS inspector",
      "description": "Inspect certificate chain, protocol, cipher suite, expiry date.",
      "tags": ["ssl", "tls", "security"],
      "examples": ["When does the SSL cert for example.com expire?"]
    },
    {
      "id": "check-ping",
      "name": "Ping + port checker",
      "description": "ICMP ping stats and TCP port scanning from Moscow, Frankfurt, Virginia.",
      "tags": ["network", "monitoring"]
    },
    {
      "id": "check-ip",
      "name": "IP geolocation",
      "description": "Resolve geolocation, ASN, and reverse DNS for an IP address.",
      "tags": ["ip", "geolocation"]
    },
    {
      "id": "ai-readiness",
      "name": "AI-readiness checker",
      "description": "Audit a site for AI-agent compatibility: llms.txt, agents.json, robots.txt AI rules, MCP card, schema, E-E-A-T signals.",
      "tags": ["ai", "audit", "agents"]
    }
  ]
}
