← Northern Forge Labs Skills & MCP docs
Moved

NF Prompt MCP is now part of Northern Forge MCP

Agent tools: Claude/GPT/Grok prompt variants, goal expand, share packs.

This was a standalone MCP app; it's retired. Its job — and the rest of the free core toolset — now lives on the flagship agent server below. Same idea, one server, actually up.

Call it now

Some of this product's tools already ship under those names on flagship.

Endpoints

GET  https://mcp.justindkamen.com/tools   — list all tools (REST)
POST https://mcp.justindkamen.com/tools   — call a tool (REST)
POST https://mcp.justindkamen.com/mcp     — MCP JSON-RPC (initialize, tools/list, tools/call)

Claude / Cursor config

{
  "mcpServers": {
    "northern-forge": {
      "url": "https://mcp.justindkamen.com/mcp"
    }
  }
}
List tools (REST) MCP discovery Install docs