{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "dev.pages.license-verify/contractor-license-verification",
  "title": "US Contractor License Verification",
  "description": "Verify any US contractor license against the official state record. A free, cite-stamped MCP server over 299,112 normalized contractor-license records from Washington, Oregon and California. Every record carries the official source_url and an as_of date; an unknown license returns found:false (never a fabricated record); coverage is never overstated.",
  "websiteUrl": "https://license-verify.pages.dev/",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://license-verify.pages.dev/v1/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "category": "data",
      "transport": "streamable-http",
      "protocolVersion": "2024-11-05",
      "authentication": "none",
      "tools": [
        {
          "name": "lookup_license",
          "summary": "Verify one license by state + number (the core call)."
        },
        {
          "name": "search_licenses",
          "summary": "Search licenses by business/principal name, optional state/status."
        },
        {
          "name": "list_licenses",
          "summary": "Browse a state's licenses as license-number-sorted pages."
        },
        {
          "name": "get_coverage",
          "summary": "Per-state record counts, freshness, source attribution, partial flags."
        }
      ],
      "restApi": "https://license-verify.pages.dev/v1",
      "docs": "https://license-verify.pages.dev/v1",
      "machineIndex": "https://license-verify.pages.dev/llms.txt",
      "coverage": {
        "WA": {
          "records": 160823,
          "complete": true,
          "as_of": "2026-06-19"
        },
        "OR": {
          "records": 56041,
          "complete": true,
          "as_of": "2026-06-18"
        },
        "CA": {
          "records": 82248,
          "complete": false,
          "as_of": "2026-06-18"
        }
      },
      "license": "Public records, redistributed; offered for verification, not for sale.",
      "integrity": "Facts copied verbatim from the official source with source_url + as_of on every record; partial coverage is flagged (see California); answers are never editorialized and never for sale."
    }
  }
}
