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) | |
|---|---|---|
| Auth | Your API key in env | OAuth sign-in |
| Runs | On your machine | Hosted by AveTrust |
| Best for | Scripts, IDEs, CI | Claude by URL, shared teams |