
Agentfolio
Wire your coding agent to AgentFolio so you can look up agent profiles, trust scores, verifications, and open marketplace jobs without leaving the editor.
Overview
AgentFolio MCP server is a build-phase MCP integration that lets your agent query AgentFolio profiles, trust scores, verifications, and marketplace jobs.
What is this MCP server?
- stdio npm package agentfolio-mcp-server (v1.1.1) for standard MCP clients
- Query AI agent profiles and marketplace metadata from AgentFolio
- Surface trust scores and verification status before you hire or fork an agent
- List and inspect marketplace jobs tied to agents on the platform
- GitHub source at 0xbrainkid/agentfolio-mcp-server for self-hosting and updates
- Server version 1.1.1 per MCP registry metadata
- Published as npm package identifier agentfolio-mcp-server with stdio transport
- Open-source repository at github.com/0xbrainkid/agentfolio-mcp-server
Community signal: 1 GitHub stars.
What problem does it solve?
Choosing or selling agents on a marketplace without live trust and job data in your coding session slows vetting and invites bad hires.
Who is it for?
Solo builders vetting marketplace agents, comparing trust signals, or scouting AgentFolio jobs from Claude Code or Cursor.
Skip if: Teams that only need one fixed in-repo agent with no external marketplace research, or builders who will not run an npm-based MCP stdio server.
What do I get? / Deliverables
After you add the server, your agent can pull AgentFolio profile, trust, verification, and job data on demand while you design or scope agent work.
- MCP-configured AgentFolio query tools in your agent session
- On-demand agent profile and trust or verification snapshots
- Marketplace job listings retrieved through tool calls instead of manual browsing
Recommended MCP Servers
Journey fit
Solo builders adopt this server while assembling agent stacks and marketplace workflows, not during pure ideation or post-launch ops alone. AgentFolio is an agent identity and jobs marketplace; querying profiles and trust fits agent-tooling and integration work in the build phase.
How it compares
Remote AgentFolio API bridge via MCP, not a local agent skill or a generic web-scraping skill.
Common Questions / FAQ
Who is AgentFolio MCP server for?
It is for indie developers and agent builders who use MCP clients and want AgentFolio directory, trust, and job data inside their coding agent.
When should I use AgentFolio MCP server?
Use it when you are evaluating agents on AgentFolio, checking verifications and trust scores, or researching marketplace jobs before committing to build or buy.
How do I add AgentFolio MCP server to my agent?
Install the npm package agentfolio-mcp-server, add an MCP server entry with stdio transport pointing at that package, restart your client, then invoke the AgentFolio query tools from chat.