Skip to main content
Feedback

Red Hat Patchman MCP connector

Updated 

Red Hat Patchman is a patch management service for Red Hat systems hosted on cloud.redhat.com. The Red Hat Patchman MCP connector allows AI agents to identify applicable security advisories across systems, retrieve advisory details, and determine which systems are affected by a given advisory. It also supports exporting system and advisory data, and inspecting installed packages and system inventory details to track patch compliance across an organization's fleet.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Red Hat Patchman MCP connector to perform the following actions:

  • Identify security advisories affecting Red Hat systems across your fleet
  • Track which systems require patches for specific vulnerabilities
  • Audit installed packages and versions across your infrastructure
  • Export system and advisory data for compliance reporting
  • Remove decommissioned systems from patch tracking
  • Investigate package details for individual systems by inventory ID
  • Cross-reference advisories against systems to prioritize remediation
  • Monitor package metadata to assess update impact before deployment

Example prompts

Use the following example prompts to invoke Red Hat Patchman MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all the advisories affecting my systems in Red Hat Patchman.
  • What systems are impacted by advisory RHSA-2023:1234 in Red Hat Patchman?
  • Export a list of all systems in my Red Hat Patchman account.
  • List every package installed across my systems in Red Hat Patchman.
  • Which systems have OpenSSL installed according to Red Hat Patchman.
  • Give me details about system with inventory ID 12345 in Red Hat Patchman.
  • Show me all patch advisories for my production servers in Red Hat Patchman.
  • Delete an old system from Red Hat Patchman by its inventory ID.
  • Show me the package versions installed on a specific system in Red Hat Patchman.
  • Export all applicable advisories for my systems in Red Hat Patchman.

Red Hat Patchman MCP connector tools

The Red Hat Patchman MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
listAdvisoriesShow me all applicable advisories for all my systems
detailAdvisoryShow me details an advisory by given advisory name
listAdvisorySystemsShow me systems on which the given advisory is applicable
exportAdvisoriesExport applicable advisories for all my systems
exportAdvisorySystemsExport systems for my account
exportPackagesShow me all installed packages across my systems
exportPackageSystemsShow me all my systems which have a package installed
exportSystemsExport systems for my account
exportSystemAdvisoriesExport applicable advisories for all my systems
exportSystemPackagesShow me details about a system packages by given inventory id
listPackagesShow me all installed packages across my systems
LatestPackageShow me metadata of selected package
packageSystemsShow me all my systems which have a package installed
packageVersionsShow me all package versions installed on some system
listSystemsShow me all my systems
deletesystemDelete system by inventory id
detailSystemShow me details about a system by given inventory id
listSystemAdvisoriesShow me advisories for a system by given inventory id
systemPackagesShow me details about a system packages by given inventory id
viewAdvisoriesSystemsView advisory-system pairs for selected systems and advisories
viewSystemsAdvisoriesView system-advisory pairs for selected systems and advisories
On this Page