Northern Forge MCP
Northern Forge MCP is a free, hosted MCP server offering a wide range of utility tools for AI agents, developers, and assistants — no account required for core tools. It integrates with Claude Desktop, Cursor, Grok, Gemini, and custom agents via MCP JSON‑RPC (POST /mcp) and REST APIs (GET/POST /tools), with health checks at /health and Glama integration.
Text & Data Utilities: line-by-line diff, Base64 encoding, CSV to Markdown, JSON to TypeScript interfaces, HTML escape, URL extraction, word frequency, reading time, case conversions, Lorem Ipsum generation.
Encoding & Security: hash (SHA‑256, SHA‑1, MD5), JWT inspection, UUID v4 generation, regex testing.
Math & Conversion: unit conversion, percent change, gear weight summation.
Time & Scheduling: cron expression explanation, golden hour windows, current ISO‑8601 time.
AI Prompting: split goals into Claude/GPT/Grok prompt variants.
Design & Accessibility: WCAG contrast ratio calculation.
Northern Forge Catalog & Commerce: list products, get product details, popular tools ranking, Stripe payment links, analytics events recording, forge status.
Server Meta: self‑description (
list_mcp_tools), install configuration snippets for various clients.
Northern Forge MCP
Hosted endpoint: https://nf-mcp.vercel.app/mcp
Landing: https://nf-mcp.vercel.app
Install docs: https://northern-forge-labs.vercel.app/agents
Hub: https://forge.justindkamen.com
Glama: https://glama.ai/mcp/servers/Menoxcide/nf-mcp
Glama badge:
Free-core tools agents call today: diff_text, cron_explain, unit_convert, json_to_ts, base64_codec, uuid_batch, csv_to_markdown, wcag_contrast, regex_test, jwt_decode, golden_hour_windows, pack_weight_sum, prompt_variants, plus catalog/popular helpers.
Typed JSON schemas. No account required to list or call core tools. Works with Claude Desktop, Cursor, Grok, Gemini, and custom agents.
Quick install
HTTP (hosted)
{
"mcpServers": {
"northern-forge": {
"url": "https://nf-mcp.vercel.app/mcp"
}
}
}REST (any client)
curl -s https://nf-mcp.vercel.app/tools \
-H 'content-type: application/json' \
-d '{"name":"json_to_ts","arguments":{"json":"{\"id\":1}"}}'Related MCP server: agent-toolbelt
Endpoints
URL | Role |
| MCP JSON-RPC |
| REST list/call |
| Health |
Glama
Server listing: https://glama.ai/mcp/servers/Menoxcide/nf-mcp
Ownership claim:
GET https://nf-mcp.vercel.app/.well-known/glama.jsonHosted remote for connectors:
https://nf-mcp.vercel.app/mcp(streamable-http / simple JSON-RPC)
To list as a connector on https://glama.ai/mcp/connectors: Add MCP Server → Connector with URL https://nf-mcp.vercel.app/mcp (no credentials required for free-core tools). Claim with the well-known file above (maintainer email on the Glama account).
Brand
Northern Forge Labs — free cores, fair one-time unlocks, dual human + agent surfaces.
X: @NForge26
Catalog: Menoxcide/northern-forge-products
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceSwiss-army-knife utility MCP server for AI agents. 18 tools for JSON validation/formatting, base64 encode/decode, hash generation, UUID generation, URL parsing, regex testing, markdown↔HTML conversion, text stats, slug generation, datetime conversion, cron parsing, text diffing, CSV↔JSON conversion, and JWT decoding. Zero API Key required5
- AlicenseAqualityCmaintenanceAgent Toolbelt is an MCP server exposing 11 focused API tools for LLM agents — schema generation, text extraction, token counting, CSV conversion, Markdown conversion, URL metadata, regex builder, cron expressions, address normalization, color palettes, and brand kits. Each tool is a focused microservice with structured input/output, WCAG-scored color data, USPS address parsing, and multi-model to25141MIT
- Alicense-qualityCmaintenanceProvides a set of micro-tools (time calculation, regex, encoding, JSON diff, etc.) for LLM agents to handle deterministic, precision tasks that models often get wrong.MIT
- AlicenseAqualityAmaintenance23 developer & data API tools for AI agents - IP/DNS/WHOIS/SSL lookups, web scraping & screenshots, text AI (summarize, translate, sentiment, grammar, redact), and dev utilities (hash, UUID, QR, JWT, cron, IBAN/VAT/email validation, breach check).23MIT
Related MCP Connectors
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
60+ units, live FX, timezones, and date arithmetic for AI agents.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Menoxcide/nf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server