Server data from the Official MCP Registry
AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed ยท 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-0xbrainkid-agentfolio-mcp-server": {
"args": [
"-y",
"agentfolio-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.