evermint-mcp

EverMint-app/evermint-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server for EverMint — tamper-evident proof layer for AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "evermint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EverMint-app/evermint-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [EverMint](https://evermint.app) — the notary layer for AI agents. When your agent acts, EverMint mints a tamper-evident, cryptographically timestamped record. This package exposes EverMint's mint and verify capabilities as native MCP tools, callable by Claude Desktop and any MCP-compatible AI agent.

Tools (1)

evermint_mint