MCP Server

Connecting to TrustAI MCP Server

circle-info

If securing an agent platform (like ChatGPT, Claude Desktop, Databricks, etc), you must setup a custom external MCP connection.

  • When configuring OAuth for the MCP connection (see MCP Server for more details), be sure to use the same registered application's OAuth details provided earlier to TrustLogix.

  • This ensures the proper agent identity is propagated at decision time and is correctly correlated with activity logs from other registered systems.

The MCP URL is custom for each agent, and follows the following pattern:

https://{tlx-mcp-host}/tenants/{tenant-id}/agents/{agent-id}/mcp

  • If securing a custom agent, developers must implement an additional MCP Client connection in the agent code.

  • Ensure that the end-user's OAuth token is passed in the Authorization header to properly propagate end user identities.

circle-exclamation

Last updated

Was this helpful?