@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.
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# Shodan MCP Server
|
|
2
2
|
|
|
3
|
+
[](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
|