Skip to main content
Glama

MCP Shamash

check_compliance

Validate project compliance against security frameworks like OWASP, CIS, NIST, and ISO27001 to ensure adherence to required standards and identify potential gaps.

Instructions

Validates project against compliance frameworks

Input Schema

NameRequiredDescriptionDefault
frameworksYesCompliance frameworks to check
pathYesProject path
profileNoCompliance check profile (default: standard)

Input Schema (JSON Schema)

{ "properties": { "frameworks": { "description": "Compliance frameworks to check", "items": { "enum": [ "OWASP", "CIS", "NIST", "ISO27001" ], "type": "string" }, "type": "array" }, "path": { "description": "Project path", "type": "string" }, "profile": { "description": "Compliance check profile (default: standard)", "enum": [ "minimal", "standard", "comprehensive" ], "type": "string" } }, "required": [ "path", "frameworks" ], "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/NeoTecDigital/mcp_shamash'

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