Vault API MCP Config
Welcome to the Vault API 👋 When you're looking to connect to an API, the first step is authentication. Vault helps you handle OAuth flows, store API keys, and refresh access tokens from users (called consumers in Apideck). ## Base URL The base URL for all API requests is `https://unify.apideck.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apideck-com-vault.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apideck-com-vault.json to fetch programmatically.
{
"mcpServers": {
"apideck-com-vault": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-vault"],
"env": {
"VAULT_API_API_KEY": "your_vault_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apideck-com-vault.jsonEnvironment Variables
VAULT_API_API_KEYReplace your_vault_api_api_key with your actual vault api api key
Endpoints
/vault/authorize/{service_id}/{application_id}Authorize
/vault/callbackCallback
/vault/connectionsGet all connections
/vault/connections/{unified_api}/{service_id}Get connection
/vault/connections/{unified_api}/{service_id}Create connection
/vault/connections/{unified_api}/{service_id}Deletes a connection
/vault/connections/{unified_api}/{service_id}Update connection
/vault/connections/{unified_api}/{service_id}/importImport connection
/vault/connections/{unified_api}/{service_id}/tokenGet Access Token
/vault/connections/{unified_api}/{service_id}/{resource}/configGet resource settings