MCP-native · 218,000+ agents, zero identity

Lock your claws.

Identity, a credential vault, and an audit layer for every AI agent in the Claw ecosystem. Ed25519 keys, AES-256 encryption, and immutable logs. Works everywhere MCP does.

clawlock · agent session
clawlock register_agent --name billing-bot
  # issuing Ed25519 keypair...
   agent_id ag_7f3c91  scopes: read:vault
clawlock store_credential ag_7f3c91 stripe sk_live_***
   sealed in AES-256-GCM vault  cred_a18d
clawlock use_credential ag_7f3c91 cred_a18d
   decrypted on the fly  logged to audit ledger
  # scope verified · least-privilege · tamper-evident

The Claw ecosystem has a security problem.

53%
of MCP servers use static API keys
79%
pass credentials via plain env vars
30%
of live MCP servers have zero auth
58%
of agent safety scenarios are failing
What ClawLock does

Give every agent its own locked-down identity.

Six controls that turn a swarm of anonymous agents with shared human keys into scoped, verifiable, fully audited workers.

🔑

Agent identity

Ed25519 cryptographic keypairs. Every agent gets its own verifiable identity, so you retire shared human credentials for good.

🔒

Credential vault

AES-256-GCM encrypted storage. API keys are never kept in plain text or env vars, and access is scoped per agent.

📊

Audit ledger

An immutable log of every access, scope check, and action. Filterable, paginated, tamper-evident.

🛡️

Scope enforcement

Least-privilege controls. Deny by default, with explicit grants only.

🔄

Auto-rotation

Credentials rotate on schedule. No stale tokens left in config files.

🌐

Portable identity

Works across any MCP runtime: Claude Desktop, OpenClaw, and the whole Claw family.

Up in 60 seconds

Clone, build, register, store.

Drop it into your claude_desktop_config.json and your first agent has a sealed identity before your coffee is cold.

OpenClaw PicoClaw ZeroClaw IronClaw TinyClaw Claude Desktop any MCP client
terminalgithub ↗
# install
git clone https://github.com/PalmCoast/clawlock-mcp-server.git
cd clawlock-mcp-server
npm install && npm run build

# add to Claude Desktop config
"mcpServers": {
  "clawlock": { "command": "node",
    "args": ["./dist/index.js"] }
}

# register, then store a credential
clawlock_register_agent(name: "my-agent",
  scopes: ["read:vault", "write:vault"])
clawlock_store_credential(agent_id: "ag_xxx",
  service: "openai", key: "sk-...")
Security is not free

48-hour trial, full access. Then pick a plan.

Every tier is a flat monthly rate with real cryptographic identity behind it. No per-seat games.

Starter

$29/mo
For solo builders securing their first agents.
  • 5 agent identities
  • Credential vault (AES-256)
  • Basic audit logs
  • Single user
  • Email support
Start trial
Most popular

Pro

$79/mo
For teams running agents in production.
  • 25 agent identities
  • Auto-rotation
  • Full audit trail with export
  • Team dashboard & API access
  • Priority support
Start Pro trial

Enterprise

$249/mo
For organizations with compliance requirements.
  • Unlimited agents
  • Compliance reporting
  • SSO integration
  • SLA guarantee & dedicated support
  • Custom integrations
Start Enterprise
48-hour trial with full access on every plan. Cancel anytime.

Lock your claws.

218,000 agents are running with borrowed human keys. Give yours a real identity in the next 60 seconds.