MCP Hub
Back to servers

clawlock-mcp-server

ClawLock — MCP-native identity, credential vault, and audit layer for AI agents. Ed25519 identity, AES-256-GCM vault, immutable audit log.

npm121/wk
Updated
Apr 2, 2026

Quick Install

npx -y clawlock-mcp-server

🔒 ClawLock — Identity & Security for AI Agents

The MCP-native identity, credential vault, and audit layer every AI agent needs.

License: BUSL-1.1 MCP Compatible Node.js


The Problem

218,000+ AI agents deployed. Zero have their own identity.

  • 53% of MCP servers use static API keys
  • 79% pass credentials via plain environment variables
  • 30% of live MCP servers have zero authentication
  • GitHub, Smithery, and Asana MCP servers all compromised in 2025

Your agents run on your credentials. When they get compromised, you get compromised.

The Solution

ClawLock gives every AI agent its own cryptographic identity, encrypted credential vault, and immutable audit trail.

FeatureWhat It Does
🪪 Agent IdentityEd25519 keypairs — every agent gets verifiable identity
🔐 Credential VaultAES-256-GCM encrypted — API keys never in plain text
📊 Audit LedgerImmutable log of every access and action
🛡️ Scope EnforcementLeast-privilege — agents only access what they should
🔄 Auto-RotationCredentials rotate on schedule (Pro+)
🌐 PortableWorks with any MCP runtime

Quick Start

git clone https://github.com/agenthive/clawlock-mcp-server.git
cd clawlock-mcp-server
npm install
npm run build
npm start

Claude Desktop

{
  "mcpServers": {
    "clawlock": {
      "command": "node",
      "args": ["./dist/index.js"]
    }
  }
}

14 Tools

Identity: register_agent, get_agent, list_agents, suspend_agent, revoke_agent, check_scope Vault: store_credential, use_credential, list_credentials, revoke_credential Audit: get_audit_log System: get_status, activate_license

Pricing

  • 48-hour trial — 2 agents, full features
  • Starter $29/mo — 5 agents
  • Pro $79/mo — 25 agents, auto-rotation, team dashboard
  • Enterprise $249/mo — Unlimited, SSO, SLA

Purchase at clawlock-security.netlify.app

Compatibility

Works with: OpenClaw, PicoClaw, ZeroClaw, IronClaw, TinyClaw, MimiClaw, Claude Desktop, any MCP stdio client.

License

Business Source License 1.1 (BUSL-1.1)

Built by AgentHive Inc. | coltsinsider@gmail.com

Lock your claws. 🔒🐝

Reviews

No reviews yet

Sign in to write a review