MCP.so
登录
F

Fscan_mcp

@steveopen1

关于 Fscan_mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

steveopen1

提交者

steveopen1

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Fscan_mcp?

Fscan_mcp is a port scanning and vulnerability detection MCP service wrapper based on the fscan tool. It provides standardized interfaces via the FastMCP framework for integration into other systems, targeting security researchers and developers.

How to use Fscan_mcp?

Ensure Python 3.12+ and the fscan.exe binary are present. Install dependencies with pip install -r requirements.txt, then start the service using uv --directory /path/to/fscan_mcp --with mcp mcp run fscan_mcp_server.py. Invoke via MCP protocol with the required ip parameter; optional parameters include port_range, proxy, output_path, input_file, report, and vuln_scan.

Key features of Fscan_mcp

  • Wraps fscan for port scanning and vulnerability detection
  • Exposes scanning parameters via MCP protocol
  • Supports custom port ranges and proxy settings
  • Generates scan reports (optional)
  • Configurable via config.py and logger.py modules

Use cases of Fscan_mcp

  • Automating port scans across multiple target IPs
  • Integrating vulnerability scanning into CI/CD pipelines
  • Generating structured reports from fscan output
  • Scanning internal networks with proxy support

FAQ from Fscan_mcp

What are the runtime dependencies?

Python 3.12+ is required, along with the fscan.exe binary placed in the project root directory. Dependencies are installed via pip install -r requirements.txt.

How are scan results returned?

Results are output via stdout; optional report files are saved to a specified path.

Is authentication or authorization supported?

The README does not mention any authentication or authorization mechanisms for the MCP interface.

What transports does Fscan_mcp use?

The service uses the MCP protocol; specific transport details (e.g., STDIO or HTTP) are not specified in the README.

Are there any restrictions on scanning?

The README notes that users should confirm the target system allows port scanning before proceeding.

评论

其他 分类下的更多 MCP 服务器