Dates-LE
NPM · DATES-LE-MCP · SCANNED AUG 14
Extract dates and timestamps from logs, data files and code, with their format and position.
Available components
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 →
Supply Chain Security100
- 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
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability83
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 175 tokens (~175/item across 1 items; 1 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · dates-le-mcp
claude mcp add nolindnaidoo-dates-le -- npx -y dates-le-mcp
codex mcp add nolindnaidoo-dates-le -- npx -y dates-le-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nolindnaidoo-dates-le": {
"type": "local",
"command": [
"npx",
"-y",
"dates-le-mcp"
],
"enabled": true
}
}
} openclaw mcp add nolindnaidoo-dates-le --command npx --arg -y --arg dates-le-mcp
mcp_servers:
nolindnaidoo-dates-le:
command: "npx"
args: ["-y", "dates-le-mcp"] {
"mcpServers": {
"nolindnaidoo-dates-le": {
"command": "npx",
"args": [
"-y",
"dates-le-mcp"
]
}
}
} 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.
- 14 Aug 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.
- 12 Aug 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.
- 11 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 9 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.
- 8 Aug 26 +32
- Stability: unverified → 0.07 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 7 Aug 26 −31
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Tool coverage: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Package version: 2.2.2 → 2.2.4 functional
- 6 Aug 26 +31
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: pass functional
- First check of Schema quality: excellent functional
- First check of Schema quality: fail functional
- 5 Aug 26 39
First indexed and scored.
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 14 Aug 2026 · Analysed npm/dates-le-mcp@2.2.4
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
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.
extract_dates ~175
Extract every date and timestamp from a document, with its notation, epoch value where resolvable, and 1-based line and column. Supports JSON, YAML, CSV, XML, log and plaintext, JavaScript, TypeScript and HTML. Recognises ISO 8601, RFC formats, common regional notations and Unix timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The document text to scan. |
| dedupe | boolean | – | Collapse repeated dates to their first occurrence. |
| filename | string | – | Filename used to infer the format when `format` is absent, e.g. "app.log". |
| format | string | – | Document format. Provide this or `filename`. Common extensions and aliases are accepted. |
| maxResults | integer | – | Cap on returned dates (default 500). meta.truncated reports whether any were dropped. |
No output schema declared.
No examples provided.