Vista API Server
FreeNot checkedProvides secure access to VA's VistA electronic health record system, enabling AI applications to retrieve and summarize patient medical records for clinical st
About
Provides secure access to VA's VistA electronic health record system, enabling AI applications to retrieve and summarize patient medical records for clinical staff.
README
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.
Roadmap
Our roadmap provides an overview of how we plan to build this MCP server.

Review our roadmap in VA Mural.
Get started
- Development guide - Setup instructions and development workflows
- Deployment guide - Production deployment instructions
- Test data guide - Test patient IDs and sample data
- Logging guide - Logging configuration and best practices
- Troubleshooting guide - Common issues and solutions
- Data models reference - Complete data structure documentation
Connect with us
Reach out on Office of CTO Slack: #va-ai-chat-public
from github.com/department-of-veterans-affairs/octo-vista-api-x-mcp-server-example
Installing Vista API Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/department-of-veterans-affairs/octo-vista-api-x-mcp-server-exampleFAQ
Is Vista API Server MCP free?
Yes, Vista API Server MCP is free — one-click install via Unyly at no cost.
Does Vista API Server need an API key?
No, Vista API Server runs without API keys or environment variables.
Is Vista API Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Vista API Server in Claude Desktop, Claude Code or Cursor?
Open Vista API Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Vista API Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
