Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

codefmt

dev.codefmt/codefmt

Format/lint JS, Python, HubL for automation platforms. Tools: format_code, format_json, ask_codefmt

Uptime
100.0%
3 direct probes · 30d
Response
746ms
last probe
Tools
3
callable
Resources
1
readable
Prompts
0
available

Tools · 3

format_code

Format and lint JavaScript, Python, or HubL code for Zapier, n8n, Pipedream, Make, or HubSpot. Wraps the source in each platform's runtime shell before formatting so top-level await, bare return, and …

ask_codefmt

Ask a natural-language question about codefmt: formatting and linting JavaScript, Python, and HubL for automation platforms (Zapier, n8n, Pipedream, Make, HubSpot). Returns a grounded answer drawn fro…

format_json

Format (pretty-print or minify) a JSON document, optionally sorting object keys. Number literals are preserved exactly (64-bit IDs safe); parse errors report the exact line and column.

Resources · 1

codefmt format result

Renders a format_code or format_json result: the formatted source with a copy action, lint diagnostics with line/column, and the error contract on failure.

ui://codefmt/format-result

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codefmt": {
      "url": "https://codefmt.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}