Skip to content

Enterprise design partners open. Request early access →

MCP

Licensing data for AI workflows.

Licensy AI's MCP server gives AI applications structured access to physician and physician assistant licensing data through defined tools — inside controlled workflows, with human review where it matters.

Tools

Tools available today.

Find a provider's licenses

Look up all licenses for a provider by NPI.

Look up a license status

Retrieve status and expiration for a license.

Retrieve a source screenshot

Fetch a preserved screenshot of the official record, where available.

Look up many providers

Resolve licensing data for a set of providers in one call.

Disciplinary signals and point-in-time history are in beta.

Connect

Add the server to your MCP client.

Streamable HTTP
One-click sign-in
{
  "mcpServers": {
    "licensy": {
      "url": "https://mcp.licensy.ai/mcp"
    }
  }
}

Add https://mcp.licensy.ai/mcp in any MCP client that supports the Streamable-HTTP transport (Claude, Cursor, and others). The first time you connect, your client opens a browser to sign in — no API key to copy.

Prefer a static key? (headless / CI)

For scripts, cron, or clients without a browser, authenticate with your API key instead of signing in.

{
  "mcpServers": {
    "licensy": {
      "url": "https://mcp.licensy.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_LICENSY_API_KEY"
      }
    }
  }
}

Copy your key from Settings → API Keys and paste it in place of YOUR_LICENSY_API_KEY. The same key works for the REST API and MCP — IP restrictions apply to the REST API only.

The MCP server is a delivery method for structured licensing data used within defined, reviewed workflows — not autonomous credentialing.

Bring licensing data into your AI workflows.

Licensy AI provides licensing information derived from official public sources. Customers remain responsible for determining how the information is used within their credentialing, compliance, legal, or operational workflows.