Integrations
Use Trusteed inside Claude and ChatGPT
Connect once with your Trusteed portal account. Ask for security summaries, findings, compliance gaps, and scans without leaving the chat.
Before you start
What you need
- An active Trusteed organization and a portal user (email + password; MFA if enabled).
- Network access to
https://mcp.trusteed.ioandhttps://app.trusteed.io. - For Claude Code: Claude Code with plugin support.
For ChatGPT: a plan that allows Developer mode (Pro / Team / Enterprise / Edu).
Trusteed MCP does not create users. Sign in with an existing portal account.
| Field | Value |
|---|---|
| MCP server URL | https://mcp.trusteed.io/mcp |
| Auth | OAuth 2.1 + PKCE (Trusteed login) |
| Optional Client ID | f5f30ba8-da81-40ef-8e75-aaf98f75f324 (public client; leave secret empty) |
| Official registry | io.github.trusteed-io/trusteed-mcp |
Claude.ai / Claude Desktop
Connect Claude (web or desktop)
Add Trusteed as a custom connector, then authorize in the browser.
- 01Open Claude → Settings → Connectors (or Customize → Connectors).
- 02Choose Add custom connector.
- 03Enter:
- Name: Trusteed
- Remote MCP server URL:
https://mcp.trusteed.io/mcp
- 04Open Advanced (if shown):
- OAuth Client ID:
f5f30ba8-da81-40ef-8e75-aaf98f75f324 - OAuth Client Secret: leave empty
- OAuth Client ID:
- 05Save / Connect. Complete Trusteed login and Authorize.
- 06In a new chat, enable the Trusteed connector and ask, for example: “Use Trusteed get_connection_status and get_security_summary.”
Claude Code
Install the Trusteed plugin in Claude Code
One marketplace install wires the remote MCP endpoint and OAuth client for you.
- 01In Claude Code, run:
/plugin marketplace add trusteed-io/trusteed-mcp-plugin /plugin install trusteed-mcp@trusteed - 02Authenticate:
/mcp - 03Select trusteed, finish browser login with your Trusteed account, return to Claude Code.
- 04Try a skill or prompt:
or: “Call Trusteed get_security_summary for my tenant.”/trusteed-mcp:security-overview
Update / reinstall
/plugin marketplace update trusteed
/plugin uninstall trusteed-mcp@trusteed
/plugin install trusteed-mcp@trusteedChatGPT
Connect ChatGPT (developer-mode app)
ChatGPT Apps use the same Trusteed MCP URL. Enable Developer mode, create an app, then authorize with Trusteed.
- 01ChatGPT → Settings → Security and login → turn on Developer mode. If the toggle is missing, ask your workspace admin.
- 02Open chatgpt.com/plugins (or Settings → Plugins).
- 03Click + to create a developer-mode app.
- 04Enter:
Field Value Name Trusteed Description Security summary, findings, compliance gaps, and scans for your Trusteed tenant. MCP server URL https://mcp.trusteed.io/mcp - 05Create the app. Complete Trusteed OAuth when prompted.
- 06In a new chat: + → More → enable Trusteed.
- 07Prompt: “Use Trusteed get_connection_status and get_security_summary.”
Notes for ChatGPT
- Prefer chat / developer tools. Deep Research “company knowledge” expects optional
search/fetchtools Trusteed does not expose yet. - If the UI shows a Redirect URL, Trusteed already allows
https://chatgpt.com/connector/oauth/...and the legacyconnector_platform_oauth_redirectcallback. - After tool changes on our side, open the app → Refresh.
Guide repo: github.com/trusteed-io/trusteed-chatgpt-plugin
What you can ask
Example prompts
After Trusteed is connected, try:
- “What’s my Trusteed connection and subscription status?”
- “Give me a security summary and explain the top risks.”
- “List critical and high findings.”
- “Show compliance control gaps.”
- “Start a scan on asset <id>. (write action — confirm if asked)”
| Capability | Tools (examples) |
|---|---|
| Posture | get_security_summary, explain_risk |
| Assets & findings | search_assets, list_findings, get_finding |
| Compliance | get_compliance_status, list_control_gaps |
| Scans | get_scan_status, start_scan, cancel_scan |
| Cloud link | connect_cloud_account (opens hosted Trusteed UI — never paste cloud secrets in chat) |
Troubleshooting
Common fixes
| Symptom | What to do |
|---|---|
| Auth / Client ID error (Claude) | Paste Client ID in connector Advanced; secret empty; reconnect |
| Login rejected | Use an existing verified Trusteed user; complete MFA if enabled |
| Tools missing | Re-enable connector/plugin; ChatGPT: Refresh app; Claude Code: /reload-plugins |
| 401 after connect | Disconnect and reconnect to refresh OAuth tokens |
| ChatGPT can’t create app | Enable Developer mode; confirm plan / admin policy |
| Wrong diagnosis about MCP_TENANT_KEY_… | Ignore — that is an internal server key. Reconnect OAuth; contact support if tools still fail |
Support: support@trusteed.io · Product: trusteed.io · Registry: search Trusteed or io.github.trusteed-io/trusteed-mcp on registry.modelcontextprotocol.io