About
Claude MCP server to perform analysis on ROADrecon data
README
This MCP (Model Context Protocol) server provides AI assistants like Claude with access to your ROADRecon Azure AD data for security analysis.
The amazing ROADtools suite by dirkjanm can be found here: ROADRecon
Features
- Resources: Access Azure AD data from your ROADRecon instance
- Tools: Run security analysis on the data
- Prompts: Pre-built analysis templates for common security tasks
Prerequisites
- Python 3.8+
- A running ROADRecon instance with the web GUI accessible
- MCP-compatible client (Claude Desktop, etc.)
Installation
- Clone this repository
- Install dependencies:
pip install -r requirements.txt
Usage
Running the server
Make sure your ROADRecon GUI is running (default: http://localhost:5000)
Run the MCP server:
python roadrecon_mcp_server.pyTo specify a different ROADRecon URL:
ROADRECON_URL=http://localhost:8080 python roadrecon_mcp_server.py
Connecting with Claude Desktop
- Open Claude Desktop
- Go to Settings → Servers → Add Server
- Select "Add from running server"
- The server should appear in the list - click "Install"
More details on this step can be found here: https://modelcontextprotocol.io/quickstart/server
Using in Claude
Once connected, Claude can:
- Access Azure AD data via resources (e.g.,
roadrecon://users) - Run security analysis with tools (e.g.,
find_privileged_users) - Use pre-built prompts for common security tasks
Example Queries
- "Analyze the MFA status of users in this Azure AD tenant"
- "Find all users with privileged roles"
- "Check for applications with secrets or certificates"
- "Analyze the overall security posture of this Azure AD environment"
https://github.com/user-attachments/assets/806e9ccd-d80e-4058-be4f-9d37095f1fd6
Resources Available
roadrecon://stats- Summary statisticsroadrecon://users- All usersroadrecon://users/{id}- User detailsroadrecon://groups- All groupsroadrecon://groups/{id}- Group detailsroadrecon://applications- All applicationsroadrecon://applications/{id}- Application detailsroadrecon://serviceprincipals- All service principalsroadrecon://serviceprincipals/{id}- Service principal detailsroadrecon://devices- All devicesroadrecon://mfa- MFA status for all usersroadrecon://directoryroles- All directory rolesroadrecon://roledefinitions- All role definitionsroadrecon://approles- All app role assignmentsroadrecon://oauth2permissions- All OAuth2 permission grantsroadrecon://tenantdetails- Tenant details
Tools Available
find_privileged_users()- Find users with high-privilege rolesanalyze_mfa_status()- Analyze MFA deployment across usersfind_applications_with_secrets()- Find applications with secrets/certificatesanalyze_groups()- Analyze group types and membershipidentify_stale_accounts()- Find accounts that haven't logged in or changed password within a specified periodanalyze_pim_implementation()- Assess Privileged Identity Management implementationanalyze_service_principal_credentials()- Find over-permissioned service principals with long-lived credentialsanalyze_legacy_authentication()- Identify risks from legacy authentication protocols that bypass MFAanalyze_conditional_access_policies(file_path: str = "")- Analyze conditional access policies from an HTML file. Looks for the file at "C:\Temp\caps.html" by default, or prompts the user to specify a file path if not found.
Prompts Available
analyze_security_posture- Comprehensive security analysisanalyze_privileged_access- Analysis of privileged access modelinvestigate_application_risks- Application security risk assessmentanalyze_identity_security- Identity security configuration analysisanalyze_stale_accounts- Analysis of inactive user accountsanalyze_privileged_access_management- PIM implementation assessmentanalyze_service_principal_security- Service principal credential risk analysisanalyze_legacy_authentication_risks- Legacy authentication protocol risk assessmentanalyze_conditional_access- Analysis of conditional access policies and recommendationscomprehensive_security_review- Complete security review of the entire environment
License
MIT
Installing Roadrecon
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/atomicchonk/roadrecon_mcp_serverFAQ
Is Roadrecon MCP free?
Yes, Roadrecon MCP is free — one-click install via Unyly at no cost.
Does Roadrecon need an API key?
No, Roadrecon runs without API keys or environment variables.
Is Roadrecon hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Roadrecon in Claude Desktop, Claude Code or Cursor?
Open Roadrecon on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Roadrecon with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
