shodan-mcp-server

A Model Context Protocol server that provides access to Shodan API functionality

GitHub Stars

28

User Rating

Not Rated

Favorites

0

Views

25

Forks

5

Issues

0

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Clone the repository:
bash
   git clone https://github.com/Cyreslab-AI/shodan-mcp-server.git
   cd shodan-mcp-server
   
2Install dependencies:
bash
   npm install
   
3Build the server:
bash
   npm run build
   
4Set up your Shodan API key:
bash
   export SHODAN_API_KEY="your-api-key-here"
   
5Start the server:
```bash npm start

Additional Resources