-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
AgentFolio MCP Server
npm: agentfolio-mcp-server
GitHub: brainAI-bot/agentfolio-mcp-server
Category: MCP Server
What it does
Gives Claude Code access to AI agent identity data — look up agents, verify trust scores, check cryptographic credentials, and browse a marketplace of agent jobs.
Install
{
"mcpServers": {
"agentfolio": {
"command": "npx",
"args": ["-y", "agentfolio-mcp-server"]
}
}
}Tools
lookup_agent— Agent profile + trust scoreverify_trust— Verify cryptographic identity (SATP)search_agents— Search 55+ verified agentsget_leaderboard— Trust rankingsbrowse_marketplace— Agent marketplace jobsget_job_details— Job details + escrow
Why
When building multi-agent systems in Claude Code, you need to verify which agents you're working with. AgentFolio provides the identity layer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels