{
  "markdown": "# Loa Healthcare Pricing MCP Server\n\nLoa'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.\n\n- [Live MCP documentation](https://www.loacare.com/mcp)\n- [Official MCP Registry listing](https://registry.modelcontextprotocol.io/?q=io.github.aanari%2Floacare-healthcare-pricing)\n- [Healthcare pricing API](https://www.loacare.com/api-partnership)\n- [Downloadable U.S. healthcare price benchmark dataset](https://github.com/aanari/loa-healthcare-price-benchmarks)\n- [Data sources and methodology](https://www.loacare.com/methodology)\n- [Procedure price guides](https://www.loacare.com/prices)\n- [U.S. healthcare provider directory](https://www.loacare.com/providers)\n- [U.S. hospital directory](https://www.loacare.com/hospitals)\n\n## Remote endpoint\n\n```text\nhttps://www.loacare.com/api/mcp\n```\n\nThe hosted server uses Streamable HTTP. Clients should complete the server's advertised OAuth flow when a tool call requires authentication.\n\n### Native remote configuration\n\nUse this configuration with clients that support remote MCP server URLs:\n\n```json\n{\n  \"mcpServers\": {\n    \"loacare\": {\n      \"url\": \"https://www.loacare.com/api/mcp\"\n    }\n  }\n}\n```\n\nFor clients that require a local command, use the `mcp-remote` bridge:\n\n```json\n{\n  \"mcpServers\": {\n    \"loacare\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://www.loacare.com/api/mcp\"\n      ]\n    }\n  }\n}\n```\n\nSee the [live MCP documentation](https://www.loacare.com/mcp) for current authentication, rate-limit, and troubleshooting guidance.\n\n## Available workflows\n\nThe server supports workflows for:\n\n- Searching medical procedure billing codes.\n- Finding U.S. healthcare providers and hospitals.\n- Resolving source-labeled Loa entity profiles.\n- Comparing published hospital price-transparency rows and available provider prices.\n- Explaining price provenance and source labels.\n- Submitting authenticated provider or hospital corrections for Loa review.\n\n## Available tools\n\nThe production server currently advertises 12 tools:\n\n- `search_cpt_codes`\n- `suggest_procedures`\n- `search_providers`\n- `search_hospitals`\n- `search_entities`\n- `get_entity_profile`\n- `get_entity_prices`\n- `get_hospital_pricing`\n- `get_market_pricing`\n- `get_pricing_estimate`\n- `explain_price_sources`\n- `submit_entity_update_request`\n\nThe public discovery methods `initialize`, `notifications/initialized`, `ping`, and `tools/list` can be used without authentication. Tool execution remains OAuth-protected.\n\n## Data scope\n\nLoa 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.\n\n## Registry metadata\n\n[`server.json`](./server.json) is the public metadata submitted to the official MCP Registry under `io.github.aanari/loacare-healthcare-pricing`.\n\nThis repository publishes integration metadata and documentation for Loa's hosted MCP server. The production application source is maintained separately.\n",
  "bytes": 3280,
  "sha": "cbb56854aa5790ea1cbd40e2ae408e04605699352057e646cf805492e253c61e",
  "repo_slug": "aanari/loacare-healthcare-pricing",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aanari_loacare_healthcare_pric_08818161/readme"
}