Back to MCP Directory
Roadrecon
Model Context Protocol moderate risk

Roadrecon

ROADrecon MCP Server provides AI assistants access to Azure AD data, enabling security analysis and posture assessment via resources, tools, and pre-built prompts.

Connections & Capabilities

Connects To

GitHubAzure

Capabilities

readwriteexec

Quickstart

Install

pip install -r

Exposed MCP Tools (9)

safe
find_privileged_users()

Identifies users with high-privilege roles in the Azure AD tenant.

Read-only operation that identifies privileged users.

safe
analyze_mfa_status()

Analyzes the multi-factor authentication deployment across users.

Read-only operation that assesses MFA deployment.

safe
find_applications_with_secrets()

Finds applications with secrets or certificates stored in Azure AD.

Read-only operation that identifies applications with secrets.

safe
analyze_groups()

Analyzes group types and membership within the Azure AD tenant.

Read-only operation that analyzes group configurations.

safe
identify_stale_accounts()

Finds user accounts that haven't logged in or changed passwords recently.

Read-only operation to identify inactive accounts.

safe
analyze_pim_implementation()

Assesses the implementation of Privileged Identity Management (PIM) in the tenant.

Read-only operation to evaluate PIM usage.

safe
analyze_service_principal_credentials()

Finds over-permissioned service principals with long-lived credentials.

Read-only operation to identify risky service principals.

safe
analyze_legacy_authentication()

Identifies risks associated with legacy authentication protocols.

Read-only operation to assess legacy authentication risks.

moderate
analyze_conditional_access_policies(file_path: str = "")

Analyzes conditional access policies from an HTML file.

Requires file upload, potential for information disclosure if the file contains sensitive data.

Safety Assessment

This server is relatively safe for read-only operations and guided analysis. However, tools that modify configurations or permissions should be used with caution. The overall security depends on the ROADRecon instance's security and access controls.

  • Primarily read-only access to Azure AD data.
  • Pre-built prompts offer guided analysis.
  • Tools provide specific security assessments.
  • Access is gated by ROADRecon instance and its access controls.
  • Some tools can modify configurations or permissions.
  • Potential for over-permissioning if tools are misused.
  • Exposure depends on the security of the ROADRecon instance.
  • Secrets and credentials might be exposed if applications with secrets are accessed.