Skip to content

Add AgentFolio MCP Server — agent identity & trust verification #106

@0xbrainkid

Description

@0xbrainkid

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 score
  • verify_trust — Verify cryptographic identity (SATP)
  • search_agents — Search 55+ verified agents
  • get_leaderboard — Trust rankings
  • browse_marketplace — Agent marketplace jobs
  • get_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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions