Serversio.github.carhaix/proxvanta
P

ProxVanta

io.github.carhaix/proxvanta · v0.2.0
● Remote
v0.2.0remote🌐 https://api.proxvanta.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.carhaix/proxvanta",
  "description": "Access your ProxVanta AI setup: teams, contexts, workflows, tools, and more.",
  "title": "ProxVanta",
  "repository": {
    "url": "https://github.com/carhaix/proxvanta-mcp",
    "source": "github"
  },
  "version": "0.2.0",
  "websiteUrl": "https://www.proxvanta.com/guides/what-is-proxvanta-mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.proxvanta.com/mcp",
      "headers": [
        {
          "description": "Bearer token for ProxVanta access. Use an OAuth access token or an exported ProxVanta organization API key.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}