{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "Veri5 — apps & services",
    "version": "1.0.0",
    "description": "The Veri5 ecosystem hub: one Veri5 Passport account (single sign-on) for every app. Live apps: Passport (SSO + managed wallet + verifiable identity) and Notary (存证, on-chain document notarization).",
    "homepage": "https://veri5.technology",
    "documentation": "https://veri5.technology/auth.md",
    "contact": { "email": "ryder@hefes.net", "organization": "Hefes LLC", "url": "https://hefes.net" }
  },
  "authentication": {
    "type": "oauth2",
    "discovery_url": "https://veri5.technology/.well-known/oauth-authorization-server",
    "registration_url": "https://id.veri5.technology/register"
  },
  "tools": [
    { "name": "open_passport_signup", "description": "Create a Veri5 Passport account.", "url": "https://id.veri5.technology/register" },
    { "name": "passport_oidc_discovery", "description": "Veri5 Passport OpenID Connect discovery.", "url": "https://id.veri5.technology/.well-known/openid-configuration" },
    { "name": "notarize_document", "description": "Notarize a document on-chain with Veri5 Notary.", "url": "https://notary.veri5.technology" },
    { "name": "verify_document", "description": "Publicly verify a notarized document by SHA-256 hash.", "url": "https://notary.veri5.technology/v/{hash}" }
  ],
  "apps": [
    { "name": "Veri5 Passport", "url": "https://id.veri5.technology", "status": "live" },
    { "name": "Veri5 Notary (存证)", "url": "https://notary.veri5.technology", "status": "live" },
    { "name": "Block explorer", "url": "https://explorer.veri5.network", "status": "live" }
  ]
}
