Vanta MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Legacy HTTP port (use MCP_PORT instead). | |
| MCP_HOST | No | Bind address for the server. | 0.0.0.0 |
| MCP_PORT | No | HTTP port for the server (also accepts legacy PORT variable). | 8010 |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR. | INFO |
| AUTH_TOKEN | No | If set, clients must send Authorization: Bearer <AUTH_TOKEN> to access /mcp and /sse endpoints. | |
| API_BASE_URL | No | Vanta API base URL for the default tenant. | https://api.vanta.com |
| TRANSPORT_MODE | No | Informational — both /mcp and /sse are always active. | streamable-http |
| OAUTH_CLIENT_ID | No | Default tenant: Vanta OAuth2 client ID (vci_...). Required for single-tenant mode if not using config/tenants.json. | |
| TIMEOUT_SECONDS | No | HTTP request timeout in seconds. | 60 |
| OAUTH_CLIENT_SECRET | No | Default tenant: Vanta OAuth2 client secret (vcs_...). Required for single-tenant mode if not using config/tenants.json. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/josh-thurston/MCP-Vanta'
If you have feedback or need assistance with the MCP directory API, please join our Discord server