A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
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 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.
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.
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.
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 a complete, prioritized, and structured assessment report in JSON format, incorporating Executive Summary, Technical Findings, MITRE Mapping, Attack Paths, Risk Summary, and Remediation Plan.
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 all user accounts in the Active Directory domain scoped in the environment config.
Enumerate all security and distribution groups in the Active Directory domain scoped in the environment config.
Enumerate all computer accounts in the Active Directory domain scoped in the environment config.