Red Hat Security Data API MCP Server
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을 래핑하는 여섯 가지 도구를 제공합니다:
도구 | 설명 |
| 날짜, 심각도, CVE, 패키지 또는 RHSA ID로 CSAF 권고 문서 검색 |
| 특정 권고에 대한 전체 CSAF 문서 가져오기 |
| 날짜, 심각도, CVSS 점수, CWE, 패키지 또는 제품으로 CVE 검색 |
| 영향받는 릴리스 및 완화 조치를 포함한 전체 CVE 세부 정보 가져오기 |
| 사용 가능한 OVAL v2 스트림 파일 나열 |
| 특정 제품(예: RHEL9)에 대한 OVAL 스트림 데이터 가져오기 |
빠른 시작
npm install
npm run build
npm start서버는 MCP 프로토콜을 사용하여 stdio를 통해 실행됩니다. Claude Desktop 또는 다른 MCP 클라이언트에 연결하는 방법은 아래 문서를 참조하세요.
문서
빌드 및 실행 -- 소스, 컨테이너(Podman), 환경 변수에서 빌드
Claude Desktop / Claude Code 설정 -- 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를 참조하세요.
This server cannot be installed
Maintenance
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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