agent-core-mcp
Related Servers
Alternatives to agent-core-mcp
No user-submitted related servers found.
Related Servers
- 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.27MIT
- AlicenseNot gradedqualityCmaintenanceProvides deterministic, verifiable text/code/measurement utilities for AI agents, enabling tasks like unit conversion, citation formatting, diffing, proofreading, readability scoring, and syntax checking with re-executable proof.MIT
- AlicenseNot gradedqualityAmaintenanceProvides exact, deterministic tools for math, dates, units, validation, and more to AI agents, returning precise answers with explicit assumptions and warnings instead of model guesses.MIT

TinyFn MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceProvides over 500 deterministic tools for math, conversions, validation, hashing, and more, enabling AI agents to perform accurate calculations and data transformations without hallucination.1MIT- 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
- AlicenseAqualityBmaintenancePortable agent tools with typed schemas (diff, cron, units, JSON→TS, outdoor helpers, prompts). Free to try—no account required.30MIT
TDQS
Scored across 15 tools
Each tool targets a distinct operation, and the few potential pairs are explicitly differentiated in the descriptions: json_query (single path) vs json_pick (multiple paths), date_calc (interval) vs date_add (offset), regex_extract (apply) vs regex_analyze (static ReDoS analysis), and fuzzy_match (many candidates) vs similarity (one comparison). An agent can reliably pick the right tool for each intent.
All names use consistent snake_case, mostly following a noun_verb or verb_noun pattern (json_validate, date_add, regex_extract, parse_table, base_convert). A few single-word nouns (hash, similarity, convert) break the strict action-oriented pattern slightly, but the set is uniformly readable.
Fifteen tools sit comfortably in the well-scoped range, and each one covers a genuinely distinct capability (hashing, diffing, JSON, dates, regex, similarity, delimited parsing, unit and base conversion). No tool feels redundant or filler.
As a general text/data utility toolkit it covers its sub-domains well: JSON validate/query/pick, date arithmetic both directions, regex matching plus safety analysis, similarity, parsing and conversions. Minor gaps remain within sub-domains (e.g. no JSON formatting/minify or general string encoding/decoding), but core workflows have no dead ends.