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.
ENDPOINT 1
https://liteehr.com/api/ehr/mcp
Known tools 12
search_providersSearch 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-onlyfind_hospice_doctorsFind hospice-capable or palliative care physicians in a given country or US state.
Inferred read-onlylist_registry_coverageList all countries and registries in LiteEHR's physician directory with current record counts, ingestion status, and last update timestamps.
Potential side effectscreate_share_tokenGenerate a consent-gated share token so the patient can share their EHR with a specific provider.
Inferred read-onlyfetch_shared_recordRetrieve a patient record using a share token provided by the patient.
Inferred read-onlylist_sharesList 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-onlyingest_patient_recordUpload a patient clinical record into LiteEHR using the WellSpr.ing Clinical Exchange Standard (WCES).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.