Northern Forge MCP
Related Servers
Alternatives to Northern Forge MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI agents to perform exact, reproducible mechanical computation — text diffing, hashing, JSON querying, calendar arithmetic, deadline-bounded regex extraction, CSV parsing, similarity scoring, unit and base conversion — instead of relying on probabilistic guessing. Runs dependency-free, read-only and offline over stdio, with schema validation and hard caps on every operation so no call can hang the client.15341 npmMIT
- 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 to2522 npm1MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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
- AlicenseBqualityBmaintenanceEnables AI agents to perform accurate local computations including arbitrary-precision math, date handling, unit conversion, subnet calculations, encoding, hashing, and text analysis, all without network calls or API keys.27736 npmMIT
- FlicenseAqualityDmaintenanceSwiss-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 required185-
- 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).23102 PyPIMIT
TDQS
Scored across 30 tools
Each tool has a distinct purpose, from text utilities to product lookups. Even closely related functions like hash_text and base64_codec are clearly separated, leaving no ambiguity about which to select.
All tool names are lowercase snake_case, creating a uniform style. Though not every name follows a strict verb_noun pattern, the mix of verb-first and noun-first names is predictable and easy to scan.
With 30 tools, the server feels heavily overscoped. Many utilities such as now_iso, lorem_ipsum, and uuid_batch are trivial and unlikely to justify their place in the set, making it unwieldy for an agent to parse.
The product-related tools cover listing, retrieval, status, and analytics with no dead ends, though they lack creation or update capabilities. Each utility is self-contained and complete for its narrow purpose.