trust-mcp
Related Servers
Alternatives to trust-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.125 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT

nanmesh-mcpofficial
AlicenseAqualityCmaintenanceMCP server for NaN Mesh, enabling AI agents to search entities, cast trust reviews, register agents, post content, and query trust scores from the AI trust network.3125 npm1MIT- FlicenseNot gradedqualityDmaintenanceTrust infrastructure for AI agents enabling directory browsing, agent submission/verification, job applications, and peer feedback exchange via MCP.-
- AlicenseAqualityAmaintenanceMCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.822 npm1MIT

@vorionsys/mcp-serverofficial
AlicenseAqualityBmaintenanceMCP server for AI-agent governance using trust scoring, behavioral signals, and pre-flight action checks.1013 npm1Apache 2.0
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: lookup retrieves trust scores, register adds an agent, review submits a review, and list enumerates agents. No overlap or ambiguity exists.
All tools follow a consistent 'trust_verb' pattern using snake_case. The verb is always a clear action, making the API predictable and easy to navigate.
With only 4 tools, the server is tightly scoped to its purpose of managing trust scores and reviews. Each tool contributes to a clear workflow without redundancy.
The core lifecycle is covered: register, look up, review, and list. Minor gaps include no tool to update or delete a review or modify agent registration, but these are not essential for a simple trust registry.