INDIVIDUAL MCP TOOL
get_package_versions
Version-history timeline for a package (newest first), each entry with its commit sha, version, and file/line diff stats.
LIVE ENDPOINT
https://minimal.dev/api/mcp
Connect to this endpoint to inspect the live schema for get_package_versions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.minimal-pkgs]
url = "https://minimal.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"minimal-pkgs": {
"type": "http",
"url": "https://minimal.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: minimal-pkgs
Remote MCP URL: https://minimal.dev/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"minimal-pkgs": {
"url": "https://minimal.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"minimal-pkgs": {
"type": "http",
"url": "https://minimal.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "minimal-pkgs",
"transport": "streamable-http",
"url": "https://minimal.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_packages— Find catalog packages by name/topic text, category, and/or minimum advisory severity.get_package— Full record for one package — description, version, dependencies, direct advisories, OpenSSF scorecard, and links.get_advisories— Security advisories affecting a package: its direct advisories plus (by default) advisories inherited through its transitive runtime dependencies.get_dependencies— The package's DIRECT build + runtime dependencies, each enriched with version, license, and active-advisory rollup as of the snapshot.get_sbom— Software bill of materials for a package — the transitive build + runtime closure and a vulnerabilities block.list_catalog_commits— Recent commits on gominimal/pkgs:main (newest first) with their subjects.diff_catalog— What changed in the catalog FROM `base` (older commit) TO `sha` (newer commit): packages added/removed, version upgrades, and advisory deltas.