← Index

io.github.EverMint-app/evermint-mcp

io.github.EverMint-app/evermint-mcp·v1.1.4·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "evermint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "evermint-mcp"
      ],
      "env": {
        "EVERMINT_API_KEY": "<your-evermint_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "evermint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "evermint-mcp"
      ],
      "env": {
        "EVERMINT_API_KEY": "<your-evermint_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y evermint-mcp
§02  Environment variables
EVERMINT_API_KEY
requiredsecret

Your EverMint API key (starts with EVR-sk_). Get one at https://evermint.app/api-keys

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other