Vital Care Finder

공식

의사, 치과의사, 간호사 예약을 찾고 예약하세요. 미국 내 2백만 개 이상의 제공자를 보험 및 비용별로 확인할 수 있습니다.

Vital Care Finder MCP(으)로 무엇을 할 수 있나요?

  • 전문 분야와 위치로 의사 찾기 — "90210 근처 심장 전문의"를 요청하면 find_doctor가 거리, 평점, 탭하여 전화 기능과 함께 최대 8명의 순위가 매겨진 제공자를 반환합니다.
  • 보험과 제공자 매칭 — 보험사(예: "Aetna")를 공유하거나 find_insurance_plan을 통해 특정 플랜을 확인하여 순위가 매겨진 의사 중 본인 보험이 적용되는 의사를 확인하세요.
  • 임상 상황과 연령으로 필터링 — 증상이나 환자 연령을 제공하면 find_doctor가 해당 질환을 치료하지 않거나 환자 연령대에 맞지 않는 진료소를 제외합니다.
  • 채팅 내에서 제공자 비교 및 전화 — 지도, 자격 증명, 전화번호가 포함된 대화형 카드를 검토한 후 대화를 떠나지 않고 바로 전화하세요.

문서

Ask your assistant to find a care provider, and it can search Vital Care Finder for providers near you, matched against your insurance if you share it - returning an interactive card with ranked providers you can compare and call directly, without leaving the conversation. Vital Care Finder is available for US locations only.

Available tools

The server exposes two tools. Your AI assistant decides when to call them and extracts the parameters below from your conversation - you don't fill anything in yourself. The tables describe what each tool receives so you can see what data your assistant sends to Vital.

find_doctor

Searches for care providers matching a specialty near a US location. Returns up to 8 ranked providers - each with name and credentials, specialty, distance, phone number, insurance-match signal, star rating, and treatment focus - rendered as an interactive card with a map and tap-to-call.

ParameterRequiredDescription
specialtyYesA medical specialty as clinical terminology (e.g. "Cardiovascular Disease Physician"). Your assistant translates everyday phrasing like "heart doctor" before calling.
searchLocationYesWhere the user wants to find care, as a US ZIP code ("90210") or city with state ("Phoenix, AZ"). Not necessarily the user's current location.
insurancePlanIdNoA specific plan confirmed via find_insurance_plan, used to match providers at the plan level.
insuranceCarrierNoThe user's insurance carrier name (e.g. "Aetna", "UnitedHealthcare", "Anthem Blue Cross Blue Shield"), used when no specific plan has been confirmed. Carrier only - not the plan name or type. Omitted for self-pay or uninsured.
clinicalContextNoThe reason for the appointment (condition, symptoms, treatment sought), used to check fit against the conditions a provider treats.
patientAgeNoThe patient's age, used to drop age-inappropriate practices - for example, pediatric-only clinics for adult patients or geriatric-only practices for younger patients.

find_insurance_plan

Matches a plain-language description of your health insurance to specific plans in Vital's insurance catalog, so find_doctor can match providers who accept your insurance at the plan level. Returns up to 10 ranked candidate plans - each with carrier, plan name, plan type, and state - for you to confirm against your insurance card.

ParameterRequiredDescription
carrierYesThe user's insurance carrier name only (e.g. "Aetna", "Humana", "Anthem Blue Cross Blue Shield", "UnitedHealthcare", "Cigna"). Never includes the plan name or plan type.
planNameNoA specific plan name and/or plan type, if the user mentioned one (e.g. "PPO", "AARP Medicare Advantage", "Choice Plus HMO").
stateNoA US state as a 2-letter USPS code (e.g. "TX", "CA"), used to prioritize plans issued there.
offsetNoFetches the next batch of candidate plans if none of the first matches.

How to connect

ChatGPT

Vital Care Finder is available in the ChatGPT Plugin Directory - open the listing and connect it, or search for Vital Care Finder in ChatGPT's plugins. Then just ask ChatGPT to help you find a doctor.

Claude

Vital Care Finder is available in the Claude Connectors directory at claude.com. Add it from Settings → Connectors, then ask Claude to find a doctor near you.

Other MCP clients

Any client that supports MCP over Streamable HTTP can connect using this configuration:

{
  "mcpServers": {
    "vital-care-finder": {
      "url": "https://mcp.vital.io"
    }
  }
}

The server uses a stateless transport with no login required - you can search without signing in.

Good to know

  • US only. Searches outside the United States return an error.
  • Search only. The tools are read-only: they search and display providers. No bookings are made, and nothing is written on your behalf. Calls are placed by your own phone direct to the clinic - Vital is not on the line.
  • Not medical advice. Vital Care Finder is a provider directory, not a source of diagnosis or treatment recommendations. If this is an emergency, call 911.
  • Confirm with the clinic. Provider details - including insurance network status, ratings, and availability - can change. Always confirm with the clinic before your visit.