MCP ExplorerExplorer

Binoculo Mcp

@girormeon 9 months ago
1 MIT
FreeCommunity
AI Systems
#bugbounty#mcp-server#python#redteam-tools#security#claude-ai#llm
MCP server designed to interact with the binoculo tool

Overview

What is Binoculo Mcp

binoculo-mcp is a Message Control Protocol (MCP) Server designed to interact with the Binoculo tool, facilitating banner-grabbing operations by sending requests and processing responses.

Use cases

Use cases include performing network reconnaissance, identifying web servers within a specific IP range, and gathering service banners for security assessments.

How to use

To use binoculo-mcp, you need to install it and configure it to send specific requests to the Binoculo tool for banner-grabbing tasks.

Key features

Key features include banner grabbing capabilities, customizable queries for specific targets and filters, and ongoing development with new features being added regularly.

Where to use

binoculo-mcp can be used in cybersecurity, network analysis, and penetration testing to identify and gather information about network services.

Content

Verified on MseeP

BinoculoMCP

This project is a Message Control Protocol (MCP) Server designed to interact with the Binoculo tool. The goal of this project is to facilitate banner-grabbing operations by sending requests to Binoculo and processing its responses.

## Features
  • Banner Grabbing: Ask Binoculo to perform operations like “grab all the Apache servers in the 192.168.0.1/24 range.”
  • Customizable Queries: Define specific targets and filters for your banner-grabbing tasks.

Prerequisites

  • Python3
  • uv
  • Docker (to run binoculo server)
  • MCP (sdk)

Usage

https://github.com/user-attachments/assets/88024174-7cac-496b-a667-56e618890d02

Installation

Run binoculo server

$ git clone [email protected]:girorme/binoculo.git
$ ./binoculo --server
Starting API server on port 4000

Claude desktop

R:\repositorios\binoculo-mcp> uv run mcp install bridge_mcp_binoculo.py

Once the mcp server is istalled via claude, copilot can detect it too

Mcp config

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

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Binoculo for providing the core functionality for banner grabbing.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers