{
    "serverInfo": {
        "name": "L.I. Notary Services",
        "version": "1.1.0"
    },
    "description": "Read-only discovery card for L.I. Notary Services. This card does not expose booking, payment, account, or administrative tools.",
    "transports": [
        {
            "type": "web",
            "url": "https://linotaryservices.com/",
            "description": "Browser-based read-only context via the public homepage."
        }
    ],
    "capabilities": {
        "tools": [
            {
                "name": "prepare_notary_service_request",
                "description": "Collects non-sensitive service-request details and instructs the user to submit through official contact channels.",
                "readOnly": true,
                "destructive": false,
                "requiresAuth": false
            }
        ],
        "resources": [
            "homepage",
            "contact",
            "service-information",
            "agent-skills-index"
        ]
    },
    "security": {
        "authentication": "none",
        "data_access": "public_read_only",
        "writes_enabled": false,
        "payments_enabled": false
    }
}