← Northern Forge Labs Skills & MCP docs · Unlocks · @NForgeLabs
Flagship MCP · free core

Northern Forge MCP

Tools your agent can call today — diff, cron, units, JSON→TS, base64, UUID, CSV tables, WCAG contrast, golden hour, pack weight, prompts. Use MCP JSON-RPC or plain REST.

Free cores, typed schemas, no account required to list or call. Built for Claude, Cursor, Grok, Gemini, and custom agents.

List tools (REST) MCP discovery Install docs

Benefits

Typed toolsClear JSON schemas — list, call, no HTML scraping.
Real jobsConverters and builders agents use weekly — not hello/ping shells.
Dual surfaceMCP at /mcp · REST at /tools.
Free to tryCore tools run without a card. Optional pro later for higher limits.

Endpoints

Tools

Quick call

// result appears here
curl -s https://mcp.justindkamen.com/tools \
  -H 'content-type: application/json' \
  -d '{"name":"json_to_ts","arguments":{"json":"{\"id\":1,\"name\":\"forge\"}"}}'