MCP.so
登录

BinoculoMCP

@girorme

关于 BinoculoMCP

Banner grabbing with LLM (MCP Server)

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

girorme

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "binoculo-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "requests",
        "mcp",
        "run",
        "R:\\path-to\\binoculo-mcp\\bridge_mcp_binoculo.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is BinoculoMCP?

BinoculoMCP is a Message Control Protocol (MCP) Server that interacts with the Binoculo tool to perform banner-grabbing operations. It sends requests to Binoculo and processes its responses, intended for users needing to grab banners from network services.

How to use BinoculoMCP?

Install Binoculo server via git clone and run it in server mode. Then use uv run mcp install bridge_mcp_binoculo.py to install the MCP server (e.g., in Claude desktop). Configure the MCP client with the provided JSON entry, specifying the path to the Python bridge script.

Key features of BinoculoMCP

  • Banner grabbing: request Binoculo to grab banners from a target range.
  • Customizable queries: define specific targets and filters for banner-grabbing tasks.

Use cases of BinoculoMCP

  • Grab all Apache servers in a given subnet range.
  • Automate banner collection from network services for security assessments.

FAQ from BinoculoMCP

What do I need to run BinoculoMCP?

Python3, uv, Docker (to run the Binoculo server), and the MCP SDK.

How do I install the Binoculo server?

Clone the repository from github.com/girorme/binoculo and run ./binoculo --server, which starts an API server on port 4000.

How do I configure my MCP client?

Add the provided JSON block to your MCP client configuration, specifying the command uv with the required arguments pointing to the bridge_mcp_binoculo.py script.

Can BinoculoMCP be used with other MCP clients besides Claude?

The README notes that once installed via Claude desktop, Copilot can detect it as well, but it does not mention other clients explicitly.

评论

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