Odel
agentfolio mcp server

agentfolio mcp server

Local
@0xbrainkid1JavaScriptMITUpdated 5mo ago

Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentfolio-mcp-serverv1.1.1

Run

npx -y agentfolio-mcp-server

MCP client config

{
  "mcpServers": {
    "agentfolio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}