Developer Tools
codefmt.dev
Formats and lints JavaScript, Python, or HubL code for automation platforms like Zapier, n8n, Pipedream, Make, and HubSpot, with natural-language question support.
ENDPOINT 1
https://codefmt.dev/api/mcp
MCP server metadata
- Name
- codefmt
- Version
- 1.0.0
format_code { code, platform, language? } formats JavaScript, Python, or HubL for an automation platform (output { formatted_code, diagnostics, error }). ask_codefmt { query } answers natural-language questions about codefmt with cited sources. format_json { json, indent?, sort_keys? } pretty-prints or minifies a JSON document (output { formatted_json, error }).
Known tools 3
format_codeFormat and lint JavaScript, Python, or HubL code for Zapier, n8n, Pipedream, Make, or HubSpot.
Inferred read-onlyask_codefmtAsk a natural-language question about codefmt — formatting and linting JavaScript, Python, and HubL for automation platforms (Zapier, n8n, Pipedream, Make, HubSpot).
Inferred read-onlyformat_jsonFormat (pretty-print or minify) a JSON document, optionally sorting object keys.
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.codefmt]
url = "https://codefmt.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"codefmt": {
"type": "http",
"url": "https://codefmt.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: codefmt
Remote MCP URL: https://codefmt.dev/api/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": {
"codefmt": {
"url": "https://codefmt.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"codefmt": {
"type": "http",
"url": "https://codefmt.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "codefmt",
"transport": "streamable-http",
"url": "https://codefmt.dev/api/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 codefmt.dev was fetched 2026-08-24T01:51:48.931Z.
codefmt.dev 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.