VA Facilities MCP connector
VA Facilities is the U.S. Department of Veterans Affairs API for accessing location and service information across the VA healthcare system. The VA Facilities MCP connector allows AI agents to search for facilities by geographic location or identifiers, retrieve detailed information about specific facilities, and apply filters to narrow results. It also supports bulk downloads of all facility data and facility IDs across the entire VA network.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the VA Facilities MCP connector to perform the following actions:
- Locate VA facilities nearest to a veteran's home address within driving time
- Identify which VA health services are available at specific facility locations
- Download complete facility inventory to populate internal scheduling systems
- Search for VA facilities offering specialized care in a geographic region
- Route veterans to accessible facilities based on service availability and distance
- Audit facility records by syncing all VA location data to compliance databases
- Match veteran appointments to appropriate facilities with required medical services
Example prompts
Use the following example prompts to invoke VA Facilities MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all VA facilities within 30 minutes driving distance from Boston.Which VA health facilities offer mental health services in California.Get a complete list of all VA facility IDs and their locations.Find VA facilities near zip code 60601 that provide primary care.Download information for every VA facility in the system.What VA facilities are reachable by car within one hour from Denver?List all VA facilities offering orthopedic surgery in Texas.Retrieve detailed information about the VA facility in Seattle.Which VA facilities near my address have same-day appointment availability.Export all VA facility data including hours of operation and services.
VA Facilities MCP connector tools
The VA Facilities MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getFacilitiesByLocation | Queries VA facilities by geographic location or facility identifiers with optional filtering criteria. |
| getAllFacilities | Downloads comprehensive information for all VA facilities in a single bulk request. |
| getFacilityById | Retrieves detailed information for a single VA facility using its unique identifier. |
| getFacilityIds | Downloads a complete list of all VA facility identifiers in bulk format. |
| getNearbyFacilities | Finds all VA health facilities accessible by driving within a specified time duration. |