Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

Licensy

ai.licensy/mcp-server

Real-time U.S. medical license verification across all 50 states + DC.

Uptime
50.0%
2 probes
Response
745ms
last probe
Tools
9
callable

Tools · 9

verify_license

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_physician_licenses

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…

get_license_status

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…

get_screenshot_url

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…

bulk_verify

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_disciplinary_actions

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…

get_license_history

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_to_changes

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…

unsubscribe

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

ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
91 tools · streamable-http
ai.rxmanager/mcp live
Live US drug acquisition costs (CMS NADAC) for AI assistants. Free, no auth, weekly data.
5 tools · streamable-http
ProviderSignal Dental Market Intelligence
NPI lookup, DSO chain data, and dental provider licensing for 41 states and DC via read-only MCP access.
0 tools
Data Compliance Classifier MCP live
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
3 tools · streamable-http
ai.serff/ca-rate-filings live
Natural-language search over California's public insurance rate, rule & form filings.
17 tools · streamable-http
Email Verification API live
Verify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC.
2 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "licensy": {
      "url": "https://mcp.licensy.ai/mcp",
      "transport": "streamable-http"
    }
  }
}