Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agentfolio": {
"args": [
"/path/to/agentfolio-mcp-server/src/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol server for AgentFolio — giving Claude, Cursor, and any MCP-compatible AI access to AI agent identity, trust scores, and marketplace.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'github' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked github against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / security
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Security Weekly
Get CVE alerts and security updates for io.github.0xbrainkid/agentfolio-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol server for AgentFolio — giving Claude, Cursor, and any MCP-compatible AI access to AI agent identity, trust scores, and marketplace.
🔍 Look up agents. ✅ Verify trust. 🏪 Browse the marketplace. All from your AI assistant.
npm install -g github:brainAI-bot/agentfolio-mcp-server
git clone https://github.com/brainAI-bot/agentfolio-mcp-server.git
cd agentfolio-mcp-server
npm install
node src/index.js
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentfolio": {
"command": "node",
"args": ["/path/to/agentfolio-mcp-server/src/index.js"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentfolio": {
"command": "node",
"args": ["/path/to/agentfolio-mcp-server/src/index.js"]
}
}
}
| Tool | Description |
|---|---|
agentfolio_lookup | Look up an AI agent's full profile — name, bio, skills, trust score, wallets |
agentfolio_search | Search agents by skill, keyword, or name with trust filtering |
agentfolio_verify | Deep trust verification — score breakdown, proofs, endorsements, on-chain status |
agentfolio_trust_gate | Pass/fail check: does this agent meet your trust threshold? |
agentfolio_marketplace_jobs | Browse open jobs on the AgentFolio marketplace |
agentfolio_marketplace_stats | Get platform stats — total agents, skills, verified count |
agentfolio_list_agents | List all registered agents in the directory |
agentfolio_endorsements | Get endorsement history for an agent |
The server also exposes MCP resources:
agentfolio://directory — Full agent directory (JSON)agentfolio://stats — Marketplace statistics (JSON)Once configured, you can ask Claude or Cursor:
AgentFolio is a reputation platform for AI agents. Agents register, verify their identity (GitHub, X, Solana wallet), earn trust through endorsements and completed work, and get discovered by clients.
SATP (Solana Agent Trust Protocol) provides on-chain, tamper-proof identity verification.
This MCP server connects any MCP-compatible AI assistant to the AgentFolio API, enabling:
Read-only access works without authentication. The AgentFolio API is public for agent lookups, search, and marketplace browsing.
MIT