Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-shodan
Claim
by
BurtTheCoder
npm
GitHub
Security
Search
Databases
JavaScript
MIT License
663
18
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-shodan
.github
src
Dockerfile
.env.example
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "type": "module", "name": "@burtthecoder/mcp-shodan", "version": "1.0.16", "description": "A Model Context Protocol server for Shodan API queries.", "main": "build/index.js", "bin": { "mcp-shodan": "build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.7.8", "dotenv": "^16.4.5", "zod": "^3.22.2", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "typescript": "^5.3.3", "@types/node": "^20.11.24" }, "files": [ "build", "README.md", "LICENSE" ], "author": "BurtTheCoder", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/BurtTheCoder/mcp-shodan.git" }, "keywords": [ "mcp", "shodan", "mcp-shodan", "cybersecurity", "agents", "network-reconnaissance", "security-tools", "shodan-api", "shodan-integraton" ], "bugs": { "url": "https://github.com/BurtTheCoder/mcp-shodan/issues" }, "homepage": "https://github.com/BurtTheCoder/mcp-shodan#readme" }