Red Hat Security Data API MCP Server
Red Hat Security Data API MCP Server
一个 Model Context Protocol (MCP) 服务器,让 Claude 等 LLM 能够访问 Red Hat Security Data API。通过自然语言查询 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该服务器通过 stdio 使用 MCP 协议运行。请参阅下面的文档,了解如何将其连接到 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