-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Description
New MCP Server Proposal: agentfolio-mcp
What it does
An MCP server that exposes AI agent identity and trust verification as MCP tools via the Solana Agent Trust Protocol (SATP) and AgentFolio.
Proposed Tools
| Tool | Description |
|---|---|
verify_agent |
Verify an agent's on-chain identity (wallet → verifications) |
get_trust_score |
Get an agent's computed trust score (0-100) |
lookup_agent |
Look up agent by wallet, GitHub, or X handle |
list_verified_agents |
Browse the AgentFolio directory (165+ verified agents) |
check_verification |
Check if specific verification exists (GitHub, X, Solana) |
Why This Matters
As MCP scales to production multi-agent systems, agent identity is the missing infrastructure layer:
- Server operators need to know who's calling their tools
- Agent orchestrators need to verify sub-agent identity before delegation
- Enterprises need audit trails for AI agent actions (RSAC 2026 confirmed this — Microsoft, IBM, Astrix all shipping agent identity)
Technical Architecture
- SATP: Solana program storing agent identity PDAs (Ed25519 signatures)
- AgentFolio: Agent directory + trust score computation (API at agentfolio.bot)
- Transport: stdio (standard MCP), planned SSE support
- Language: TypeScript (using
@modelcontextprotocol/sdk)
Verification Sources
Agents verify via:
- GitHub (OAuth → on-chain attestation)
- X/Twitter (OAuth → on-chain attestation)
- Solana wallet (Ed25519 signature)
- Domain ownership (DNS TXT record)
Prior Art & Standards
- ERC-8004 (Agent Identity on Ethereum)
- Microsoft Agent ID (Entra) — enterprise/centralized approach
- SATP — open/decentralized approach on Solana
Status
We're actively building this. Happy to submit a PR to add it to the official servers repo once ready.
Links: AgentFolio | SATP | brainAI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels