Guide

What is ProxVanta MCP?

You can access your Agent Contexts through the ProxVanta MCP (Model Context Protocol) server. This is the hosted surface for ProxVanta. It gives MCP-capable clients a secure way to access ProxVanta Agent Contexts.

If you are not familiar with this concept, it is a way to connect what you have setup within ProxVanta; your agent contexts, workflows and so on - to any of your AI clients; Cursor, Claude, ChatGPT etc. that support MCP.

Core details

Server URL
https://api.proxvanta.com/mcp
Transport
Streamable HTTP over the hosted ProxVanta endpoint.
Auth
OAuth or bearer token using an exported ProxVanta organization API key.

Available Tools

These are the main MCP tools ProxVanta exposes and what each one does. Some are tools you will use directly, and some support the experience behind the scenes.

MCP Tool: proxvanta_use_agent_context

Use Agent Context

The main tool for doing real work with ProxVanta. Use it when you want ProxVanta to help with a task, either with a named Agent Context or by routing the task for you.

Use ProxVanta designer review this onboarding flow
Use ProxVanta route this launch plan through the right Agent Contexts
Use ProxVanta product-manager turn this feature idea into a ticket
Use ProxVanta designer+growth-lead review this pricing page and suggest improvements
Use ProxVanta designer@2 review these designs against the updated style guide

MCP Tool: proxvanta_list_agent_contexts

List Agent Contexts

Shows the Agent Contexts your team can use. This is a good starting point when you want to see what is available before choosing one.

Use ProxVanta list the available Agent Contexts

MCP Tool: proxvanta_get_agent_context

Get Agent Context

Returns the compiled Agent Context itself. This is more useful when a client or workflow needs the reusable context directly instead of asking ProxVanta to handle a task for you.

MCP Tool: proxvanta_start_prompt_session

Start Prompt Session

Keeps one Agent Context active for the rest of the thread so follow-up requests stay in that mode.

Use ProxVanta software-engineer in this thread for follow-up implementation work

MCP Tool: proxvanta_recommend_agent_context

Recommend Agent Context

Suggests which Agent Context should help with a task when you want guidance before choosing one.

Use ProxVanta recommend the best Agent Context for reviewing this pricing page

MCP Tool: proxvanta_save_feedback_to_draft

Save Feedback To Draft

Saves confirmed feedback into a private Agent Context draft so the context can improve over time.

MCP Tool: proxvanta_confirm_guardrail

Confirm Guardrail

Handles guardrail confirmation when ProxVanta needs an explicit user approval step before continuing.

MCP Tool: proxvanta_report_agent_context_usage

Report Agent Context Usage

Reports usage metadata back to ProxVanta after a client uses an Agent Context.