PkgSeek Linux Intelligence
REMOTE · API.PKGSEEK.COM · SCANNED AUG 3
Linux package, file, command, vulnerability, lifecycle, migration, and repository intelligence.
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http yeagoo-pkgseek https://api.pkgseek.com/mcp
[mcp_servers.yeagoo-pkgseek] url = "https://api.pkgseek.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"yeagoo-pkgseek": {
"type": "remote",
"url": "https://api.pkgseek.com/mcp",
"enabled": true
}
}
} openclaw mcp add yeagoo-pkgseek --url https://api.pkgseek.com/mcp --transport streamable-http
mcp_servers:
yeagoo-pkgseek:
url: "https://api.pkgseek.com/mcp" {
"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.
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.
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 |
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.
check_release_lifecycle Check Release Lifecycle ~62
Evaluate whether a Linux distribution release is active, nearing EOL or unsupported under a CI policy.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_security_support | boolean | — | — |
| distro | string | yes | — |
| fail_within_days | integer | — | — |
| release | string | yes | — |
No output schema declared.
No examples provided.
compare_distro_releases Compare Distro Releases ~66
Compare package additions, removals and version changes between two releases.
| Name | Type | Req | Description |
|---|---|---|---|
| change | string | — | — |
| distro | string | yes | — |
| from | string | yes | — |
| limit | integer | — | — |
| query | string | — | — |
| to | string | yes | — |
No output schema declared.
No examples provided.
compare_distros Compare Distros ~28
Compare installation names and commands for a tool across Linux distributions.
| Name | Type | Req | Description |
|---|---|---|---|
| tool | string | yes | — |
No output schema declared.
No examples provided.
compare_package_versions Compare Package Versions ~26
Compare a package's versions and repositories across distributions.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
diagnose_linux_error Diagnose Linux Error ~54
Turn a package-not-found or command-not-found error into matching packages and install guidance.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | — | — |
| error | string | yes | — |
| release | string | — | — |
| source | string | — | — |
No output schema declared.
No examples provided.
explain_command Explain Command ~42
Explain and statically inspect a command using the Command Doctor knowledge base. The command is never executed.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | — |
| distro | string | — | — |
No output schema declared.
No examples provided.
get_context Get Context ~45
Get a token-efficient context pack with trust and execution guardrails for an agent.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | — | — |
| locale | string | — | — |
| tool | string | yes | — |
No output schema declared.
No examples provided.
get_distro_lifecycle Get Distro Lifecycle ~27
List cached lifecycle facts for a Linux distribution.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | yes | — |
No output schema declared.
No examples provided.
get_package Get Package ~57
Get package metadata, dependencies, files and vulnerability evidence for one distribution.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | yes | — |
| name | string | yes | — |
| release | string | — | — |
| repo | string | — | — |
| source | string | — | — |
No output schema declared.
No examples provided.
get_package_history Get Package History ~46
Trace indexed package version history for regression investigation.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | yes | — |
| name | string | yes | — |
| release | string | — | — |
| source | string | — | — |
No output schema declared.
No examples provided.
get_repository_health Get Repository Health ~27
Read repository freshness, package counts and indexing health.
| Name | Type | Req | Description |
|---|---|---|---|
| freshness_hours | integer | — | — |
No output schema declared.
No examples provided.
get_tool Get Tool ~28
Get a sourced tool record, commands, flags and distribution mappings.
| Name | Type | Req | Description |
|---|---|---|---|
| tool | string | yes | — |
No output schema declared.
No examples provided.
get_vulnerability Get Vulnerability ~39
Get a cached CVE or CNNVD record and distribution-aware affected-package evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| database | string | — | — |
| id | string | yes | — |
No output schema declared.
No examples provided.
identify_binary Identify Binary ~25
Reverse an executable name to curated tools and packages.
| Name | Type | Req | Description |
|---|---|---|---|
| binary | string | yes | — |
No output schema declared.
No examples provided.
lint_command Lint Command ~41
Statically inspect a shell command for unsupported flags and portability issues. The command is never executed.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | — |
| distro | string | — | — |
No output schema declared.
No examples provided.
plan_distro_migration Plan Distro Migration ~67
Map packages from one distribution release to another and report missing or ambiguous replacements.
| Name | Type | Req | Description |
|---|---|---|---|
| packages | array | yes | — |
| source_distro | string | yes | — |
| source_release | string | yes | — |
| target_distro | string | yes | — |
| target_release | string | yes | — |
No output schema declared.
No examples provided.
query_file_provides Query File Provides ~28
Find packages that contain a command or filesystem path.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | — |
No output schema declared.
No examples provided.
resolve_install Resolve Install ~37
Resolve a tool and distribution to its package, real binary and install command.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | yes | — |
| tool | string | yes | — |
No output schema declared.
No examples provided.
search_packages Search Packages ~51
Search package names across repositories and distributions.
| Name | Type | Req | Description |
|---|---|---|---|
| distro | string | — | — |
| limit | integer | — | — |
| query | string | yes | — |
| release | string | — | — |
| source | string | — | — |
No output schema declared.
No examples provided.
search_tools Search Tools ~22
Search curated Linux command-line tools.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | — |
No output schema declared.
No examples provided.
search_vulnerabilities Search Vulnerabilities ~61
Search cached CVE or CNNVD records, with optional distribution and severity filters.
| Name | Type | Req | Description |
|---|---|---|---|
| database | string | — | — |
| distro | string | — | — |
| limit | integer | — | — |
| query | string | yes | — |
| severity | string | — | — |
No output schema declared.
No examples provided.
suggest_fix Suggest Fix ~40
Return conservative, sourced guidance for command syntax or portability problems. The command is never executed.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | — |
| distro | string | — | — |
No output schema declared.
No examples provided.