VA Healthcare Facilities
VA facility locations, services, wait times, and satisfaction scores
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
VA facility locations, services, wait times, and satisfaction scores
Server tool list (3)
Raw names from tools/list. Only developers need these.
| find_va_facilities | Find VA (Department of Veterans Affairs) facilities by location. Search for VA medical centers, clinics, benefits offices, cemeteries, and vet centers. At least one location parameter should be provided. Args: state: Two-letter state abbreviation (e.g., "CA", "TX"). city: City name to search in. zip_code: 5-digit ZIP code to search near. facility_type: Type of facility — "health" (medical centers/clinics), "benefits" (regional benefits offices), "cemetery" (national cemeteries), or "vet_center" (readjustment counseling). Default "health". limit: Maximum number of results (default 25, max 200). |
| get_facility_detail | Get detailed information for a specific VA facility. Returns comprehensive facility data including address, contact info, operating hours, services offered, patient wait times, and patient satisfaction scores. Args: facility_id: The VA facility ID (e.g., "vha_648", "vba_310", "nca_907"). Obtain from find_va_facilities results. |
| get_facility_services | Get the list of services offered at a specific VA facility. Returns all healthcare and administrative services available at the facility, including specialty care, mental health, dental, pharmacy, and other clinical services. Args: facility_id: The VA facility ID (e.g., "vha_648"). Obtain from find_va_facilities results. |