Skip to main content
Glama
dmc5179

Red Hat Security Data API MCP Server

by dmc5179

Red Hat Security Data API MCP Server

Claude와 같은 LLM이 Red Hat Security Data API에 접근할 수 있게 해주는 Model Context Protocol(MCP) 서버입니다. 자연어를 통해 CSAF 권고, CVE, OVAL 스트림 데이터를 조회할 수 있습니다.

제공 기능

이 서버는 Red Hat Security Data API v1.0을 래핑하는 여섯 가지 도구를 제공합니다:

도구

설명

search_csaf

날짜, 심각도, CVE, 패키지 또는 RHSA ID로 CSAF 권고 문서 검색

get_csaf_details

특정 권고에 대한 전체 CSAF 문서 가져오기

search_cves

날짜, 심각도, CVSS 점수, CWE, 패키지 또는 제품으로 CVE 검색

get_cve_details

영향받는 릴리스 및 완화 조치를 포함한 전체 CVE 세부 정보 가져오기

list_oval_streams

사용 가능한 OVAL v2 스트림 파일 나열

get_oval_stream

특정 제품(예: RHEL9)에 대한 OVAL 스트림 데이터 가져오기

빠른 시작

npm install
npm run build
npm start

서버는 MCP 프로토콜을 사용하여 stdio를 통해 실행됩니다. Claude Desktop 또는 다른 MCP 클라이언트에 연결하는 방법은 아래 문서를 참조하세요.

문서

프로젝트 구조

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)

라이선스

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