Developer Tools
customclaw.company
Discovers and installs utilities from the CustomClaw registry.
ENDPOINT 1
https://customclaw.company/mcp
MCP server metadata
- Name
- customclaw-mcp-http
- Version
- 0.1.0
CustomClaw registry MCP endpoint. Use list_utilities / search_utilities / get_utility_info to browse, then install_utility to fetch a payload.
Known tools 4
list_utilitiesList every utility and agent available in the CustomClaw registry (https://customclaw.company).
Inferred read-onlyget_utility_infoReturn the full catalog entry for a single utility or agent by slug (name, tagline, description, price, free flag, category, etc.).
Inferred read-onlyCONNECT 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-mcp-http]
url = "https://customclaw.company/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"customclaw-mcp-http": {
"type": "http",
"url": "https://customclaw.company/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: customclaw-mcp-http
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-mcp-http": {
"url": "https://customclaw.company/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"customclaw-mcp-http": {
"type": "http",
"url": "https://customclaw.company/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "customclaw-mcp-http",
"transport": "streamable-http",
"url": "https://customclaw.company/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for customclaw.company was fetched 2026-07-26T05:44:34.015Z and is being refreshed.
customclaw.company is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.