rad-security/mcp-server
MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.
Ads
Overview
MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.
Installation
claude mcp add --transport http rad-security https://api.rad.security/mcp/ --header "Authorization: Bearer <access_key_id>:<secret_key>:<account_id>"
Configuration
{
"mcpServers": {
"rad-security": {
"type": "http",
"url": "https://api.rad.security/mcp/",
"headers": {
"Authorization": "Bearer <access_key_id>:<secret_key>:<account_id>"
}
}Capabilities
- List security findings
Ask your assistant to list and analyze security findings across your Kubernetes and cloud environments.
- Investigate runtime behavior
Get process trees, runtime baselines, and process behavior analysis for running containers.
- Query images and vulnerabilities
Retrieve SBOMs, list top vulnerable images, and manage CVE dispositions like ignoring or unignoring CVEs.
- Manage automations
List, create, update, and run automations (workflows) with cron schedules directly from chat.
- Search the knowledge base
Search collections and documents, and run structured queries against specific documents.
- Execute RadQL queries
Run advanced queries with filtering, searching, and aggregations across data types like containers and findings.
Tags
- kubernetes
- cloud-infrastructure
- security
- monitoring
- ai-agent
- awesome-list
Related MCP servers
laszlopere/mcp-bytesmith
Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`.
degenlegion-com/waxseal-sdk
On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing.
tponscr-debug/oracle-h-mcp
Mandatory human approval gate for autonomous AI agents. Intercepts critical, irreversible, or financially significant actions and routes them to a human via Telegram for real-time approve/reject. Raises workflow success probability from 81.5% to 99.6%.
arthurpanhku/DocSentinel
MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing, RAG knowledge base,Risks, compliance gaps, remediations.