Skip to main content
Glama
department-of-veterans-affairs

Vista API MCP Server

Official

Welcome to Vista API MCP Server

This repository contains documentation about a Model Context Protocol (MCP) server that provides secure access to VA's VistA electronic health record (EHR) system, enabling AI applications to retrieve and summarize patient medical records for clinical staff.

Overview

The Vista API MCP Server enables Large Language Models (LLMs) to securely access VistA by acting as a bridge that safely connects LLMs to patient medical records and clinical documentation. The server can be consumed by multiple AI applications, like AI Assist, to perform summarization or other LLM-enabled tasks.

What is an MCP server?

Model Context Protocol (MCP) servers follow a standardized protocol to expose resources, tools, and prompts to AI applications. They act as bridges that allow AI applications to access external capabilities without each application needing to implement custom integrations.

In this case, our MCP server converts VistA's legacy data formats for contemporary AI applications. VistA contains large amounts of patient data that is difficult to access programmatically. The MCP server allows authorized AI applications to access this rich clinical data without requiring each application to understand VistA's specific database structure or APIs.

Healthcare data is notoriously complex—lab results, medication histories, diagnostic imaging, and clinical notes all have different formats. The MCP server standardizes how this data is presented to AI applications, making it easier to build clinical tools.

How is an MCP server different from an LLM?

The MCP server acts as a secure data gateway that retrieves specific patient information from VistA and formats it for an LLM. The LLM can then process and generate human-like text responses based on prompts. The distinction is that the LLM does not directly access VistA or understand medical record formats, the MCP server is the bridge.

What’s the value of this MCP server?

Without an MCP server, teams would need to build VistA integration directly into each AI application, leading to technical debt, security risks, and development inefficiencies.

Whereas, any application that supports Model Context Protocol can consume this server. Think of it as a reusable data service that multiple products can leverage while maintaining strict security boundaries. For example, a medication management tool and AI Assist could both use the same MCP server to access patient data without each building their own VistA integration. This approach is faster, more secure, and creates reusable infrastructure that accelerates future VA AI initiatives.

Related MCP server: DICOM MCP Server

Roadmap

Our roadmap provides an overview of how we plan to build this MCP server.

roadmap

Review our roadmap in VA Mural.

Get started

Connect with us

Reach out on Office of CTO Slack: #va-ai-chat-public

F
license - not found
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    Enables AI assistants to securely access Epic Healthcare Systems patient data through FHIR R4 API integration. Provides tools for searching patients, retrieving clinical summaries, vital signs, medications, and generating healthcare reports with HIPAA-compliant OAuth 2.0 authentication.
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to query, read, download, and move medical imaging data on DICOM servers (PACS, VNA) including patient searches, study retrieval, PDF report extraction, and image transfer to AI endpoints for analysis.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides seamless integration with FHIR APIs, enabling AI/LLM tools to search, retrieve, and analyze clinical healthcare data with support for SMART-on-FHIR authentication and multiple transport protocols.
    7
    129
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Guardrailed FHIR access for AI agents: PHI redaction, audit trail, step-up auth, tenant isolation

  • Hosted MCP server exposing US hospital procedure cost data to AI assistants

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/department-of-veterans-affairs/octo-vista-api-x-mcp-server-example'

If you have feedback or need assistance with the MCP directory API, please join our Discord server