bryan-buckman/Toy_MCP_Server
3.1
If you are the rightful owner of Toy_MCP_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Nmap MCP Server is a Model Context Protocol server that integrates Nmap's powerful network scanning capabilities with AI agents, enabling comprehensive network analysis and security assessments.
Nmap MCP Server
A Model Context Protocol (MCP) server that provides AI agents with comprehensive access to nmap (Network Mapper) functionality.
Features
- Network discovery and host scanning
- Port scanning with multiple scan types
- Service and version detection
- OS detection
- NSE script execution
- Comprehensive error handling and safety controls
Installation
pip install -e .
Usage
nmap-mcp-server
Requirements
- Python 3.10+
- nmap installed and available in PATH
Development
Install development dependencies:
pip install -e ".[dev]"
Run tests:
pytest