Vault Developer Docs MCP
The Vault Developer Docs Model Context Protocol (MCP) allows LLM clients to directly access Vault Developer Portal documentation. It’s intended to be used as a reference for LLMs, and does not provide the ability to perform actions in Vault.
The Vault Developer Docs MCP contains the following tools:
- retrieve_api_reference: Returns information from the Vault API Reference.
- retrieve_sdk_javadocs: Returns information from the Vault Java SDK Javadocs.
- retrieve_developer_docs: Returns information from this portal about developer features.
- retrieve_vapil_javadocs: Returns information from the VAPIL Javadocs
.
See the guides for detailed instructions on how to connect the Vault Developer Docs MCP to your favorite LLM.