@burtthecoder/mcp-shodan 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,22 @@
1
1
  # Shodan MCP Server
2
2
 
3
+ [![smithery badge](https://smithery.ai/badge/@burtthecoder/mcp-shodan)](https://smithery.ai/server/@burtthecoder/mcp-shodan)
4
+
3
5
  A Model Context Protocol (MCP) server for querying the [Shodan API](https://shodan.io) and [Shodan CVEDB](https://cvedb.shodan.io). This server provides comprehensive access to Shodan's network intelligence and security services, including IP reconnaissance, DNS operations, vulnerability tracking, and device discovery. All tools provide structured, formatted output for easy analysis and integration.
4
6
 
5
7
  <a href="https://glama.ai/mcp/servers/79uakvikcj"><img width="380" height="200" src="https://glama.ai/mcp/servers/79uakvikcj/badge" /></a>
6
8
 
7
9
  ## Quick Start (Recommended)
8
10
 
11
+ ### Installing via Smithery
12
+
13
+ To install Shodan Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@burtthecoder/mcp-shodan):
14
+
15
+ ```bash
16
+ npx -y @smithery/cli install @burtthecoder/mcp-shodan --client claude
17
+ ```
18
+
19
+ ### Installing Manually
9
20
  1. Install the server globally via npm:
10
21
  ```bash
11
22
  npm install -g @burtthecoder/mcp-shodan
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@burtthecoder/mcp-shodan",
4
- "version": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "description": "A Model Context Protocol server for Shodan API queries.",
6
6
  "main": "build/index.js",
7
7
  "bin": {