Adstrike Server

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
    "adstrike-server": {
      "url": "https://ad-api-1-we-hack-for-funexe-amrita-university-amritapuri-campus.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
    "adstrike-server": {
      "serverUrl": "https://ad-api-1-we-hack-for-funexe-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

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

[mcp_servers.adstrike-server]
url = "https://ad-api-1-we-hack-for-funexe-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://ad-api-1-we-hack-for-funexe-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
discover-assets

ALWAYS call this tool when the user asks to discover, list, scan, or enumerate Active Directory assets, domain controllers, CAs, servers, or workstations — even if a similar scan was run earlier. Never answer from memory. Filter by domain scope (e.g. CORP.LOCAL), asset type (domain-controller), and assessment id (e.g. ASMT-2026-0714 or ASMT-2026). Returns assets and renders the asset-list widget.

validate-path

Validate the exploitable attack path for a discovered Active Directory asset. Resolves the assetId from the current assessment's discovered assets — never uses hardcoded IDs. Returns the attack chain steps mapped to MITRE ATT&CK techniques, confidence, and impact.

run-ldap-assessment

Perform a live Active Directory security assessment by querying AD Users, Groups, and Computers via LDAP and computing risk metrics. Loads all IDs and findings from the assessment — never uses hardcoded asset or finding IDs.

chain-findings

Correlate an assessment’s findings into a privilege-escalation chain. Returns the ordered attack-graph nodes from initial foothold to domain dominance with MITRE ATT&CK mapping.

remediation-plan

Generate a prioritized remediation plan for a specific finding. The findingId must be a real finding ID loaded from the assessment — never a hardcoded placeholder. Optionally scoped to an assessmentId to validate the finding belongs to that assessment.

generate-assessment-report

Generate a complete, prioritized, and structured assessment report in JSON format, incorporating Executive Summary, Technical Findings, MITRE Mapping, Attack Paths, Risk Summary, and Remediation Plan.

run-red-team-assessment

Orchestrate a full authorized Active Directory red-team assessment workflow: discover assets, validate attack paths, correlate findings into an attack graph, map MITRE ATT&CK techniques, calculate business risk, and generate executive/technical reports plus remediation plans. Reuses discover-assets, validate-path, chain-findings, and remediation-plan — does not reimplement them.

enumerate_users

Enumerate all user accounts in the Active Directory domain scoped in the environment config.

enumerate_groups

Enumerate all security and distribution groups in the Active Directory domain scoped in the environment config.

enumerate_computers

Enumerate all computer accounts in the Active Directory domain scoped in the environment config.