MCP connector
MCP connector
Drive AveTrust from Claude and any MCP client — 7 tools, local or remote.
The @avetrust/mcp connector exposes AveTrust as an
MCP server. Any MCP client — Claude Desktop,
Claude by URL, IDEs — can create verifications, read results and decide, in
natural language.
The 7 tools
| Tool | What it does |
|---|---|
create_verification | Create a session (choose checks, sandbox simulate) |
get_verification | Fetch a session summary |
get_result | Read the detailed result (checks + decision) |
list_verifications | List sessions, filter by status |
decide_verification | Approve or reject a session under review |
send_verification_link | Send the hosted link by email or SMS |
avetrust_status | Health/environment of the connected key |
Three ways to run it
Local (stdio)
Run avetrust-mcp on your machine with your API key.
Remote (HTTP)
Point a client at mcp.avetrust.net.
Claude connector
Add AveTrust to Claude by URL, with OAuth login.
Multi-tenant & safe by default
The connector is scoped to the API key it runs with. Live keys and PII access are
gated behind explicit flags (AVETRUST_ALLOW_LIVE, AVETRUST_ALLOW_PII) so an
assistant can't act in production or read personal data unless you allow it.