Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.
If you already use Agentfolio, the agentfolio mcp server is the piece that lets your assistant work with it directly. Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
agentfolio_lookup — Look up an AI agent's full profile — name, bio, skills, trust score, walletsagentfolio_search — Search agents by skill, keyword, or name with trust filteringagentfolio_verify — Deep trust verification — score breakdown, proofs, endorsements, on-chain statusagentfolio_trust_gate — Pass/fail check: does this agent meet your trust threshold?agentfolio_marketplace_jobs — Browse open jobs on the AgentFolio marketplaceagentfolio_marketplace_stats — Get platform stats — total agents, skills, verified countagentfolio_list_agents — List all registered agents in the directoryagentfolio_endorsements — Get endorsement history for an agentThe server ships on npm as github, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agentfolio's toolset — agentfolio_lookup, agentfolio_search, agentfolio_verify and 5 more — is a fair guide to whether it matches your workflow. It is maintained by 0xbrainkid; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Agentfolio's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"agentfolio": {
"command": "node",
"args": ["/path/to/agentfolio-mcp-server/src/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.