Search source-labeled hospital prices, CPT codes, providers, and healthcare cost estimates.
MCPpedia last refreshed this data
io.github.aanari/loacare-healthcare-pricing is an MCP server that search source-labeled hospital prices, CPT codes, providers, and healthcare cost estimates. Its tool list has not been published yet, requires no API key, and scores 31/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"loacare": {
"url": "https://www.loacare.com/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server for Withings health data — sleep, activity, heart, and body metrics.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
MCP Security Weekly
Get CVE alerts and security updates for io.github.aanari/loacare-healthcare-pricing and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
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.
The server supports workflows for:
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_requestThe public discovery methods initialize, notifications/initialized, ping, and tools/list can be used without authentication. Tool execution remains OAuth-protected.
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.
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.