← Registry

Data Collection

liteehr.com

Accesses and queries a global physician directory across multiple national registries, and enables consent-gated sharing of electronic health records with providers.

1 endpoint12 known toolsFirst detected May 18, 2026Last detected June 7, 2026

ENDPOINT 1

https://liteehr.com/api/ehr/mcp

No auth detected

Known tools 12

search_providers

Search the LiteEHR global physician directory across both the US NPI registry (2.4M providers) and international registries (UK, Australia, Ireland, New Zealand, Canada).

Inferred read-only
find_hospice_doctors

Find hospice-capable or palliative care physicians in a given country or US state.

Inferred read-only
list_registry_coverage

List all countries and registries in LiteEHR's physician directory with current record counts, ingestion status, and last update timestamps.

Potential side effects
get_provider_details

Retrieve the full record for a specific provider.

Inferred read-only
create_share_token

Generate a consent-gated share token so the patient can share their EHR with a specific provider.

Inferred read-only
revoke_share

Revoke a previously created share token.

Inferred read-only
fetch_shared_record

Retrieve a patient record using a share token provided by the patient.

Inferred read-only
list_shares

List all share tokens the patient has created — who has access, whether it's anonymous or full, when it expires, and how many times it's been accessed.

Inferred read-only
ingest_patient_record

Upload a patient clinical record into LiteEHR using the WellSpr.ing Clinical Exchange Standard (WCES).

Potential side effects
import_fhir_bundle

Import a FHIR R4 Bundle (JSON) into LiteEHR.

Inferred read-only
list_patient_records

List EHR records accessible to the authenticated API key.

Inferred read-only
get_patient_record

Retrieve the full clinical record for a specific record ID.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.liteehr-com]
url = "https://liteehr.com/api/ehr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "liteehr-com": {
      "type": "http",
      "url": "https://liteehr.com/api/ehr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: liteehr-com
Remote MCP URL: https://liteehr.com/api/ehr/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "liteehr-com": {
      "url": "https://liteehr.com/api/ehr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "liteehr-com": {
      "type": "http",
      "url": "https://liteehr.com/api/ehr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "liteehr-com",
  "transport": "streamable-http",
  "url": "https://liteehr.com/api/ehr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.