← loacare.com

INDIVIDUAL MCP TOOL

get_pricing_estimate

Quick directional estimate for one or more CPT codes.

loacare.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

loacare.com

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.

Related tools

  • search_cpt_codes — Canonical code-lookup tool for this server.
  • suggest_procedures — Advisory helper that suggests likely CPT codes from a plain-English medical need.
  • search_providers — Search public CMS NPI Registry data for clinicians and healthcare organizations by specialty, name, or location.
  • get_market_pricing — Preferred benchmark pricing tool.
  • search_hospitals — Search Loa's hospital directory by name or location and return hospital IDs plus address details.
  • get_hospital_pricing — Hospital-specific pricing tool for source-labeled Loa runtime data.
  • search_entities — Search Loa runtime hospital and provider entity pages by name or state.
  • get_entity_prices — Return source-labeled prices for a Loa hospital or provider entity slug using the shared resolver.