
Agentfolio Mcp Server
Wire Solana-backed AI agent identity checks and trust scores into your coding agent via MCP while you build agentic products.
Overview
Agentfolio MCP Server is a MCP server for the Build phase that verifies AI agent identity on Solana via SATP and returns trust scores and on-chain attestations to your coding agent.
What is this MCP server?
- stdio MCP server published as npm package agentfolio-mcp-server (v1.2.1)
- AI agent identity verification using SATP on Solana
- Exposes trust scores and on-chain attestations as MCP-callable capabilities
- Registry metadata targets npm install with standard MCP client configuration
- Pairs with agentfolio.bot for product context and GitHub source for the server implementation
- Server schema version 1.2.1 with npm package identifier agentfolio-mcp-server
- Transport type stdio per MCP server registry metadata
- Published repository source github.com/0xbrainkid/agentfolio-mcp-server (registry id 947780694)
Community signal: 1 GitHub stars.
What problem does it solve?
Solo builders cannot easily prove whether an AI agent is trustworthy before connecting it to Solana workflows, wallets, or automated payouts.
Who is it for?
Indie developers building Solana-aware agents who want verifiable identity signals inside Claude Code, Cursor, or Codex.
Skip if: Builders with no on-chain or agent-trust requirements who only need generic LLM assistance without identity or attestation data.
What do I get? / Deliverables
After you add the server to your MCP client, your agent can pull SATP-backed trust scores and on-chain attestations in the same session where you write and ship agent code.
- MCP-connected queries for AI agent trust scores backed by SATP on Solana
- Readable on-chain attestation data usable in agent orchestration or review flows
- A repeatable IDE-side identity check path instead of one-off scripts or manual explorer lookups
Recommended MCP Servers
Journey fit
Identity and attestation tooling belongs in Build because solo builders integrate it while designing agent workflows, wallets, and automations—not only at launch day. agent-tooling is the canonical shelf for MCP servers that extend what Claude Code, Cursor, or Codex can do for autonomous agents, including on-chain verification helpers.
How it compares
On-chain agent identity MCP integration, not a markdown skill, workflow marketplace, or generic database connector.
Common Questions / FAQ
Who is Agentfolio MCP Server for?
It is for solo and indie builders shipping AI agents on Solana who need trust scores and on-chain identity attestations available to their coding agent through MCP.
When should I use Agentfolio MCP Server?
Use it during Build while you design agent-tooling and integrations—before you rely on another agent for automation, payouts, or delegated on-chain actions.
How do I add Agentfolio MCP Server to my agent?
Install the npm package agentfolio-mcp-server, configure it as a stdio MCP server in your client (for example Claude Code or Cursor), and point the command at the published registry identifier.