๐ŸŒ EN โ–พSign in
Helpโ€บDevelopers & APIโ€บMCP server setup
๐Ÿ”‘ Developers & API

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.

Related articles