Guide

MCP setup for ProxVanta.

ProxVanta is exposed as a hosted MCP server. That means the setup shape is usually the same across clients: use the server URL, choose streamable HTTP, and provide bearer auth or OAuth.

Connection shape

Server URL: https://api.proxvanta.com/mcp Transport: Streamable HTTP Authorization: Bearer <organization-api-key-or-oauth-token>
  1. Use the hosted HTTPS endpoint instead of a local stdio command.
  2. Choose the client's MCP or connector flow when it exists.
  3. Provide a bearer token secret or complete OAuth if the client supports it.
  4. Start with one simple ProxVanta prompt to confirm the connection works.

Where this helps

  • Codex and Cursor style MCP settings
  • Generic MCP connection forms
  • UI-first client integrations that ask for a server URL and bearer token

If your client has a dedicated ProxVanta install page on this site, prefer that flow first. Use this shared MCP shape when you are configuring a different MCP-capable client.