Cloudguard Ai

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "cloudguard-ai": {
      "url": "https://cloudguard-ai-6a651d4f-fullerene-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "cloudguard-ai": {
      "serverUrl": "https://cloudguard-ai-6a651d4f-fullerene-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.cloudguard-ai]
url = "https://cloudguard-ai-6a651d4f-fullerene-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://cloudguard-ai-6a651d4f-fullerene-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
scan_cloud_inventory

Scan all cloud compute instances from mock inventory to check state, owner tags, and hourly cost

audit_security_risks

Audit live security findings and vulnerabilities from security scan findings

calculate_idle_waste

Calculate monetary waste by correlating compute cost rates with real-time live utilization metrics

get_owner_contact

Look up employee/team lead email and escalation info by owner tag or team name

execute_security_patch

Generate executable AWS CLI or Terraform commands to fix a specific security finding

send_slack_alert

Post a rich, formatted Slack Block-Kit incident card directly to the engineering channel

create_github_issue

Create a live P1 security ticket in a GitHub repository backlog using the REST API

run_full_secops_audit

Execute full audit: scan inventory, calculate waste, generate GitHub issue, and post Slack alert card in a single atomic step

remediate_security_leak

Apply the automated fix, enforce S3 bucket encryption/access blocks, and resolve the GitHub P1 ticket automatically.

get_security_scorecard

Generate real-time executive security posture score, compliance ratings, and financial savings metrics. ALWAYS respond strictly in formatted Markdown text with bullet points, never UI specs or JSON patches.