# Kloakt (pypi · kloakt)

Cloaked headless browser for AI agents — stealth TLS, smart extraction, SPA fallback

- Trust score: 24/100 (low)
- Change this week: −23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- pypi · `kloakt`: 24/100 (this document), [markdown](https://verifymcp.io/servers/kultmember6banger-kloakt/kloakt.md), [page](https://verifymcp.io/servers/kultmember6banger-kloakt/kloakt)

## Channel facts

- Registry: `pypi`
- Package: `kloakt`
- Version: `0.1.2`
- 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**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 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 96 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add kultmember6banger-kloakt -- uvx kloakt
```

### Codex

```bash
codex mcp add kultmember6banger-kloakt -- uvx kloakt
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kultmember6banger-kloakt": {
      "type": "local",
      "command": [
        "uvx",
        "kloakt"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kultmember6banger-kloakt --command uvx --arg kloakt
```

### Hermes

```yaml
mcp_servers:
  kultmember6banger-kloakt:
    command: "uvx"
    args: ["kloakt"]
```

### Other

```json
{
  "mcpServers": {
    "kultmember6banger-kloakt": {
      "command": "uvx",
      "args": [
        "kloakt"
      ]
    }
  }
}
```

## 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-03 (score 24, −15)

- [security regression] Malware scan: pass → unverified

### 2026-08-02 (score 39, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 24, −5)

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

### 2026-07-31 (score 29, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 47, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

### 2026-07-26 (score 47)

First indexed and scored.

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

## MCP tools (2)

### `kloakt_extract` (~199 tokens)

Extract clean markdown content from a web page using a headless browser with full JavaScript rendering. Strips nav/header/footer by default. Returns structured data: title, URL, markdown content, meta tags, timing. Use this instead of WebFetch when you need JS-rendered content or clean markdown.

Input parameters:

- `delay` (integer): Extra milliseconds to wait after load for async content (default: 0)
- `format` (string): Output format (default: markdown)
- `main_only` (boolean): Strip nav/header/footer/sidebar (default: true)
- `max_chars` (integer): Truncate content to N characters (0 = unlimited, default: 0)
- `selector` (string): CSS selector to wait for before extracting
- `stealth` (boolean): Enable anti-detection mode
- `url` (string, required): The URL to extract content from
- `wait_until` (string): When to consider page loaded (default: load)

### `kloakt_fetch` (~90 tokens)

Low-level page fetch with JS rendering. Returns raw output as string. Supports HTML dump, text dump, link extraction, or arbitrary JS evaluation.

Input parameters:

- `dump` (string): Output format (default: text)
- `eval_js` (string): JavaScript expression to evaluate on the page
- `stealth` (boolean): Enable anti-detection mode
- `url` (string, required): The URL to fetch

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/kultmember6banger-kloakt/kloakt#diagnostics

## Score history

- 2026-08-03: 24
- 2026-08-02: 39
- 2026-08-01: 24
- 2026-07-31: 29
- 2026-07-29: 47
- 2026-07-28: 47
- 2026-07-27: 47
- 2026-07-26: 47

## Links

- PyPI project: https://pypi.org/project/kloakt/
- Socket report: https://socket.dev/pypi/package/kloakt
- Repository: https://github.com/KultMember6Banger/kloakt
- Changelog RSS feed: https://verifymcp.io/servers/kultmember6banger-kloakt/kloakt/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kultmember6banger-kloakt/kloakt/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kultmember6banger-kloakt/kloakt
