SHODAN-MCP is a powerful interface to the Shodan API, designed to simplify interaction with the world's first search engine for Internet-connected devices.
development
location
documentation
public
security
API
What is Shodan MCP?
MCP server to interact with [Shodan](https://www.shodan.io/)
Documentation
SHODAN-MCP Documentation
Overview
SHODAN-MCP is a powerful interface to the Shodan API...
Installation & Setup# Prerequisites
Python 3.8 or higher
Shodan API key
Basic Installation
git clone https://github.com/yourusername/shodan-mcp.git
cd shodan-mcp\n\n# Install dependencies
pip install -r requirements.txt\n\n# Set up your Shodan API key
echo "SHODAN_API_KEY=your_api_key_here" > shodan-mcp-server/.env