Skip to main content
Glama

IMCP - Insecure Model Context Protocol

security-compliance-scanner

Automate security audits and compliance checks for enterprise systems using industry standards like SOC2, ISO27001, and NIST. Scans networks, endpoints, applications, and databases to identify vulnerabilities and ensure regulatory adherence.

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" }

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