Agent Core MCP server
Deterministic computation tools for AI agents. Zero dependencies, no network, read-only.
0 stars64 downloads/wk
Reviews
Write oneNobody has reviewed Agent Core yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Agent Core tools (15)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
base_convertConvert an integer string between bases 2 and 36 with arbitrary precision. Uses big-integer parsing, so values
convertConvert a value between units of length, mass, time or data size. Cross-family conversions are rejected rather
date_addOffset an ISO-8601 date by days, weeks, months, years, hours, minutes or seconds. Negative amounts subtract.
date_calcInterval between two ISO-8601 dates in days, weeks, months, years, hours, minutes, seconds or businessDays
diff_textCompute an exact line-by-line diff between two texts using a longest-common-subsequence algorithm.
fuzzy_matchScore every candidate string against a query using the Sorensen-Dice coefficient over character bigrams and
hashCompute a cryptographic hash of a UTF-8 string. Returns hex and base64 digests plus the UTF-8 byte length.
json_pickResolve several paths against one JSON document in a single call. Cheaper than issuing many json_query calls
json_queryExtract a value from a JSON document by path, e.g. "a.b[0].c" or "$.items[3].name".
json_validateCheck whether a string is valid JSON. On failure returns the parser message plus the computed line and column
parse_tableParse delimited text into a header plus rows, handling quoted fields, escaped quotes, embedded delimiters and
regex_analyzeStatically analyse a regular expression for catastrophic backtracking (ReDoS): nested quantifiers, overlapping
regex_extractApply a regular expression and return every match with its index, numbered capture groups and named groups.
similaritySorensen-Dice similarity of two strings, from 0 (no shared character bigrams) to 1 (identical). One deterministic comparison.
text_statsExact text statistics: Unicode code points, UTF-8 bytes, lines, non-empty lines, words, sentences, paragraphs,
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 8 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
Runs npx -y agent-core-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add agent-core-mcp -- npx -y agent-core-mcp
Agent Core: common questions
- Is Agent Core MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Agent Core safety report
- How do I install Agent Core?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Agent Core need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Agent Core maintained?
- The last commit was 9 days ago (2026-09-11). The latest release is v0.1.1.
- What can I use instead of Agent Core?
- Servers from other publishers that do the same job: adrkit decision memory MCP server, Ts Core MCP server and mcptoon MCP server. Compare all Agent Core alternatives.
Alternatives to Agent Core
Same job from other publishers: the closest match first, then the best rated.
- adrkit decision memoryDeterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.not reviewedGrowingA
- Ts CoreAgent-native TypeScript framework for MCP servers.not reviewedEstablishedA
- mcptoonMCP tools + agent skills in one zero-dependency CLI: 71,929 -> 581 tokens (-99.2%, measured).not reviewedEstablishedA
- DvalincodeDeterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.not reviewedGrowingA
- SkillTotalDeterministic security scan of MCP servers, agent skills and npm/PyPI packages. Runs locally.not reviewedGrowingB