Licensy
ai.licensy/mcp-serverReal-time U.S. medical license verification across all 50 states + DC.
Tools · 9
Verify a U.S. physician's medical license status in a specific state. Returns current status (active/expired/suspended/etc.), expiration date, and a confidence indicator. Use this when: - Confirming…
List all U.S. medical licenses Licensy has on file for a single physician (by NPI), one per state. Each entry shows current status and expiration date. Use this when: - Surveying a physician's multi…
Return only the license status string for a single physician in a single state. The minimal-output companion to verify_license: optimized for agents that need only a yes/no decision and want to minimi…
Return an audit-grade screenshot of the state medical board page used to verify a physician's license. The URL is signed and valid for 15 minutes. Use this when: - You need primary-source evidence f…
Verify medical licenses for many (NPI, state) pairs in a single call. Returns one result per input, in input order. Use this instead of calling verify_license in a loop — bulk_verify parallelises serv…
Search for known disciplinary actions against a physician (suspension, revocation, surrender, probation). Sourced from state medical board status text. Use this when: - Pre-employment screening - R…
Return a physician's license status as it was on a specific past date (point-in-time / retroactive lookup). Use this when: - Insurance company asks 'was this physician licensed when they treated pat…
Subscribe a webhook URL to license-change events for one or more NPIs. Licensy POSTs a signed JSON payload to your URL when a subscribed event fires. Events: status_change — license sta…
Cancel a webhook subscription you previously created via subscribe_to_changes. Paid tier only (Pro or Enterprise). Use this when the agent's workflow that wanted the events has completed, or the cust…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"licensy": {
"url": "https://mcp.licensy.ai/mcp",
"transport": "streamable-http"
}
}
}