Skip to main content
Glama

OPS MCP Server

by Heht571

security_vulnerability_scan

Identify and assess basic security vulnerabilities on servers by scanning hostnames, credentials, and configurations to ensure system integrity and compliance.

Instructions

执行基础安全漏洞扫描

Input Schema

NameRequiredDescriptionDefault
hostnameYes
passwordNo
portNo
scan_typeNobasic
timeoutNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "hostname": { "title": "Hostname", "type": "string" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "scan_type": { "default": "basic", "title": "Scan Type", "type": "string" }, "timeout": { "default": 60, "title": "Timeout", "type": "integer" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "security_vulnerability_scanArguments", "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/Heht571/ops-mcp-server'

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