Vault Docs MCP
The Vault Docs Model Context Protocol (MCP) allows LLM clients to directly access official Vault documentation. It’s intended to be used as a reference for LLMs, and does not provide the ability to perform actions in Vault.
See the guides for detailed instructions on how to connect the Vault Docs MCP to your favorite LLM.
The Vault Docs MCP contains the tools listed below. These tools can search general and limited Release documentation, with the exception of VAPIL, which can only search general release documentation. Learn more about Vault Releases in Vault Help
Search Developer Docs
Section link for Search Developer DocsUse the search_developer_docs tool to search Vault Developer Portal for information about features such as Vault Java SDK, Vault API, Metadata Definition Language (MDL), Vault Query Language (VQL), and Direct Data API.
For Vault API endpoint references, use the search_api_reference tool.
For Vault Java SDK Javadocs, use the search_sdk_javadocs tool.
Search API Reference
Section link for Search API ReferenceUse the search_api_reference tool to search for specific, technical information in the Vault API Reference. This tool can retrieve:
- Endpoint request details (including URI paths, headers, and parameters)
- Endpoint response details (including returned attributes and response structure)
- Response Status details and error type information
Search SDK Javadocs
Section link for Search SDK JavadocsUse the search_sdk_javadocs tool to search the Vault Java SDK Javadocs.This tool can retrieve:
- Package overviews
- Field and constructor information
- Method details (including parameters, return types, and exceptions thrown)
- Class and interface descriptions
- Code examples
Search VAPIL Javadocs
Section link for Search VAPIL JavadocsUse the search_vapil_javadocs tool to search the VAPIL Javadocs
- Package overviews
- Field and constructor information
- Method details (including parameters, return types, and exceptions thrown)
- Class and interface descriptions
- Code examples
- Code examples
- An overview of VAPIL
Search Vault Help Docs
Section link for Search Vault Help DocsUse the search_vault_help_docs tool to search for information in the Platform Vault Help Docs
- Information on how to configure Vault
- Information on how to use Vault
- An overview of Vault Features and configuration options