Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Jarroba Tools · Logs

NPM · @JARROBA/MCP-LOGS · SCANNED SEP 25

Lets your AI read a CI log far too big for its context. 11 tools, takes a file path.

Available components

+3 this week 69 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 8 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2030 tokens (~184/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 94% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Jarroba Tools · Logs MCP server?

Jarroba Tools · Logs runs locally as an npm package, launched with npx -y @jarroba/mcp-logs. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @jarroba/mcp-logs

# add to Claude Code
claude mcp add invarato-jarroba-tools-logs -- npx -y @jarroba/mcp-logs
// .cursor/mcp.json
{
  "mcpServers": {
    "invarato-jarroba-tools-logs": {
      "command": "npx",
      "args": [
        "-y",
        "@jarroba/mcp-logs"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "invarato-jarroba-tools-logs": {
      "command": "npx",
      "args": [
        "-y",
        "@jarroba/mcp-logs"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add invarato-jarroba-tools-logs -- npx -y @jarroba/mcp-logs
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "invarato-jarroba-tools-logs": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@jarroba/mcp-logs"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add invarato-jarroba-tools-logs --command npx --arg -y --arg @jarroba/mcp-logs
# ~/.hermes/config.yaml
mcp_servers:
  invarato-jarroba-tools-logs:
    command: "npx"
    args: ["-y", "@jarroba/mcp-logs"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "invarato-jarroba-tools-logs": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@jarroba/mcp-logs"
      ]
    }
  }
}
# add to Vellum
assistant mcp add invarato-jarroba-tools-logs -t stdio -c npx -a -y @jarroba/mcp-logs
// mcp.json
{
  "mcpServers": {
    "invarato-jarroba-tools-logs": {
      "command": "npx",
      "args": [
        "-y",
        "@jarroba/mcp-logs"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +15
    • Malware scan: unverified → pass ▲ security
  • 16 Sept 26 −13
    • Malware scan: pass → unverified ▼ security
    • Tool safety: pass → unverified ▼ security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
    • Stability: unverified → 0.13 ▲ functional
    • First check of Schema quality: unverified functional
    • Package version: 0.1.2 → 0.1.4 functional
  • 13 Sept 26 +15
    • Malware scan: unverified → pass ▲ security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@jarroba/mcp-logs@0.1.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~1,963 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
log_analyze ~163

Understand a log without reading it: detected format, number of EVENTS (a 40-line stack trace counts as one), breakdown by level, time range, the errors with their ROOT CAUSE resolved, and the most frequent patterns. Accepts a file PATH — that is how you look at a log that does not fit in your context, such as a CI log of hundreds of MB.

NameTypeReqDescription
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_around ~237

What ELSE happened around a moment in time. Given an instant — the spike log_trends returned, or the time of an alert — find the patterns that cluster there and do not appear the same way in the rest of the log. Correlation is NOT causation, and what settles it is order: what started BEFORE comes first and is a candidate explanation; what came after is usually a consequence. Background noise is filtered out even when a narrow window lands on one of its bursts.

NameTypeReqDescription
atstringyesReference instant, in ISO 8601 (e.g. "2026-08-27T10:40:00Z")
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
limitinteger––
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
radiusSecondsinteger–How far to look on each side
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_convert ~190

Convert a log from one format to another through OpenTelemetry's Logs Data Model: JSON, logfmt, syslog RFC 5424, CSV, OpenTelemetry or Elastic Common Schema. Tells you UP FRONT what the conversion loses — syslog only has eight severities and a text body, so coming down to it from JSON drops fields.

NameTypeReqDescription
columnsarray–CSV only: which fields become columns
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
hoststring––
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
servicestring––
targetstringyesOutput format
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_lint ~169

Check whether the log is WELL WRITTEN — not what happened in the system: secrets or personal data printed, one line flooding the file, timestamps with no time zone (which make two machines impossible to correlate), the clock going backwards, everything at the same level, no request id, payload dumps, and orphan stack traces with no error line. Every finding comes with its count and a sample; secrets are masked.

NameTypeReqDescription
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_patterns ~184

Group log lines into TEMPLATES (Drain algorithm): "connected to 10.0.0.1" and "connected to 10.0.0.7" are the same message. Turns a million lines into a few hundred readable things, each with its count, worst level and time range. Also returns the RARE ones (seen once or twice), which in a production log are usually what you were looking for.

NameTypeReqDescription
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
limitinteger–How many patterns to return
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_profile_check ~107

Validate a Jarroba Tools LOG PROFILE (the `logprofile: 1` JSON that configures the log tools: format, server time zone, own-code prefixes, rules and AI budget). Returns ALL errors at once, each with the exact field (`rules[2].pattern`) and what was expected, so you can fix them in one pass instead of one at a time. Format documented in `public/logprofile.md`.

NameTypeReqDescription
profilestringyesThe profile as JSON

No output schema declared.

No examples provided.

log_profile_suggest ~183

Propose a LOG PROFILE from a real log: infers the format, the own-code prefix (read from the stack traces, which is where it is demonstrated) and a starting set of rules covering the most frequent errors and whatever floods the file. What it does NOT propose is the server time zone: that is not in the log, and inventing it shifts the entire timeline without anyone noticing. Accepts a file path.

NameTypeReqDescription
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
namestring–Name for the profile
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_reduce ~206

Cut a log down to a CHARACTER budget while keeping what matters: errors with their full stack trace, the window of what happened just before, and anything that appears only once or twice. Repeats are collapsed with their count ([xN]) and gaps are marked ([...N]). Use it to hand a big log to a model without spending the context on the same line repeated.

NameTypeReqDescription
contextinteger–Events kept before each error
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
fullTracesboolean–false collapses each stack trace to its one-line summary
maxCharsinteger–Character budget for the output
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

log_rotation ~155

Put a folder or a list of rotated logs into TIME ORDER, split into series. Rotation numbering runs BACKWARDS against time: `app.log.3.gz` is older than `app.log.1.gz`, and plain `app.log` is the newest; alphabetically `app.log.10` sorts before `app.log.9` while in time it comes after. Use this BEFORE reading several logs of one service, or you will read them backwards. Returns the paths already ordered, ready to feed to log_analyze one by one.

NameTypeReqDescription
directorystring–Folder to look in (does not recurse). Alternative to `names`.
namesarray–List of file names or paths, in any order

No output schema declared.

No examples provided.

log_stacktrace ~131

Read an exception stack trace (Java/JVM, Python, Node, Go, .NET, Rust, Ruby or PHP) and answer the only question anyone asks it: WHERE TO LOOK. Follows the "Caused by" chain to the root cause, separates your code from the framework, and points at your first frame. Infers which package is yours from the trace itself if you do not say.

NameTypeReqDescription
myPrefixesarray–Prefixes of your own code, e.g. ["com.acme.", "src/"]
tracestringyesThe stack trace, pasted as-is

No output schema declared.

No examples provided.

log_trends ~238

Answer WHEN IT STARTED, which is what a log is really asked. Compares each pattern against ITSELF rather than against total volume — in a busy service everything rises at 9am and nothing has happened — and returns three different things: what SPIKED relative to its own normal and at what time; what is NEW, which did not exist before and is usually what a deploy left behind; and what STOPPED APPEARING, which raises no counter and is often the worse news.

NameTypeReqDescription
bucketSecondsinteger–Width of the time bucket; by default chosen from the log's own range
formatstring–Force the format instead of detecting it
fromstring–Which end to read if the file is over 32 MB
limitinteger–How many findings to return
minRationumber–How many times its own normal counts as a spike
pathstring–Path to the log file. Use this for big logs: they do not fit in a tool call.
textstring–The log as text. Alternative to `path`.

No output schema declared.

No examples provided.

Common questions

What is the Jarroba Tools · Logs MCP server?

Jarroba Tools · Logs is an MCP server listed in the public MCP registry as io.github.Invarato/jarroba-tools-logs. Lets your AI read a CI log far too big for its context. 11 tools, takes a file path. This page covers its npm package (@jarroba/mcp-logs).

Is the Jarroba Tools · Logs MCP server safe to use?

Jarroba Tools · Logs scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Jarroba Tools · Logs MCP server expose?

Jarroba Tools · Logs exposes 11 tools: log_analyze, log_reduce, log_patterns, log_stacktrace, log_lint, and 6 more. Their descriptions and schemas cost roughly 1,963 tokens of context every time the server is loaded.

Is the Jarroba Tools · Logs MCP server still maintained?

Jarroba Tools · Logs is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Jarroba Tools · Logs MCP server under?

Jarroba Tools · Logs declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.