Databases
loacare.com
Provides lookup and pricing tools for medical CPT codes and healthcare providers.
ENDPOINT 1
https://www.loacare.com/api/mcp
MCP server metadata
- Name
- loacare
- Version
- 1.0.1
Loa is a U.S. healthcare pricing and provider lookup server for source-labeled Loa data. Use returned data, provenance, source labels, scope, caveats, and estimate flags instead of model priors for CPT code lookup, hospital-specific prices, market pricing, and provider lookup. Do not invent codes, prices, or provider details when Loa returns none. All data is public and non-PHI except submit_entity_update_request, which creates a reviewed provider/entity update request for an authenticated submitter. It captures provider contact and source evidence, records linked-provider status when available, and requires Loa approval before public data changes. The suggest_procedures tool is advisory only and should be followed by code search or pricing lookup.
Known tools 12
suggest_proceduresAdvisory helper that suggests likely CPT codes from a plain-English medical need.
Inferred read-onlysearch_providersSearch public CMS NPI Registry data for clinicians and healthcare organizations by specialty, name, or location.
Inferred read-onlysearch_hospitalsSearch Loa's hospital directory by name or location and return hospital IDs plus address details.
Inferred read-onlyget_hospital_pricingHospital-specific pricing tool for source-labeled Loa runtime data.
Inferred read-onlysearch_entitiesSearch Loa runtime hospital and provider entity pages by name or state.
Inferred read-onlyget_entity_pricesReturn source-labeled prices for a Loa hospital or provider entity slug using the shared resolver.
Inferred read-onlyget_entity_profileReturn one Loa hospital or provider entity profile by exact slug or entity_pages.id.
Inferred read-onlyexplain_price_sourcesExplain the source labels, provenance, confidence, and caveats behind Loa prices for one hospital or provider entity.
Inferred read-onlysubmit_entity_update_requestSubmit a profile, listing, or price correction for Loa review without requiring a provider portal.
Inferred read-onlyCONNECT 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.loacare]
url = "https://www.loacare.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loacare": {
"type": "http",
"url": "https://www.loacare.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loacare
Remote MCP URL: https://www.loacare.com/api/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": {
"loacare": {
"url": "https://www.loacare.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loacare": {
"type": "http",
"url": "https://www.loacare.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loacare",
"transport": "streamable-http",
"url": "https://www.loacare.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.loacare.com/mcp
MCP server metadata
- Name
- loacare
- Version
- 1.0.1
Loa is a U.S. healthcare pricing and provider lookup server for source-labeled Loa data. Use returned data, provenance, source labels, scope, caveats, and estimate flags instead of model priors for CPT code lookup, hospital-specific prices, market pricing, and provider lookup. Do not invent codes, prices, or provider details when Loa returns none. All data is public and non-PHI except submit_entity_update_request, which creates a reviewed provider/entity update request for an authenticated submitter. It captures provider contact and source evidence, records linked-provider status when available, and requires Loa approval before public data changes. The suggest_procedures tool is advisory only and should be followed by code search or pricing lookup.
Known tools 12
suggest_proceduresAdvisory helper that suggests likely CPT codes from a plain-English medical need.
Inferred read-onlysearch_providersSearch public CMS NPI Registry data for clinicians and healthcare organizations by specialty, name, or location.
Inferred read-onlysearch_hospitalsSearch Loa's hospital directory by name or location and return hospital IDs plus address details.
Inferred read-onlyget_hospital_pricingHospital-specific pricing tool for source-labeled Loa runtime data.
Inferred read-onlysearch_entitiesSearch Loa runtime hospital and provider entity pages by name or state.
Inferred read-onlyget_entity_pricesReturn source-labeled prices for a Loa hospital or provider entity slug using the shared resolver.
Inferred read-onlyget_entity_profileReturn one Loa hospital or provider entity profile by exact slug or entity_pages.id.
Inferred read-onlyexplain_price_sourcesExplain the source labels, provenance, confidence, and caveats behind Loa prices for one hospital or provider entity.
Inferred read-onlysubmit_entity_update_requestSubmit a profile, listing, or price correction for Loa review without requiring a provider portal.
Inferred read-onlyCONNECT 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.loacare]
url = "https://www.loacare.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loacare": {
"type": "http",
"url": "https://www.loacare.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loacare
Remote MCP URL: https://www.loacare.com/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": {
"loacare": {
"url": "https://www.loacare.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loacare": {
"type": "http",
"url": "https://www.loacare.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loacare",
"transport": "streamable-http",
"url": "https://www.loacare.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for loacare.com was fetched 2026-08-04T23:50:35.898Z and is being refreshed.
loacare.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.