MCP server setup
Updated July 8, 2026
mcpsetup
MCP server setup
Add Trustiry to any MCP client:
{
"mcpServers": {
"trustiry": {
"command": "node",
"args": ["/opt/trustiry/apps/trustiry-mcp/dist/index.js"],
"env": { "TRUSTIRY_API_BASE": "https://trustiry.com/api" }
}
}
}
The public tools work without a key; add TRUSTIRY_API_KEY for the metered /v1 endpoints.