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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |