Agents call tools for hyper-local UP Michigan data: real trail conditions on named routes in Porcupine Mountains Wilderness, snow depths at specific points, Lake Superior shore…
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.
This product's specific tools aren't on flagship yet — browse the ~30 portable tools live today at /tools; request an addition via the hub.
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)
{
"mcpServers": {
"northern-forge": {
"url": "https://mcp.justindkamen.com/mcp"
}
}
}