# URLs-LE (npm · urls-le-mcp)

Extract URLs from documentation, configuration and code, with their protocol and position.

- Trust score: 75/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-15

## Components

- npm · `urls-le-mcp`: 75/100 (this document), [markdown](https://verifymcp.io/servers/nolindnaidoo-urls-le/urls-le-mcp.md), [page](https://verifymcp.io/servers/nolindnaidoo-urls-le/urls-le-mcp)

## Channel facts

- Registry: `npm`
- Package: `urls-le-mcp`
- Version: `2.3.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-15.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 196 tokens (~196/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add nolindnaidoo-urls-le -- npx -y urls-le-mcp
```

### Codex

```bash
codex mcp add nolindnaidoo-urls-le -- npx -y urls-le-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nolindnaidoo-urls-le": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "urls-le-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nolindnaidoo-urls-le --command npx --arg -y --arg urls-le-mcp
```

### Hermes

```yaml
mcp_servers:
  nolindnaidoo-urls-le:
    command: "npx"
    args: ["-y", "urls-le-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "nolindnaidoo-urls-le": {
      "command": "npx",
      "args": [
        "-y",
        "urls-le-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-15 (score 75, +1)

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

### 2026-08-14 (score 74, −1)

- [security regression] Stability: 0.23 → unverified
- [functional regression] Schema quality: 165 → 196
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] Package version: 2.2.4 → 2.3.0

### 2026-08-13 (score 75, +1)

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

### 2026-08-11 (score 74, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-09 (score 72, +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.

### 2026-08-08 (score 71, +32)

- [functional improvement] Stability: unverified → 0.07
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] Package version: 2.2.2 → 2.2.4

### 2026-08-07 (score 39, −31)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] Package version: 2.2.2 → 2.2.4

### 2026-08-06 (score 70, +42)

- [security improvement] Known CVEs: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: 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

## MCP tools (1)

### `extract_urls` (~196 tokens)

Extract every URL from a document, with its protocol and 1-based line and column. Reads any text document. Markdown, HTML, CSS, JavaScript, TypeScript, JSON, YAML, Properties, TOML, INI and XML know what to exclude — code fences, comments, non-string tokens; everything else is scanned whole, and `fileType` says which happened.

Input parameters:

- `content` (string, required): The document text to scan.
- `dedupe` (boolean): Collapse repeated URLs to their first occurrence.
- `filename` (string): Filename used to infer the format when `format` is absent, e.g. "README.md".
- `format` (string): Document format. Provide this or `filename`. Common extensions and aliases are accepted; anything else is scanned as plain text rather than refused.
- `maxResults` (integer): Cap on returned URLs (default 500). meta.truncated reports whether any were dropped.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nolindnaidoo-urls-le/urls-le-mcp#diagnostics

## Score history

- 2026-08-15: 75
- 2026-08-14: 74
- 2026-08-13: 75
- 2026-08-12: 74
- 2026-08-11: 74
- 2026-08-10: 72
- 2026-08-09: 72
- 2026-08-08: 71
- 2026-08-07: 39
- 2026-08-06: 70
- 2026-08-05: 28

## Links

- npm package: https://www.npmjs.com/package/urls-le-mcp
- Socket report: https://socket.dev/npm/package/urls-le-mcp
- Repository: https://github.com/nolindnaidoo/urls-le
- Website: https://letools.dev/tools/urls-le
- Changelog RSS feed: https://verifymcp.io/servers/nolindnaidoo-urls-le/urls-le-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/nolindnaidoo-urls-le/urls-le-mcp.json
- HTML version of this page: https://verifymcp.io/servers/nolindnaidoo-urls-le/urls-le-mcp
