← Registry

Databases

loacare.com

Provides lookup and pricing tools for medical CPT codes and healthcare providers.

2 endpoints24 known toolsFirst detected May 17, 2026Last detected August 30, 2026

ENDPOINT 1

https://www.loacare.com/api/mcp

No auth detected

MCP server metadata

Name
loacare
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

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

search_cpt_codes

Canonical code-lookup tool for this server.

Inferred read-only
suggest_procedures

Advisory helper that suggests likely CPT codes from a plain-English medical need.

Inferred read-only
search_providers

Search public CMS NPI Registry data for clinicians and healthcare organizations by specialty, name, or location.

Inferred read-only
get_pricing_estimate

Quick directional estimate for one or more CPT codes.

Inferred read-only
get_market_pricing

Preferred benchmark pricing tool.

Inferred read-only
search_hospitals

Search Loa's hospital directory by name or location and return hospital IDs plus address details.

Inferred read-only
get_hospital_pricing

Hospital-specific pricing tool for source-labeled Loa runtime data.

Inferred read-only
search_entities

Search Loa runtime hospital and provider entity pages by name or state.

Inferred read-only
get_entity_prices

Return source-labeled prices for a Loa hospital or provider entity slug using the shared resolver.

Inferred read-only
get_entity_profile

Return one Loa hospital or provider entity profile by exact slug or entity_pages.id.

Inferred read-only
explain_price_sources

Explain the source labels, provenance, confidence, and caveats behind Loa prices for one hospital or provider entity.

Inferred read-only
submit_entity_update_request

Submit a profile, listing, or price correction for Loa review without requiring a provider portal.

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.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

No auth detected

MCP server metadata

Name
loacare
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

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

search_cpt_codes

Canonical code-lookup tool for this server.

Inferred read-only
suggest_procedures

Advisory helper that suggests likely CPT codes from a plain-English medical need.

Inferred read-only
search_providers

Search public CMS NPI Registry data for clinicians and healthcare organizations by specialty, name, or location.

Inferred read-only
get_pricing_estimate

Quick directional estimate for one or more CPT codes.

Inferred read-only
get_market_pricing

Preferred benchmark pricing tool.

Inferred read-only
search_hospitals

Search Loa's hospital directory by name or location and return hospital IDs plus address details.

Inferred read-only
get_hospital_pricing

Hospital-specific pricing tool for source-labeled Loa runtime data.

Inferred read-only
search_entities

Search Loa runtime hospital and provider entity pages by name or state.

Inferred read-only
get_entity_prices

Return source-labeled prices for a Loa hospital or provider entity slug using the shared resolver.

Inferred read-only
get_entity_profile

Return one Loa hospital or provider entity profile by exact slug or entity_pages.id.

Inferred read-only
explain_price_sources

Explain the source labels, provenance, confidence, and caveats behind Loa prices for one hospital or provider entity.

Inferred read-only
submit_entity_update_request

Submit a profile, listing, or price correction for Loa review without requiring a provider portal.

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.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.

Trust status Trusted

loacare.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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