npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

clawlock-mcp-server

v1.0.0

Published

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

Downloads

24

Readme

🔒 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.

| Feature | What It Does | |---|---| | 🪪 Agent Identity | Ed25519 keypairs — every agent gets verifiable identity | | 🔐 Credential Vault | AES-256-GCM encrypted — API keys never in plain text | | 📊 Audit Ledger | Immutable log of every access and action | | 🛡️ Scope Enforcement | Least-privilege — agents only access what they should | | 🔄 Auto-Rotation | Credentials rotate on schedule (Pro+) | | 🌐 Portable | Works 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. | [email protected]

Lock your claws. 🔒🐝