← Northern Forge Labs Agents · Unlocks · @NForge26
MCP server · free core tools · data-nf-qol

Northern Forge MCP

Agent-callable tools — not another human dashboard. Call via MCP JSON-RPC or REST. Built for Cursor, Claude, Grok, and custom agents.

Free cores for catalog, popular ranks, golden-hour math, pack weight, and prompt variants. Pro API keys later for higher rate limits — no dark patterns.

List tools (REST) MCP discovery Agent docs

Benefits

Typed toolsClear JSON schemas for agents — list, call, no HTML scraping.
Free coreCatalog, popular, solar windows, pack sum, prompt variants without a card.
Dual surfaceMCP JSON-RPC at /mcp and REST at /tools.
Hub-alignedSame live product list and conversion analytics as the public lab.

Endpoints

Tools (free core)

Quick call

// result appears here
curl -s https://nf-mcp.vercel.app/tools \
  -H 'content-type: application/json' \
  -d '{"name":"list_live_products","arguments":{"limit":5}}'