trustlists
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@trustlistsAudit my package.json for vendor security"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What it does
The trustlists_ plugin gives your AI assistant access to thousands of public company trust center records and tools for mapping project dependencies to vendor security-documentation pages.
Tools
Tool | What it does | Cost |
| Search thousands of trust centers by name or domain | Free |
| Look up a single vendor by exact domain | Free |
| Filter by platform, listed framework, or CSA STAR level | Free |
| Audit | Free |
Skills
The plugin ships with skills your AI assistant uses automatically:
lookup-vendor - Find a vendor's trust center and listed frameworks
audit-dependencies - Map project dependencies to public trust center records
compliance-quick-check - Check whether a directory record lists a requested framework
Related MCP server: Depfender MCP Server
Example usage
In Cursor or Claude Code, just ask:
"Look up Stripe's trust center"
"Audit my package.json for vendor security"
"Does Datadog's trust center list HIPAA information?"
The AI uses the plugin's tools to answer with current public trustlists data. A directory record is a discovery aid, not an audit, certification, endorsement, or security rating.
Quick Install (Cursor, Claude Desktop, Claude Code)
Add this to your MCP config and restart:
{
"mcpServers": {
"trustlists": {
"command": "npx",
"args": ["-y", "@trustlists/mcp"]
}
}
}App | Config location |
Cursor | Settings → MCP → Edit config (or |
Claude Desktop |
|
Claude Code |
|
Full installation guide → (includes troubleshooting)
Pricing
The four directory tools are free and require no trustlists account. SOC 2 analysis and other account-based workflows live in trustlists Companion.
Free MCP tools - Search, lookup, browse, and dependency mapping
Companion - Account-based SOC 2 analysis, favorites, sharing, and vendor follow-up
Visit the MCP overview for setup and tool details, or trustlists.org for the full directory and Companion subscriptions.
Development
# Install dependencies
npm install
# Build the MCP server
npm run build
# Test locally
npm run test:localSee docs/development.md for the full development guide.
License
Apache 2.0. See LICENSE and NOTICE.
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI agents to query trust scores for MCP servers and agent skills while scanning content for potential security issues. It provides direct access to the Vigile trust registry to help users evaluate the safety of third-party tools and integrations.991MIT
- AlicenseNot gradedqualityBmaintenanceEnables users to scan software packages for data exfiltration and security threats directly within their IDE across npm, PyPI, Cargo, and Maven ecosystems. This tool helps ensure the safety of project dependencies by identifying potential risks before they are integrated.MIT
- FlicenseNot gradedqualityBmaintenancePassive website security and trust auditor that checks for security, SEO, AI surface, email, and other exposures, producing a score and remediation plan.
- AlicenseNot gradedqualityAmaintenanceEnables users to look up package versions, scan for vulnerabilities, and analyze dependencies across multiple registries (npm, Maven, PyPI, etc.) using exact version recommendations for security.4MIT
Related MCP Connectors
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trustlists/trustlists-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server