# PkgSeek Linux Intelligence (remote · api.pkgseek.com)

Linux package, file, command, vulnerability, lifecycle, migration, and repository intelligence.

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

## Components

- remote · `api.pkgseek.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/yeagoo-pkgseek/api.md), [page](https://verifymcp.io/servers/yeagoo-pkgseek/api)

## Channel facts

- Endpoint: `https://api.pkgseek.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.19`

## 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-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 966 tokens (~43/item across 22 items; 22 tools + 0 resources), lean.
  - 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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 yeagoo-pkgseek https://api.pkgseek.com/mcp
```

### Codex

```toml
[mcp_servers.yeagoo-pkgseek]
url = "https://api.pkgseek.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yeagoo-pkgseek": {
      "type": "remote",
      "url": "https://api.pkgseek.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add yeagoo-pkgseek --url https://api.pkgseek.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  yeagoo-pkgseek:
    url: "https://api.pkgseek.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "yeagoo-pkgseek": {
      "type": "http",
      "url": "https://api.pkgseek.com/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-03 (score 61, 0)

- [functional] Server version: 0.1.21 → 0.1.22

### 2026-08-02 (score 61, +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-01 (score 60, +6)

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

### 2026-07-31 (score 54)

First indexed and scored.

## MCP tools (22)

### `search_tools` (~22 tokens)

Search Tools

Search curated Linux command-line tools.

Input parameters:

- `query` (string, required)

### `get_tool` (~28 tokens)

Get Tool

Get a sourced tool record, commands, flags and distribution mappings.

Input parameters:

- `tool` (string, required)

### `resolve_install` (~37 tokens)

Resolve Install

Resolve a tool and distribution to its package, real binary and install command.

Input parameters:

- `distro` (string, required)
- `tool` (string, required)

### `identify_binary` (~25 tokens)

Identify Binary

Reverse an executable name to curated tools and packages.

Input parameters:

- `binary` (string, required)

### `query_file_provides` (~28 tokens)

Query File Provides

Find packages that contain a command or filesystem path.

Input parameters:

- `path` (string, required)

### `diagnose_linux_error` (~54 tokens)

Diagnose Linux Error

Turn a package-not-found or command-not-found error into matching packages and install guidance.

Input parameters:

- `distro` (string)
- `error` (string, required)
- `release` (string)
- `source` (string)

### `lint_command` (~41 tokens)

Lint Command

Statically inspect a shell command for unsupported flags and portability issues. The command is never executed.

Input parameters:

- `command` (string, required)
- `distro` (string)

### `explain_command` (~42 tokens)

Explain Command

Explain and statically inspect a command using the Command Doctor knowledge base. The command is never executed.

Input parameters:

- `command` (string, required)
- `distro` (string)

### `suggest_fix` (~40 tokens)

Suggest Fix

Return conservative, sourced guidance for command syntax or portability problems. The command is never executed.

Input parameters:

- `command` (string, required)
- `distro` (string)

### `compare_distros` (~28 tokens)

Compare Distros

Compare installation names and commands for a tool across Linux distributions.

Input parameters:

- `tool` (string, required)

### `search_packages` (~51 tokens)

Search Packages

Search package names across repositories and distributions.

Input parameters:

- `distro` (string)
- `limit` (integer)
- `query` (string, required)
- `release` (string)
- `source` (string)

### `get_package` (~57 tokens)

Get Package

Get package metadata, dependencies, files and vulnerability evidence for one distribution.

Input parameters:

- `distro` (string, required)
- `name` (string, required)
- `release` (string)
- `repo` (string)
- `source` (string)

### `compare_package_versions` (~26 tokens)

Compare Package Versions

Compare a package's versions and repositories across distributions.

Input parameters:

- `name` (string, required)

### `search_vulnerabilities` (~61 tokens)

Search Vulnerabilities

Search cached CVE or CNNVD records, with optional distribution and severity filters.

Input parameters:

- `database` (string)
- `distro` (string)
- `limit` (integer)
- `query` (string, required)
- `severity` (string)

### `get_vulnerability` (~39 tokens)

Get Vulnerability

Get a cached CVE or CNNVD record and distribution-aware affected-package evidence.

Input parameters:

- `database` (string)
- `id` (string, required)

### `check_release_lifecycle` (~62 tokens)

Check Release Lifecycle

Evaluate whether a Linux distribution release is active, nearing EOL or unsupported under a CI policy.

Input parameters:

- `allow_security_support` (boolean)
- `distro` (string, required)
- `fail_within_days` (integer)
- `release` (string, required)

### `get_distro_lifecycle` (~27 tokens)

Get Distro Lifecycle

List cached lifecycle facts for a Linux distribution.

Input parameters:

- `distro` (string, required)

### `compare_distro_releases` (~66 tokens)

Compare Distro Releases

Compare package additions, removals and version changes between two releases.

Input parameters:

- `change` (string)
- `distro` (string, required)
- `from` (string, required)
- `limit` (integer)
- `query` (string)
- `to` (string, required)

### `plan_distro_migration` (~67 tokens)

Plan Distro Migration

Map packages from one distribution release to another and report missing or ambiguous replacements.

Input parameters:

- `packages` (array, required)
- `source_distro` (string, required)
- `source_release` (string, required)
- `target_distro` (string, required)
- `target_release` (string, required)

### `get_package_history` (~46 tokens)

Get Package History

Trace indexed package version history for regression investigation.

Input parameters:

- `distro` (string, required)
- `name` (string, required)
- `release` (string)
- `source` (string)

### `get_repository_health` (~27 tokens)

Get Repository Health

Read repository freshness, package counts and indexing health.

Input parameters:

- `freshness_hours` (integer)

### `get_context` (~45 tokens)

Get Context

Get a token-efficient context pack with trust and execution guardrails for an agent.

Input parameters:

- `distro` (string)
- `locale` (string)
- `tool` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/yeagoo-pkgseek/api#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 54

## Links

- Remote endpoint: https://api.pkgseek.com/mcp
- Repository: https://github.com/yeagoo/pkgseek
- Website: https://pkgseek.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/yeagoo-pkgseek/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/yeagoo-pkgseek/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/yeagoo-pkgseek/api
