Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

PkgSeek Linux Intelligence

REMOTE · API.PKGSEEK.COM · SCANNED AUG 3

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

Available components

61 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability43
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 966 tokens (~43/item across 22 items; 22 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.pkgseek.com

# add to Claude Code
claude mcp add --transport http yeagoo-pkgseek https://api.pkgseek.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add yeagoo-pkgseek --url https://api.pkgseek.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  yeagoo-pkgseek:
    url: "https://api.pkgseek.com/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 0
    • Server version: 0.1.21 → 0.1.22 functional
  • 2 Aug 26 +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.

  • 1 Aug 26 +6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 54

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.pkgseek.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pkgseek.com CN=WE1,O=Google Trust Services,C=US 3 Jul 2026 1 Oct 2026 ECDSA 256 ECDSA-SHA256 637f05f700cbf1ba0eccd6b7261a44b1
SANs: pkgseek.com, *.pkgseek.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.pkgseek.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
pkgseek.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.pkgseek.com/mcp Verified 200
http (plaintext) http://api.pkgseek.com/mcp HTTPS enforced 301 https://api.pkgseek.com/mcp
MCP tools — 22 exposed · ~919 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_release_lifecycle ~62

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

NameTypeReqDescription
allow_security_supportboolean
distrostringyes
fail_within_daysinteger
releasestringyes

No output schema declared.

No examples provided.

compare_distro_releases ~66

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

NameTypeReqDescription
changestring
distrostringyes
fromstringyes
limitinteger
querystring
tostringyes

No output schema declared.

No examples provided.

compare_distros ~28

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

NameTypeReqDescription
toolstringyes

No output schema declared.

No examples provided.

compare_package_versions ~26

Compare a package's versions and repositories across distributions.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

diagnose_linux_error ~54

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

NameTypeReqDescription
distrostring
errorstringyes
releasestring
sourcestring

No output schema declared.

No examples provided.

explain_command ~42

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

NameTypeReqDescription
commandstringyes
distrostring

No output schema declared.

No examples provided.

get_context ~45

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

NameTypeReqDescription
distrostring
localestring
toolstringyes

No output schema declared.

No examples provided.

get_distro_lifecycle ~27

List cached lifecycle facts for a Linux distribution.

NameTypeReqDescription
distrostringyes

No output schema declared.

No examples provided.

get_package ~57

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

NameTypeReqDescription
distrostringyes
namestringyes
releasestring
repostring
sourcestring

No output schema declared.

No examples provided.

get_package_history ~46

Trace indexed package version history for regression investigation.

NameTypeReqDescription
distrostringyes
namestringyes
releasestring
sourcestring

No output schema declared.

No examples provided.

get_repository_health ~27

Read repository freshness, package counts and indexing health.

NameTypeReqDescription
freshness_hoursinteger

No output schema declared.

No examples provided.

get_tool ~28

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

NameTypeReqDescription
toolstringyes

No output schema declared.

No examples provided.

get_vulnerability ~39

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

NameTypeReqDescription
databasestring
idstringyes

No output schema declared.

No examples provided.

identify_binary ~25

Reverse an executable name to curated tools and packages.

NameTypeReqDescription
binarystringyes

No output schema declared.

No examples provided.

lint_command ~41

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

NameTypeReqDescription
commandstringyes
distrostring

No output schema declared.

No examples provided.

plan_distro_migration ~67

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

NameTypeReqDescription
packagesarrayyes
source_distrostringyes
source_releasestringyes
target_distrostringyes
target_releasestringyes

No output schema declared.

No examples provided.

query_file_provides ~28

Find packages that contain a command or filesystem path.

NameTypeReqDescription
pathstringyes

No output schema declared.

No examples provided.

resolve_install ~37

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

NameTypeReqDescription
distrostringyes
toolstringyes

No output schema declared.

No examples provided.

search_packages ~51

Search package names across repositories and distributions.

NameTypeReqDescription
distrostring
limitinteger
querystringyes
releasestring
sourcestring

No output schema declared.

No examples provided.

search_tools ~22

Search curated Linux command-line tools.

NameTypeReqDescription
querystringyes

No output schema declared.

No examples provided.

search_vulnerabilities ~61

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

NameTypeReqDescription
databasestring
distrostring
limitinteger
querystringyes
severitystring

No output schema declared.

No examples provided.

suggest_fix ~40

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

NameTypeReqDescription
commandstringyes
distrostring

No output schema declared.

No examples provided.