SM

Shodan MCP

Created 7 months ago

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

Available Commands

Category Command Description
Core test Test if the MCP server is working correctly
...

Server Config

{
  "mcpServers": {
    "shodan-mcp-server": {
      "command": "npx",
      "args": [
        "shodan-mcp"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: 0xh3l1x
Category: community
License: MIT
Tags:
development location documentation