# ALTWEB Context Loader (npm · altweb-context)

Loads signed ALTWEB context capsules — refuses unsigned, tampered, or untrusted by default.

- Trust score: 39/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- npm · `altweb-context`: 39/100 (this document), [markdown](https://verifymcp.io/servers/software-altweb-altweb-context/altweb-context.md), [page](https://verifymcp.io/servers/software-altweb-altweb-context/altweb-context)

## Channel facts

- Registry: `npm`
- Package: `altweb-context`
- Version: `1.1.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-22.

- **Supply Chain Security**: 99/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.
  - 9 of 46 dependencies flagged as unhealthy.
- **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 (AGPL-3.0-or-later).
  - Actively maintained (last published 0 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: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Capabilities**: 0/100
  - Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

**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 software-altweb-altweb-context -- npx -y altweb-context
```

### Codex

```bash
codex mcp add software-altweb-altweb-context -- npx -y altweb-context
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add software-altweb-altweb-context --command npx --arg -y --arg altweb-context
```

### Hermes

```yaml
mcp_servers:
  software-altweb-altweb-context:
    command: "npx"
    args: ["-y", "altweb-context"]
```

### Other

```json
{
  "mcpServers": {
    "software-altweb-altweb-context": {
      "command": "npx",
      "args": [
        "-y",
        "altweb-context"
      ]
    }
  }
}
```

## 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-22 (score 39, −16)

- [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.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.0.2 → 1.1.0

### 2026-08-21 (score 55)

First indexed and scored.

## MCP tools (3)

### `load_capsule` (~99 tokens)

Load a signed context capsule

Verify an ALTWEB capsule and, only if its signature is valid AND the signer fingerprint is trusted, return its markdown content. Refuses unsigned, tampered, and untrusted capsules.

Input parameters:

- `password` (string): Password for encrypted capsules
- `source` (string, required): Capsule source: path to a .altweb.html or .altweb file, a URL with #hash, a URL to a hosted standalone capsule, or the raw hash string

### `verify_capsule` (~91 tokens)

Verify a capsule and report provenance

Provenance report for an ALTWEB capsule (signed? verified? trusted? encrypted?) without returning its content.

Input parameters:

- `password` (string): Password: for encrypted capsules the signature covers the decrypted payload
- `source` (string, required): Capsule source: path to a .altweb.html or .altweb file, a URL with #hash, a URL to a hosted standalone capsule, or the raw hash string

### `list_trusted_keys` (~22 tokens)

List trusted signer fingerprints

Show the signers currently allowed by the local trust file.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/software-altweb-altweb-context/altweb-context#diagnostics

## Score history

- 2026-08-22: 39
- 2026-08-21: 55

## Links

- npm package: https://www.npmjs.com/package/altweb-context
- Socket report: https://socket.dev/npm/package/altweb-context
- Repository: https://github.com/danielsoimu/altweb
- Website: https://altweb.software/mcp-loader/
- Changelog RSS feed: https://verifymcp.io/servers/software-altweb-altweb-context/altweb-context.xml
- Changelog JSON feed: https://verifymcp.io/servers/software-altweb-altweb-context/altweb-context.json
- HTML version of this page: https://verifymcp.io/servers/software-altweb-altweb-context/altweb-context
