← customclaw.company
INDIVIDUAL MCP TOOL
list_utilities
List every utility and agent available in the CustomClaw registry (https://customclaw.company).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.customclaw-company]
url = "https://customclaw.company/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"customclaw-company": {
"type": "http",
"url": "https://customclaw.company/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: customclaw-company
Remote MCP URL: https://customclaw.company/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"customclaw-company": {
"url": "https://customclaw.company/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"customclaw-company": {
"type": "http",
"url": "https://customclaw.company/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "customclaw-company",
"transport": "streamable-http",
"url": "https://customclaw.company/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_utilities— Fuzzy-search the CustomClaw registry by keyword.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.