# VA Healthcare Facilities MCP server

VA facility locations, services, wait times, and satisfaction scores

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-va-healthcare
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/va-healthcare/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/va-healthcare/mcp

## Tools
- 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).
     Endpoint: https://mcp.olyport.com/va-healthcare/mcp
- 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.
     Endpoint: https://mcp.olyport.com/va-healthcare/mcp
- 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.
     Endpoint: https://mcp.olyport.com/va-healthcare/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 2, 2026
- Source: https://registry.modelcontextprotocol.io
