customclaw
A curated registry of small, focused utilities for building LLM and agent code — the kind of thing your coding agent would otherwise write from scratch…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- List Utilities: List every utility and agent available in the CustomClaw registry (https://customclaw.company). Results are cached for 5 minutes. Returns catalog JSON with utilities and agents arrays.
- Search Utilities: Fuzzy-search the CustomClaw registry by keyword. Matches across slug, name, tagline, description, and category. Returns the top 25 matches sorted by relevance.
- Get Utility Info: Return the full catalog entry for a single utility or agent by slug (name, tagline, description, price, free flag, category, etc.).
What data it sees
Do you need an account
No: the server works without sign-in
A curated registry of small, focused utilities for building LLM and agent code — the kind of thing your coding agent would otherwise write from scratch, badly, every time. Install a vetted rate limiter, JSON repairer, or response cache instead of regenerating one every project.
This MCP server exposes the full catalog to Claude Desktop and Claude Code. Browse, search, and install utilities into the active project without leaving the conversation.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| list_utilities | List every utility and agent available in the CustomClaw registry (https://customclaw.company). Results are cached for 5 minutes. Returns catalog JSON with utilities and agents arrays. |
| search_utilities | Fuzzy-search the CustomClaw registry by keyword. Matches across slug, name, tagline, description, and category. Returns the top 25 matches sorted by relevance. |
| get_utility_info | Return the full catalog entry for a single utility or agent by slug (name, tagline, description, price, free flag, category, etc.). |
| install_utility | Fetch a CustomClaw utility payload. Over HTTP, returns the list of files and dependencies — the HOST agent is responsible for writing files to target_dir itself (HTTP MCP servers cannot write to the caller's disk). For paid utilities, pass session_id (the Stripe checkout session_id from the buyer's receipt email). |