BOD-25-01-CSA-Microsoft-Policy-MCP
- Cloud Platforms
This MCP server implements VariousPolicies according to CSA BOD 25-01 requirements for Microsoft 365 cloud services
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_policy_status | Get current status of all CISA Defender policies |
configure_security_policies | Configure standard and strict security policies |
configure_pii_protection | Configure PII and sensitive information protection |
configure_audit_logging | Configure Microsoft Purview Audit settings |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLIENT_ID | Yes | Your client ID for Microsoft 365. | |
TENANT_ID | Yes | Your tenant ID for Microsoft 365. | |
CLIENT_SECRET | Yes | Your client secret for Microsoft 365. |
CISA M365 MCP Server
A Model Context Protocol (MCP) server implementing CISA Binding Operational Directive 25-01 security controls for Microsoft 365 (Azure AD/Entra ID).
Table of Contents
- Overview
- Security Controls
- Architecture
- Prerequisites
- Installation
- Configuration
- Usage
- API Reference
- Error Handling
- Testing
- Security Considerations
- Contributing
- License
Overview
This MCP server provides tools for configuring and managing Microsoft 365 security settings in accordance with BOD 25-01 requirements. It integrates with Microsoft Graph API to enforce security controls, monitor compliance, and provide detailed reporting.
Key Features
- Legacy authentication controls
- Risk-based access controls
- Multi-factor authentication management
- Application registration and consent controls
- Password policy management
- Privileged role management
- Cloud-only account enforcement
- PAM system integration
- Comprehensive compliance reporting
- Token-based authentication
- Type-safe argument validation
- Detailed error handling and logging
Security Controls
MS.AAD.1.1v1
Due Date: 06/20/2025
Block legacy authentication:
- Disables legacy authentication protocols
- Reduces attack surface
- Improves security posture
Implementation details:
MS.AAD.2.1v1 & MS.AAD.2.3v1
Due Date: 06/20/2025
Block high-risk users and sign-ins:
- Blocks users detected as high risk
- Blocks sign-ins detected as high risk
- Leverages Microsoft's threat intelligence
Implementation details:
MS.AAD.3.1v1, MS.AAD.3.2v1, MS.AAD.3.3v1
Due Date: 06/20/2025
MFA configuration:
- Enforces phishing-resistant MFA
- Configures alternative MFA methods
- Shows login context in Microsoft Authenticator
Implementation details:
MS.AAD.5.1v1, MS.AAD.5.2v1, MS.AAD.5.3v1, MS.AAD.5.4v1
Due Date: 06/20/2025
Application controls:
- Restricts app registration to admins
- Restricts app consent to admins
- Configures admin consent workflow
- Blocks group owner consent
Implementation details:
MS.AAD.6.1v1
Due Date: 06/20/2025
Password policy:
- Disables password expiration
- Follows modern security best practices
Implementation details:
MS.AAD.7.1v1 through MS.AAD.7.8v1
Due Date: 06/20/2025
Privileged role management:
- Limits Global Administrator count
- Enforces granular roles
- Requires cloud-only accounts
- Enforces PAM system usage
- Configures approval workflows
- Sets up alerting
Implementation details:
Architecture
Components
- Server Class
- Handles MCP protocol implementation
- Manages tool registration and execution
- Implements error handling and logging
- Authentication
- Token-based authentication with Microsoft Graph API
- Automatic token refresh
- Secure credential management
- Graph Client
- Wrapper around Microsoft Graph API
- Type-safe request/response handling
- Retry logic and error handling
- Tools
- Legacy authentication control
- Risk-based access management
- MFA configuration
- Application control
- Password policy management
- Role management
- Alert configuration
- Policy status reporting
Data Flow
Prerequisites
- Node.js 18.x or higher
- Microsoft 365 tenant with admin access
- Azure AD application with required permissions:
- Policy.ReadWrite.All
- RoleManagement.ReadWrite.All
- User.Read.All
- Application.ReadWrite.All
Installation
- Clone the repository:
- Install dependencies:
- Build the server:
Configuration
- Create Azure AD application:
- Navigate to Azure Portal > Azure Active Directory
- Register a new application
- Add required API permissions
- Create a client secret
- Configure environment variables:
Edit .env
file:
- Configure MCP settings:
Usage
Available Tools
block_legacy_auth
Block legacy authentication methods.
block_high_risk_users
Block users detected as high risk.
enforce_phishing_resistant_mfa
Enforce phishing-resistant MFA for all users.
configure_global_admins
Configure Global Administrator role assignments.
get_policy_status
Get current status of all security policies.
Example Usage
API Reference
Policy Settings API
Error Handling
The server implements comprehensive error handling:
- Authentication Errors
- Token acquisition failures
- Permission issues
- Tenant configuration problems
- API Errors
- Graph API request failures
- Rate limiting
- Service unavailability
- Validation Errors
- Invalid arguments
- Missing required parameters
- Type mismatches
- Runtime Errors
- Network issues
- Timeout problems
- Resource constraints
Example error response:
Testing
- Run unit tests:
- Run integration tests:
- Run compliance tests:
Security Considerations
- Authentication
- Use secure token storage
- Implement token rotation
- Monitor for suspicious activity
- API Access
- Follow least privilege principle
- Regular permission audits
- Monitor API usage
- Data Protection
- No sensitive data logging
- Secure configuration storage
- Regular security scans
- Compliance
- Regular compliance checks
- Automated policy verification
- Audit logging
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests
- Submit a pull request
Guidelines:
- Follow existing code style
- Add tests for new features
- Update documentation
- Keep commits atomic
License
MIT
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: