{
  "markdown": "# Trusteed Claude Marketplace\n\nOfficial [Trusteed](https://trusteed.io) plugins for Claude Code and Claude Cowork.\n\nThis repository is a **Claude plugin marketplace**. It packages the Trusteed remote MCP server so teams can install it with a single plugin command.\n\n| Item | Value |\n|------|--------|\n| Marketplace name | `trusteed` |\n| Plugin | `trusteed-mcp` |\n| MCP endpoint | `https://mcp.trusteed.io/mcp` |\n| Transport | Streamable HTTP (`type: http`) |\n| Auth | OAuth 2.0 (Trusteed portal login) |\n\n## OAuth Client ID (required for Claude.ai connectors)\n\nTrusteed uses a **static public PKCE** client (no secret). If Claude shows\n“Automatic client registration isn’t supported… add an OAuth Client ID”, paste:\n\n```text\nf5f30ba8-da81-40ef-8e75-aaf98f75f324\n```\n\n**Claude.ai / Desktop custom connector**\n\n1. Settings → Connectors → Add custom connector  \n2. MCP URL: `https://mcp.trusteed.io/mcp`  \n3. Advanced → OAuth Client ID: value above (leave Client Secret empty)  \n4. Connect and sign in with an existing Trusteed portal account  \n\n## Install (Claude Code plugin)\n\n```bash\n# Add this marketplace\n/plugin marketplace add trusteed-io/trusteed-mcp-plugin\n\n# Install the Trusteed MCP plugin\n/plugin install trusteed-mcp@trusteed\n```\n\nThen authenticate:\n\n```bash\n/mcp\n```\n\nSelect **trusteed**, complete the browser login with your existing Trusteed portal account, and return to Claude.\n\n### Local development test\n\n```bash\nclaude --plugin-dir ./plugins/trusteed-mcp\n```\n\n## Prerequisites\n\n1. An active **Trusteed** account (MCP does **not** create users).\n2. Claude Code (or Cowork) with plugin support.\n3. Network access to:\n   - `https://mcp.trusteed.io` (MCP resource server)\n   - `https://app.trusteed.io` (OAuth authorization server)\n\n## What you get\n\nAfter install + OAuth, Claude can call Trusteed MCP tools for your tenant:\n\n**Read**\n\n- `get_security_summary` — high-level posture\n- `search_assets` — inventory search\n- `list_findings` / `get_finding` — vulnerabilities\n- `get_compliance_status` / `list_control_gaps` — compliance\n- `explain_risk` — narrative risk summary\n- `get_scan_status` / `get_connection_status` — status\n\n**Write / action**\n\n- `start_scan` / `cancel_scan` — on-demand scans\n- `connect_cloud_account` — hosted URL to connect cloud credentials (never through chat)\n\nBundled skills (examples):\n\n- `/trusteed-mcp:security-overview`\n- `/trusteed-mcp:findings-triage`\n- `/trusteed-mcp:connect-cloud`\n\n## Repository layout\n\n```text\n.claude-plugin/marketplace.json     # marketplace catalog\nplugins/trusteed-mcp/\n  .claude-plugin/plugin.json        # plugin manifest\n  .mcp.json                         # remote MCP + OAuth\n  README.md                         # detailed plugin docs\n  skills/                           # Claude skills\n```\n\n## Website / how-to copy\n\nReady-to-publish page content (EN + TR) for Claude & ChatGPT setup:\n\n- [docs/website/connect-claude-chatgpt.en.md](./docs/website/connect-claude-chatgpt.en.md)\n- [docs/website/connect-claude-chatgpt.tr.md](./docs/website/connect-claude-chatgpt.tr.md)\n\n## Privacy\n\nTrusteed processes security and asset data for your tenant according to our privacy policy:\n\n- https://trusteed.io/privacy (update if your public URL differs)\n\nCloud credentials are entered only on hosted Trusteed pages; they are never sent through the MCP chat channel.\n\n## Support\n\n- Email: support@trusteed.io\n- Product: https://trusteed.io\n- MCP service source: https://gitlab.com/trusteed/trusteed-mcp-service\n\n## License\n\nApache-2.0 — see [LICENSE](./LICENSE).\n",
  "bytes": 3528,
  "sha": "3372db38db3455ae13aae781f3a847c25031ee07e3f770f03a374ac9f066b2db",
  "repo_slug": "trusteed-io/trusteed-mcp-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_trusteed_io_trusteed_mcp_7d3fecd7/readme"
}