Skip to main content
Glama
dmc5179

Red Hat Security Data API MCP Server

by dmc5179

Red Hat Security Data API MCP Server

Un servidor de Model Context Protocol (MCP) que da acceso a los LLM, como Claude, a la Red Hat Security Data API. Consulta avisos CSAF, CVE y datos de flujo OVAL mediante lenguaje natural.

Qué hace

Este servidor expone seis herramientas que integran la Red Hat Security Data API v1.0:

Herramienta

Descripción

search_csaf

Buscar documentos de aviso CSAF por fecha, severidad, CVE, paquete o RHSA ID

get_csaf_details

Obtener el documento CSAF completo de un aviso específico

search_cves

Buscar CVE por fecha, severidad, puntuación CVSS, CWE, paquete o producto

get_cve_details

Obtener los detalles completos del CVE, incluidas las versiones afectadas y las mitigaciones

list_oval_streams

Listar los archivos de flujo OVAL v2 disponibles

get_oval_stream

Obtener los datos de flujo OVAL de un producto específico (p. ej., RHEL9)

Inicio rápido

npm install
npm run build
npm start

El servidor se ejecuta sobre stdio mediante el protocolo MCP. Consulta la documentación que aparece a continuación para conectarlo a Claude Desktop o a otros clientes MCP.

Documentación

Estructura del proyecto

src/
  index.ts          MCP server entry point and tool registration
  api-client.ts     HTTP client for the Red Hat Security Data API
  tools/
    csaf.ts         search_csaf, get_csaf_details
    cve.ts          search_cves, get_cve_details
    oval.ts         list_oval_streams, get_oval_stream
Containerfile       Multi-stage production build
build.sh            Container image build script (Podman)
podman-compose.yml  Local testing configuration (podman compose)

Licencia

Vea LICENSE.

-
license - not tested
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • Query and retrieve information about various adversarial tactics and techniques used in cyber atta…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmc5179/redhat-security-data-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server