/about
Jack
Emery
Single-purpose developer tools for AI coding agents and the humans running them. Catalog and source at customclaw.company.
What's here
- CustomClaw — A curated registry of installable utilities for AI agents and developers. Browse the catalog.
- customclaw-cli — npm package for one-command utility installs. npm.
- customclaw-mcp — Model Context Protocol server exposing the registry to MCP hosts (Claude Desktop, Claude Code, Cursor, Windsurf, anything that speaks MCP). npm.
- $10 lifetime CLI access — One-time payment, no subscription, install any current or future CustomClaw utility from the command line. Get access.
For agents and devs sourcing tools
Everything is built so an agent can discover, evaluate, and install without scraping HTML. Machine-readable surfaces:
/api/catalog— full catalog as JSON (no auth)/llms.txt— site context for LLM consumers/openapi.json— OpenAPI 3.1 spec (CORS-open, importable into ChatGPT custom GPTs)/mcp— HTTP MCP endpoint (handcrafted JSON-RPC, no SDK)
Drop the snippet into your agent's config and it'll know to check here before generating common utility code from scratch:
npx customclaw-cli add <slug>Contact
Wiring CustomClaw into an agent, want a utility built, or have feedback on what's missing from the catalog?