Google PageRank for AI agents. 25,000+ tools indexed.

mcp-shodan by BurtTheCoder

#1828 of 5463 by BurtTheCoder
41 score

MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.

Ranked #1828 out of 5463 indexed tools.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 1.4k
Freshness 28d ago
Issue Health 0%
Stars 118
Platform Breadth 1 platform
Contributors 3
Description Detailed

How to Improve

Issue Health high impact

You have 3 open vs 0 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for mcp-shodan by BurtTheCoder
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-BurtTheCoder--mcp-shodan)](https://agentrank-ai.com/skill/glama-BurtTheCoder--mcp-shodan/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-BurtTheCoder--mcp-shodan/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-BurtTheCoder--mcp-shodan" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# Shodan MCP Server

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.

## Quick Start (Recommended)

### Installing via Claude Code

```bash
claude mcp add --transport stdio --env SHODAN_API_KEY=your-shodan-api-key shodan -- npx -y @burtthecoder/mcp-shodan
```

### Installing via Codex CLI

```bash
codex mcp add shodan --env SHODAN_API_KEY=your-shodan-api-key -- npx -y @burtthecoder/mcp-shodan
```

### Installing via Gemini CLI

```bash
gemini mcp add -e SHODAN_API_KEY=your-shodan-api-key shodan npx -y @burtthecoder/mcp-shodan
```

### Installing via Smithery

To install Shodan Server for Claude Desktop automatically via [Smithery](https:
Read full README on GitHub →