RAD Security MCP Server

Created By
rad-securitya year ago
Rad Security MCP Server
Overview

what is RAD Security MCP Server?

RAD Security MCP Server is a Model Context Protocol (MCP) server designed to provide AI-powered security insights for Kubernetes and cloud environments.

how to use RAD Security MCP Server?

To use the MCP Server, install it via npm, set the required environment variables, and start the server using the provided scripts or Docker container.

key features of RAD Security MCP Server?

  • Account Inventory: List clusters and their details.
  • Containers Inventory: List containers and their details.
  • Security Findings: Analyze security findings.
  • Runtime Security: Monitor running containers and analyze their behavior.
  • Network Security: Track network connections and analyze patterns.
  • Identity and Access: Manage identities and access details.
  • Audit: Monitor shell access to pods.
  • Cloud Security: Monitor cloud resources and compliance.
  • Images: Analyze vulnerabilities in container images.
  • Kubernetes Objects: Manage and monitor Kubernetes resources.
  • Threat Vector: Identify and analyze threat vectors.

use cases of RAD Security MCP Server?

  1. Monitoring security compliance in Kubernetes clusters.
  2. Analyzing vulnerabilities in container images.
  3. Tracking network activity and connections in cloud environments.
  4. Auditing access to sensitive resources in pods.

FAQ from RAD Security MCP Server?

  • What are the prerequisites for using the MCP Server?

You need a RAD Security account, an API key, and Node.js 20.x or higher.

  • Can I run the MCP Server in a Docker container?

Yes! You can build and run the MCP Server as a Docker container.

  • What license does the MCP Server use?

The MCP Server is licensed under the MIT License.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
rad-security
Star
3
Language
TypeScript
License
MIT license
Category
security
Tags

Recommend Servers

View All
Datagrout

11 hours ago
Pipeworx

12 hours ago
Datagrout

11 hours ago
Verify Action
@Armada735

Verify AI agent tool calls with content-addressed, HMAC-attested receipts. Free third-party verification API for AI agents. Call verify_action(claim, evidence) to get an independent integrity check on whether your claimed action matches the actual evidence. Useful for catching silent failures: incorrect SQL operations, file-op mismatches, API call inconsistencies, and code-diff scope creep. Five specialized verifier kinds: - code_diff: verb / path / identifier coherence with unified diff - db_op: row delta + SQL operation + ID match - file_op: existence state + line/size delta - api_call: request body and response status coherence - generic: conservative fallback Returns: - aar_verdict: verified | contradicted | insufficient_evidence | unsafe_to_verify - verdict: ok | mismatch | uncertain (legacy 3-value alias) - reasoning, confidence - receipt: verify_action_receipt.v0 with HMAC-SHA256 signature, content-addressed via SHA-256 hashes of claim and evidence Cross-vendor: works with Claude Code, Cursor, Cline, Codex, Codeium, and any MCP-compatible harness. Stateless, per-request, no API key, no registration. Pure Python stdlib (no pip install). Anonymized telemetry only — no PII, no model fingerprint, no raw claim/evidence retention. Honest scope: this is a small reference implementation, not a canonical inter-vendor standard. v0 receipts use HMAC-SHA256 (symmetric, single-issuer); v1 with ed25519 + multi-issuer is on the roadmap. The hosted endpoint has no SLA — self-host for stability (git clone && ./start.sh). 90-day probe with explicit kill criteria. If adoption appears, v1 schema work begins. If response is null, the null is itself a publishable data point.

21 hours ago