Skip to main content
Glama
VantaInc

Vanta MCP Server

Official
by VantaInc
api.ts543 B
type BaseApiUrl = | "https://api.vanta.com" | "https://api.eu.vanta.com" | "https://api.aus.vanta.com"; export function baseApiUrl(): BaseApiUrl { if (process.env.REGION) { if (process.env.REGION === "eu") { return "https://api.eu.vanta.com"; } else if (process.env.REGION === "aus") { return "https://api.aus.vanta.com"; } else if (process.env.REGION === "us") { return "https://api.vanta.com"; } throw new Error(`Invalid region: ${process.env.REGION}`); } return "https://api.vanta.com"; }

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/VantaInc/vanta-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server