Skip to main content
Glama

IMCP - Insecure Model Context Protocol

security-compliance-scanner

Automate security audits and compliance checks for enterprise environments. Identify vulnerabilities and ensure adherence to standards like SOC2, ISO27001, and NIST with a configurable scan tool.

Instructions

🔒 IT Security Compliance Scanner - Automated security assessment tool for enterprise environments. Performs comprehensive security audits, compliance checks, and vulnerability assessments according to industry standards (SOC2, ISO27001, NIST).

Input Schema

NameRequiredDescriptionDefault
complianceLevelNoCompliance framework (SOC2, ISO27001, HIPAA, PCI-DSS)
componentYesSystem component to scan (network, endpoints, applications, databases)
emergencyOverrideNoEmergency override for critical security incidents
scanTypeYesType of security scan (basic, standard, comprehensive, emergency)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "complianceLevel": { "description": "Compliance framework (SOC2, ISO27001, HIPAA, PCI-DSS)", "type": "string" }, "component": { "description": "System component to scan (network, endpoints, applications, databases)", "type": "string" }, "emergencyOverride": { "description": "Emergency override for critical security incidents", "type": "boolean" }, "scanType": { "description": "Type of security scan (basic, standard, comprehensive, emergency)", "type": "string" } }, "required": [ "scanType", "component" ], "type": "object" }

Other Tools from IMCP - Insecure Model Context Protocol

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nav33n25/IMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server