MCP connector

Remote (HTTP)

Connect any MCP client to the hosted AveTrust server at mcp.avetrust.net.

AveTrust hosts the MCP server at https://mcp.avetrust.net (Streamable HTTP). Point a compatible client at that URL instead of running the binary locally.

{
  "mcpServers": {
    "avetrust": {
      "url": "https://mcp.avetrust.net"
    }
  }
}

Authentication is handled by OAuth — on first connection the server redirects you to sign in, and the tools are then scoped to your organization.

Prefer the Claude connector

If your client is Claude, you don't need a config file — just add AveTrust as a connector by URL. See Claude connector.

Local vs remote

Local (stdio)Remote (HTTP)
AuthYour API key in envOAuth sign-in
RunsOn your machineHosted by AveTrust
Best forScripts, IDEs, CIClaude by URL, shared teams

Next steps

On this page