# io.github.Octen-Team/octen-mcp (npm · octen-mcp)

URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights.

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

## Components

- npm · `octen-mcp`: 74/100 (this document), [markdown](https://verifymcp.io/servers/octen-team-octen-mcp/octen-mcp.md), [page](https://verifymcp.io/servers/octen-team-octen-mcp/octen-mcp)

## Channel facts

- Registry: `npm`
- Package: `octen-mcp`
- Version: `0.1.5`
- 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-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Octen-Team/octen-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 264 tokens (~264/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add octen-team-octen-mcp -- npx -y octen-mcp
```

### Codex

```bash
codex mcp add octen-team-octen-mcp -- npx -y octen-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add octen-team-octen-mcp --command npx --arg -y --arg octen-mcp
```

### Hermes

```yaml
mcp_servers:
  octen-team-octen-mcp:
    command: "npx"
    args: ["-y", "octen-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "octen-team-octen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "octen-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-02 (score 74, +49)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [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] The attested source repository moved: Octen-Team/octen-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 25, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 20, −4)

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

### 2026-07-30 (score 24, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 45)

First indexed and scored.

## MCP tools (1)

### `extract` (~264 tokens)

Fetch one or more URLs and return LLM-ready content from Octen. Unique to Octen: pass a `query` to get the most relevant highlights per page instead of the full body; every result includes a `category` (topical) and `page_structure` (typology) classification. Bare hosts like 'octen.ai' are auto-normalized to https. Cached when fresh.

Input parameters:

- `format` (string): Output format. Default markdown.
- `include_audio` (boolean): Return audio URLs found on each page.
- `include_favicon` (boolean): Return each page's favicon URL.
- `include_images` (boolean): Return image URLs found on each page.
- `include_videos` (boolean): Return video URLs found on each page.
- `max_age_seconds` (integer): Maximum age of cached content in seconds. Default 24h. Lower this for time-sensitive pages (news / prices).
- `query` (string): Optional intent-focused keywords. When set, each result returns `highlights` (most relevant snippets, ranked) instead of `full_content`.
- `timeout` (integer): Per-URL timeout in seconds (1-60).
- `urls` (array, required): URLs to extract. 1-20 per call. Bare hosts ok.

## Diagnostics

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

## Score history

- 2026-08-03: 74
- 2026-08-02: 74
- 2026-08-01: 25
- 2026-07-31: 20
- 2026-07-30: 24
- 2026-07-28: 45
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/octen-mcp
- Socket report: https://socket.dev/npm/package/octen-mcp
- Repository: https://github.com/Octen-Team/octen-mcp
- Changelog RSS feed: https://verifymcp.io/servers/octen-team-octen-mcp/octen-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/octen-team-octen-mcp/octen-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/octen-team-octen-mcp/octen-mcp
