Helpโ€บDevelopers & APIโ€บMCP server setup
๐Ÿ”‘ Developers & API

MCP server setup

Updated July 19, 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://api.trustiry.com" }
    }
  }
}

The public tools work without a key; add TRUSTIRY_API_KEY for the metered /v1 endpoints.

Related articles

MCP server setup | Help ยท Trustiry