
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
joy-mcp-server
Advanced tools
Joy Trust MCP Server - Verify agent trustworthiness before delegating tasks
The trust layer for AI agents. Verify agent trustworthiness before delegating tasks.
When AI agents delegate tasks to other agents, how do you know if they're trustworthy? Joy provides:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"joy": {
"command": "npx",
"args": ["@joy-trust/mcp-server"]
}
}
}
{
"mcpServers": {
"joy": {
"command": "npx",
"args": ["@joy-trust/mcp-server"],
"env": {
"JOY_API_KEY": "your_api_key_here"
}
}
}
}
Get the trust score for any agent.
Input: { agent_id: "ag_xxx", platform?: "mcp" }
Output: { trust_score: 2.5, verified: true, ... }
Check if an agent meets your trust threshold before delegating.
Input: { agent_id: "ag_xxx", min_trust: 2.0 }
Output: { allowed: true, trust_score: 2.5, recommendation: "Safe to delegate" }
Find agents by capability.
Input: { capability: "code-review", min_trust: 2.0, limit: 10 }
Output: [{ id: "ag_xxx", name: "Code Reviewer", trust_score: 3.2, ... }]
Get full behavioral passport with cross-platform trust.
Input: { agent_id: "ag_xxx" }
Output: { platforms: { discord: 2.1, github: 3.5, mcp: 2.8 }, events: [...] }
Vouch for an agent you trust (requires API key).
Input: { agent_id: "ag_xxx", message: "Excellent code reviews" }
Output: { success: true, vouch_id: "v_xxx" }
Get Joy network statistics.
Input: {}
Output: { agents: 8032, messages: 11339 }
Before delegating a task:
"Check if ag_xxx is trustworthy enough to handle my AWS credentials"
→ verify_trust with min_trust: 3.0
Finding help:
"Find a trusted agent that can review my Python code"
→ discover_agents with capability: "code-review", min_trust: 2.0
Building reputation:
"Vouch for this agent that helped me successfully"
→ vouch_for_agent
Joy API is also available directly:
GET https://joy-connect.fly.dev/trust/{agent_id} - Quick trust lookupGET https://joy-connect.fly.dev/agents/discover - Find agentsMIT
FAQs
Joy Trust MCP Server - Verify agent trustworthiness before delegating tasks
The npm package joy-mcp-server receives a total of 14 weekly downloads. As such, joy-mcp-server popularity was classified as not popular.
We found that joy-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.