{
  "$schema": "https://modelcontextprotocol.io/schema/2025-09/server-card.json",
  "serverInfo": {
    "name": "efros-public",
    "version": "1.0.0",
    "title": "EFROS Public Tools",
    "description": "Read-only and consent-gated tools exposed by efros.com. Includes the passive external security scanner and contact intake.",
    "publisher": {
      "name": "EFROS",
      "url": "https://efros.com",
      "contact": "info@efros.com"
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://efros.com/mcp",
    "protocolVersion": "2025-09-25",
    "comment": "LIVE — Streamable HTTP transport. POST JSON-RPC 2.0 envelopes to /mcp. GET /mcp returns this server-card for discovery. Supports tools/list, tools/call, resources/list, resources/read, prompts/list, ping, initialize."
  },
  "capabilities": {
    "tools": [
      {
        "name": "security-scan.start",
        "description": "Begin a passive external security assessment for a public domain.",
        "inputSchema": {
          "$ref": "https://efros.com/.well-known/openapi.json#/paths/~1api~1scan~1start/post/requestBody/content/application~1json/schema"
        },
        "service-desc": "https://efros.com/.well-known/openapi.json#/paths/~1api~1scan~1start"
      },
      {
        "name": "security-scan.status",
        "description": "Get scan status and per-category scores.",
        "inputSchema": {
          "type": "object",
          "required": ["id"],
          "properties": { "id": { "type": "string" } }
        },
        "service-desc": "https://efros.com/.well-known/openapi.json#/paths/~1api~1scan~1status~1%7Bid%7D"
      },
      {
        "name": "security-scan.claim",
        "description": "Claim the premium PDF report by name and email.",
        "inputSchema": {
          "$ref": "https://efros.com/.well-known/openapi.json#/paths/~1api~1scan~1claim/post/requestBody/content/application~1json/schema"
        },
        "service-desc": "https://efros.com/.well-known/openapi.json#/paths/~1api~1scan~1claim"
      }
    ]
  },
  "links": {
    "documentation": "https://efros.com/tools/security-scan",
    "openapi": "https://efros.com/.well-known/openapi.json",
    "skills": "https://efros.com/.well-known/agent-skills/index.json",
    "terms": "https://efros.com/terms",
    "privacy": "https://efros.com/privacy"
  }
}
