
Evermint Mcp
Mint cryptographic-style tamper-evident receipts when agents take actions so agent-to-agent deals leave a verifiable trail.
Overview
evermint-mcp is a MCP server for the Ship phase that mints tamper-evident receipts for AI agent actions as a notary layer for agent-to-agent transactions.
What is this MCP server?
- Mints tamper-evident receipts for AI agent actions via EverMint
- Positioned as a notary layer for agent-to-agent transactions
- npm package evermint-mcp version 1.1.4 with stdio transport
- Requires EVERMINT_API_KEY secret (EVR-sk_ prefix) from evermint.app/api-keys
- GitHub source EverMint-app/evermint-mcp for integration examples
- Server package version 1.1.4
- One required secret environment variable: EVERMINT_API_KEY
- stdio transport via npm identifier evermint-mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Autonomous agents execute trades, API calls, and handoffs with no standard, verifiable proof that a specific action happened when disputes or audits arise.
Who is it for?
Indie builders shipping multi-agent or paid agent automations who need a simple external receipt trail beyond console logs.
Skip if: Single-user local scripts with no external accountability, or teams that only need unstructured application logging.
What do I get? / Deliverables
After you connect EVERMINT_API_KEY, agent tool runs can produce EverMint receipts you can cite in reviews, support, or partner workflows.
- MCP-accessible minting of tamper-evident receipts for defined agent actions
- Verifiable artifacts suitable for agent-to-agent transaction disputes
- Documented external notary hook alongside your ship checklist
Recommended MCP Servers
Journey fit
How it compares
Agent-action notary MCP, not a generic error tracker or session replay product.
Common Questions / FAQ
Who is evermint-mcp for?
Solo builders and small teams running MCP agents that perform externally visible or financial actions and need tamper-evident records.
When should I use evermint-mcp?
Use it during Ship security prep or before enabling agent-to-agent transactions in production.
How do I add evermint-mcp to my agent?
Create an EverMint API key at evermint.app/api-keys, set EVERMINT_API_KEY in your MCP env, and register the stdio evermint-mcp npm server in your agent config.