# pkg-oracle — Dependency Trust Oracle (remote · mcp-snowy-dew-9447.fly.dev)

Pay-per-call dependency trust oracle: verifies npm/PyPI packages before an AI agent installs them.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `mcp-snowy-dew-9447.fly.dev`: 63/100 (this document), [markdown](https://verifymcp.io/servers/julian-martin89-pkg-oracle/mcp-snowy-dew-9447.md), [page](https://verifymcp.io/servers/julian-martin89-pkg-oracle/mcp-snowy-dew-9447)

## Channel facts

- Endpoint: `https://mcp-snowy-dew-9447.fly.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-07.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 1 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 281 tokens (~281/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**: 10/100
  - Stability observed for 3 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 --transport http julian-martin89-pkg-oracle https://mcp-snowy-dew-9447.fly.dev/mcp
```

### Codex

```toml
[mcp_servers.julian-martin89-pkg-oracle]
url = "https://mcp-snowy-dew-9447.fly.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "julian-martin89-pkg-oracle": {
      "type": "remote",
      "url": "https://mcp-snowy-dew-9447.fly.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add julian-martin89-pkg-oracle --url https://mcp-snowy-dew-9447.fly.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  julian-martin89-pkg-oracle:
    url: "https://mcp-snowy-dew-9447.fly.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "julian-martin89-pkg-oracle": {
      "type": "http",
      "url": "https://mcp-snowy-dew-9447.fly.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-06 (score 63, +1)

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

### 2026-08-05 (score 62, +24)

- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 1 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: unverified → fail
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] New tool “verify_package”

### 2026-08-04 (score 38)

First indexed and scored.

## MCP tools (1)

### `verify_package` (~281 tokens)

Verify Package

Dependency Trust Oracle. Call this BEFORE writing any package into a manifest (package.json, requirements.txt, pyproject.toml, ...). It checks whether the package actually exists on its registry, cross-references OSV.dev for known CVEs, pulls the package's OpenSSF Scorecard via deps.dev, and runs a Levenshtein-distance typosquat/slopsquat check against a curated list of popular packages combined with the package's publish age. Returns a synthetic verdict: ALLOW (no issues found), WARN (proceed with caution — read the findings before installing), or BLOCK (do not install — likely a hallucinated package name, an active typosquat, or a known critical/high-severity vulnerability). Always call this before running an install command for a package you have not already verified in this session. First 5 calls per caller are free; after that this tool requires x402 payment (USDC on Base) and will return a payment-required error with the amount and address to pay.

Input parameters:

- `ecosystem` (string, required): Package registry to check the name against.
- `name` (string, required): Exact package name as it would appear in the manifest (case-sensitive for npm scoped packages).
- `version` (string): Optional exact version string to verify (e.g. "4.17.21"). Omit to check only the package name.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/julian-martin89-pkg-oracle/mcp-snowy-dew-9447#diagnostics

## Score history

- 2026-08-07: 63
- 2026-08-06: 63
- 2026-08-05: 62
- 2026-08-04: 38

## Links

- Remote endpoint: https://mcp-snowy-dew-9447.fly.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/julian-martin89-pkg-oracle/mcp-snowy-dew-9447.xml
- Changelog JSON feed: https://verifymcp.io/servers/julian-martin89-pkg-oracle/mcp-snowy-dew-9447.json
- HTML version of this page: https://verifymcp.io/servers/julian-martin89-pkg-oracle/mcp-snowy-dew-9447
