mcpbeat Sign in

Evermint MCP Server

by evermint-app Your server? Claim it
local only

Evermint MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 7 May 2026.

Mint tamper-evident receipts for AI agent actions. The notary layer for agent-to-agent transactions.

Installs per day peak 27 · avg 8 · -20% w/w
a month agotoday
43
Installs / week
npm · evermint-mcp
1
Stars
0 open issues
7 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Evermint MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add evermint-mcp -- npx -y evermint-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "evermint-mcp": {
      "args": [
        "-y",
        "evermint-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.evermint-mcp]
command = "npx"
args = ["-y", "evermint-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "evermint-mcp": {
      "args": [
        "-y",
        "evermint-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "evermint-mcp": {
      "args": [
        "-y",
        "evermint-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVERMINT_API_KEY (Your EverMint API key (starts with EVR-sk_). Get one at https://evermint.app/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Evermint MCP

same job, measured the same way
Agent Trust
by garl-protocol

Tamper-evident action receipts, trust scoring & capability tokens for AI agents. 29 MCP tools.

local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

55 installs/wk local only
Trust Gate
by cwnapps

Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.

4 tools answering
Cryptair MCP Server
by syronius

Tamper-evident attestation tools for AI agents — on-chain receipts on Hedera Hashgraph mainnet.

31 installs/wk local only
Agent Trust Oracle
by jdhart81

Decay-weighted reputation + tamper-evident trust attestations for the agent economy.

6 tools answering
Attestari
by attestari

Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.

146 installs/wk local only
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering

Evermint MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Evermint MCP?
Evermint MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package evermint-mcp was installed 43 times last week.
How do I connect Evermint MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls evermint-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Evermint MCP?
The npm package evermint-mcp was installed 43 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Evermint MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.