Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nmap_scanC

执行 nmap 扫描,支持任意 nmap 参数

nmap_quick_scanB

快速扫描常用端口(Top 1000 端口)

nmap_service_scanC

扫描端口并探测服务版本(-sV)

nmap_os_detectionC

操作系统检测扫描(-O)

nmap_comprehensiveB

综合扫描:端口 + 服务版本 + OS + 默认脚本(-A)

nmap_ping_scanB

Ping 扫描(-sn),发现局域网在线主机

nmap_script_scanC

使用 NSE 脚本扫描(如 --script=vuln,default)

nmap_help_lookupC

从本地 nmap.help 文件中查询 nmap 用法说明

nmap_udp_scanC

UDP 端口扫描(-sU),探测 UDP 服务

nmap_scan_to_fileC

扫描结果写入文件 → 读取验证 → 再追加(写入→check→再写入)

nmap_firewall_evasionC

防火墙/IDS 规避扫描(分片、诱饵、代理、MAC 伪造等)

nmap_script_listC

列出 NSE 脚本(按类别筛选)

nmap_script_helpC

查看 NSE 脚本的详细帮助

nmap_tracerouteC

路由追踪(--traceroute)

nmap_scan_diffC

对比两次扫描结果的端口变化

nmap_scan_jsonC

执行扫描并返回 JSON 结构化结果(适合程序化使用)

system_infoB

获取系统基本信息

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/fb0sh/mcptools'

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