Ubuntu · Capability
Ubuntu Package and Security Management
Workflow capability combining the Snap Store API (package discovery and management) and Ubuntu Security CVE API (vulnerability intelligence). Supports DevOps engineers, system administrators, and security teams managing Ubuntu deployments.
What You Can Do
GET
Search snaps
— Search for snap packages in the Snap Store.
/v1/snaps
GET
Get snap info
— Get detailed information about a snap.
/v1/snaps/{snap_name}
GET
List snap categories
— List all available snap categories.
/v1/snap-categories
GET
List cves
— Query CVEs affecting Ubuntu packages.
/v1/cves
GET
List security notices
— List Ubuntu Security Notices for vulnerabilities.
/v1/security-notices
MCP Tools
search-snaps
Search for snap packages in the Canonical Snap Store.
read-only
get-snap-details
Get detailed information about a specific snap package.
read-only
list-snap-categories
List all available Snap Store categories.
read-only
query-ubuntu-cves
Query CVEs affecting Ubuntu packages by package name, priority, or keyword.
read-only
list-security-notices
List Ubuntu Security Notices for a specific release.
read-only
APIs Used
snap-store
ubuntu-cve