streamable-httpupdated 1mo ago
Loa's hosted Model Context Protocol server gives MCP-capable assistants access to source-labeled healthcare pricing, CPT and HCPCS code search, U.S. provider and hospital discovery, and Loa entity profiles.
What can you do with Loa Healthcare Pricing?
Loa Healthcare Pricing MCP Server
Loa's hosted Model Context Protocol server gives MCP-capable assistants access to source-labeled healthcare pricing, CPT and HCPCS code search, U.S. provider and hospital discovery, and Loa entity profiles.
- Live MCP documentation
- Official MCP Registry listing
- Healthcare pricing API
- Downloadable U.S. healthcare price benchmark dataset
- Data sources and methodology
- Procedure price guides
- U.S. healthcare provider directory
- U.S. hospital directory
Remote endpoint
https://www.loacare.com/api/mcp
The hosted server uses Streamable HTTP. Clients should complete the server's advertised OAuth flow when a tool call requires authentication.
Native remote configuration
Use this configuration with clients that support remote MCP server URLs:
{
"mcpServers": {
"loacare": {
"url": "https://www.loacare.com/api/mcp"
}
}
}
For clients that require a local command, use the mcp-remote bridge:
{
"mcpServers": {
"loacare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.loacare.com/api/mcp"
]
}
}
}
See the live MCP documentation for current authentication, rate-limit, and troubleshooting guidance.
Available workflows
The server supports workflows for:
- Searching medical procedure billing codes.
- Finding U.S. healthcare providers and hospitals.
- Resolving source-labeled Loa entity profiles.
- Comparing published hospital price-transparency rows and available provider prices.
- Explaining price provenance and source labels.
- Submitting authenticated provider or hospital corrections for Loa review.
Available tools
The production server currently advertises 12 tools:
search_cpt_codessuggest_proceduressearch_providerssearch_hospitalssearch_entitiesget_entity_profileget_entity_pricesget_hospital_pricingget_market_pricingget_pricing_estimateexplain_price_sourcessubmit_entity_update_request
The public discovery methods initialize, notifications/initialized, ping, and tools/list can be used without authentication. Tool execution remains OAuth-protected.
Data scope
Loa returns public healthcare pricing and directory data. It does not require or return Protected Health Information. Pricing responses identify their source labels so clients can distinguish hospital machine-readable-file rows, provider-published prices, market estimates, and reviewed corrections.
Registry metadata
server.json is the public metadata submitted to the official MCP Registry under io.github.aanari/loacare-healthcare-pricing.
This repository publishes integration metadata and documentation for Loa's hosted MCP server. The production application source is maintained separately.
Install
Add Loa Healthcare Pricing to your client. Pick the one you use.
claude mcp add --transport http loa-healthcare-pricing https://www.loacare.com/api/mcpcodex mcp add loa-healthcare-pricing --url https://www.loacare.com/api/mcp{
"mcpServers": {
"loa-healthcare-pricing": {
"url": "https://www.loacare.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"loa-healthcare-pricing": {
"type": "http",
"url": "https://www.loacare.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"loa-healthcare-pricing": {
"url": "https://www.loacare.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"loa-healthcare-pricing": {
"serverUrl": "https://www.loacare.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
Loa Healthcare Pricing exposes 6 tools to a connected agent.
- search_cpt_codes
- `suggest_procedures`
- search_providers
- `search_hospitals`
- search_entities
- `get_entity_profile`
- get_entity_prices
- `get_hospital_pricing`
- get_market_pricing
- `get_pricing_estimate`
- explain_price_sources
- `submit_entity_update_request`
Score
62 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 34 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 28, 2026 |
| 1.0.0 | Jul 15, 2026 |