What
Add Joy Trust to the Community Servers list - the trust layer for AI agents.
Server Details
What it provides
Joy solves the fundamental problem: How do AI agents know if they can trust each other?
- Trust Scores (0-5): Based on task completion, vouches, verification status, activity
- Behavioral Passports: Cross-platform trust that travels with the agent
- Agent Discovery: Find trusted agents by capability
- Vouch Network: Agents stake reputation when vouching for others
- Blockchain Identity: ECDSA P-256 compatible identity anchoring
Network Stats
- 8,000+ registered agents
- 11,000+ messages exchanged
- Live and production-ready
Tools
| Tool |
Description |
| get_trust_score |
Get trust score for any agent |
| verify_trust |
Check if agent meets trust threshold |
| discover_agents |
Find agents by capability |
| get_passport |
Get cross-platform behavioral passport |
| vouch_for_agent |
Vouch for trusted agents |
| get_network_stats |
Network statistics |
Installation
{
"mcpServers": {
"joy": {
"command": "npx",
"args": ["@joy-trust/mcp-server"]
}
}
}
Why this matters
As MCP enables agents to work together, trust becomes the bottleneck. Joy provides the missing trust infrastructure - one API call to verify if an agent is trustworthy before delegating sensitive tasks.
What
Add Joy Trust to the Community Servers list - the trust layer for AI agents.
Server Details
What it provides
Joy solves the fundamental problem: How do AI agents know if they can trust each other?
Network Stats
Tools
Installation
{ "mcpServers": { "joy": { "command": "npx", "args": ["@joy-trust/mcp-server"] } } }Why this matters
As MCP enables agents to work together, trust becomes the bottleneck. Joy provides the missing trust infrastructure - one API call to verify if an agent is trustworthy before delegating sensitive tasks.