hospital-vuln-scanner-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOSPITAL_VULN_MCP_LOG_LEVEL | No | 日志级别 | INFO |
| HOSPITAL_VULN_MCP_SCAN_TIMEOUT | No | 扫描超时(秒) | 300 |
| HOSPITAL_VULN_MCP_MAX_CONCURRENT_SCANS | No | 最大并发扫描数 | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_scanA | 启动漏洞扫描任务 功能说明对指定目标启动安全漏洞扫描,支持快速、标准和深度三种模式。 扫描会真实探测目标主机的端口、服务和漏洞。 扫描类型说明
|
| get_scan_statusA | 查询扫描任务状态和结果 |
| list_scansC | 列出扫描任务历史 |
| cancel_scanB | 取消正在运行的扫描任务 |
| list_vulnerabilitiesB | 列出发现的漏洞 功能说明获取漏洞列表,支持按严重程度和状态筛选。 |
| get_vulnerabilityB | 获取漏洞详细信息 |
| update_vulnerability_statusA | 更新漏洞处理状态 功能说明更新漏洞的处理状态,用于漏洞修复跟踪。 状态说明
|
| discover_networkB | 网络发现 - 扫描本地网络设备和医疗系统 功能说明发现指定网段内的网络设备,识别开放端口和医疗系统类型。 |
| scan_host_portsA | 端口扫描 - 真实检测主机开放的端口和服务 功能说明对目标主机进行端口扫描,识别开放的端口和运行的服务。 如果系统安装了 nmap 会自动使用,否则使用 Python socket 扫描。 |
| identify_medical_systemsA | 识别医疗系统类型 功能说明通过端口扫描、服务指纹和 HTTP 响应特征识别目标系统的医疗系统类型。 支持的系统类型
|
| generate_reportC | 生成扫描报告 功能说明根据扫描结果生成专业的安全扫描报告。 报告类型
报告格式
|
| list_reportsC | 列出生成的报告 |
| get_vuln_statsC | 漏洞统计分析 功能说明统计漏洞数量、按严重程度和状态分布。 |
| get_system_statusA | 获取系统运行状态和扫描引擎信息 功能说明返回 MCP 服务器状态、扫描引擎可用性和运行环境信息。 Returns: JSON格式的系统状态 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| vulnerability_analysis | 漏洞分析报告提示词模板 |
| scan_planning | 扫描规划提示词模板 |
| compliance_check | 合规性检查提示词模板 |
| executive_summary | 管理层摘要报告提示词模板 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_app_info | 获取应用配置信息 |
| get_scan_profiles | 获取扫描配置配置 |
| get_severity_docs | 获取严重程度分级说明 |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/12211725-star/hospital-vuln-scanner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server