
Vaultfire Trust Protocol
Verify on-chain trust and Street Cred for AI agents via Vaultfire (ERC-8004, multi-chain) from your MCP-enabled coding workflow.
Overview
Vaultfire is a MCP server for the Ship phase that provides on-chain trust verification and Street Cred for AI agents using ERC-8004 on multiple chains.
What is this MCP server?
- Vaultfire Trust Protocol MCP server v1.0.2
- On-chain trust verification and Street Cred for AI agents
- ERC-8004 standard, multi-chain support
- npm package @vaultfire/mcp-server (stdio)
- Server version 1.0.2
- Transport: stdio
- npm identifier: @vaultfire/mcp-server
What problem does it solve?
Agent marketplaces and autonomous services lack portable, verifiable trust signals, so users cannot tell which agents earned credibility.
Who is it for?
Builders shipping multi-agent or on-chain products who need ERC-8004-aligned trust checks inside their dev agent.
Skip if: Simple CRUD apps with no agent identity requirements, or teams avoiding any blockchain dependency.
What do I get? / Deliverables
After you install the stdio MCP server, your workflow can interact with Vaultfire trust and Street Cred data on-chain through agent tool calls.
- stdio Vaultfire MCP server registered in agent config
- Ability to query or act on on-chain trust and Street Cred from agent sessions
Recommended MCP Servers
Journey fit
How it compares
On-chain trust MCP, not a generic secrets scanner or code-review skill.
Common Questions / FAQ
Who is Vaultfire for?
Indie developers and small teams building AI agents or protocols that need on-chain trust verification and Street Cred via ERC-8004.
When should I use Vaultfire?
Use it in Ship security hardening and when integrating agent reputation in Build, before exposing agents to external users or partners.
How do I add Vaultfire to my agent?
Install @vaultfire/mcp-server from npm, configure it as a stdio MCP server, and follow Ghostkey316/vaultfire-mcp-server setup for chain endpoints and credentials.