Back to Browse

Trusteed Mcp Plugin MCP Server

Developer ToolsLow Risk10.0RemoteNew
Free

CTEM for your Trusteed tenant: security summary, findings, compliance gaps, and scans via OAuth.

About

CTEM for your Trusteed tenant: security summary, findings, compliance gaps, and scans via OAuth.

Remote endpoints: streamable-http: https://mcp.trusteed.io/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-trusteed-io-trusteed-mcp": {
      "url": "https://mcp.trusteed.io/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Trusteed Claude Marketplace

Official Trusteed plugins for Claude Code and Claude Cowork.

This repository is a Claude plugin marketplace. It packages the Trusteed remote MCP server so teams can install it with a single plugin command.

ItemValue
Marketplace nametrusteed
Plugintrusteed-mcp
MCP endpointhttps://mcp.trusteed.io/mcp
TransportStreamable HTTP (type: http)
AuthOAuth 2.0 (Trusteed portal login)

OAuth Client ID (required for Claude.ai connectors)

Trusteed uses a static public PKCE client (no secret). If Claude shows “Automatic client registration isn’t supported… add an OAuth Client ID”, paste:

f5f30ba8-da81-40ef-8e75-aaf98f75f324

Claude.ai / Desktop custom connector

  1. Settings → Connectors → Add custom connector
  2. MCP URL: https://mcp.trusteed.io/mcp
  3. Advanced → OAuth Client ID: value above (leave Client Secret empty)
  4. Connect and sign in with an existing Trusteed portal account

Install (Claude Code plugin)

# Add this marketplace
/plugin marketplace add trusteed-io/trusteed-mcp-plugin

# Install the Trusteed MCP plugin
/plugin install trusteed-mcp@trusteed

Then authenticate:

/mcp

Select trusteed, complete the browser login with your existing Trusteed portal account, and return to Claude.

Local development test

claude --plugin-dir ./plugins/trusteed-mcp

Prerequisites

  1. An active Trusteed account (MCP does not create users).
  2. Claude Code (or Cowork) with plugin support.
  3. Network access to:
    • https://mcp.trusteed.io (MCP resource server)
    • https://app.trusteed.io (OAuth authorization server)

What you get

After install + OAuth, Claude can call Trusteed MCP tools for your tenant:

Read

  • get_security_summary — high-level posture
  • search_assets — inventory search
  • list_findings / get_finding — vulnerabilities
  • get_compliance_status / list_control_gaps — compliance
  • explain_risk — narrative risk summary
  • get_scan_status / get_connection_status — status

Write / action

  • start_scan / cancel_scan — on-demand scans
  • connect_cloud_account — hosted URL to connect cloud credentials (never through chat)

Bundled skills (examples):

  • /trusteed-mcp:security-overview
  • /trusteed-mcp:findings-triage
  • /trusteed-mcp:connect-cloud

Repository layout

.claude-plugin/marketplace.json     # marketplace catalog
plugins/trusteed-mcp/
  .claude-plugin/plugin.json        # plugin manifest
  .mcp.json                         # remote MCP + OAuth
  README.md                         # detailed plugin docs
  skills/                           # Claude skills

Website / how-to copy

Ready-to-publish page content (EN + TR) for Claude & ChatGPT setup:

Privacy

Trusteed processes security and asset data for your tenant according to our privacy policy:

Cloud credentials are entered only on hosted Trusteed pages; they are never sent through the MCP chat channel.

Support

License

Apache-2.0 — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!