Evermint Mcp is a Model Context Protocol (MCP) server: Mint tamper-evident receipts for AI agent actions. The notary layer for agent-to-agent transactions. In practice that means any MCP-compatible AI assistant can call Evermint Mcp's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the npm package evermint-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need EVERMINT_API_KEY. The current release is v1.1.4, published under the MIT license, with source at EverMint-app/evermint-mcp on GitHub.
Evermint Mcp is listed under AI & Agents on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Evermint Mcp for EverMint-app, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — evermint-mcp · MCP over stdio
▸Credentials — Requires EVERMINT_API_KEY
▸Open source — MIT license · EverMint-app/evermint-mcp