Core
Freeby MCP Community
Cryptographic verification primitives for MCP tool definitions — Ed25519, ML-DSA, schema registry, audit chain, on-chain anchoring
v0.1.2Added Apr 12, 2026
Core MCP Server
Cryptographic verification primitives for MCP tool definitions — Ed25519, ML-DSA, schema registry, audit chain, on-chain anchoring
Installation
npx -y @mcpverify/core
Reviews
Installation
Quick install
npx -y @mcpverify/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@mcpverify/core"]
}
}
}