Skip to main content
Glama

Shodan MCP Server

get_host_info

Retrieve detailed host information, including IP address, open ports, and geographical data, to perform cybersecurity research and threat intelligence analysis.

Instructions

Get detailed information about a specific IP address

Input Schema

NameRequiredDescriptionDefault
fieldsNoList of fields to include in the results (e.g., ['ip_str', 'ports', 'location.country_name'])
ipYesIP address to look up
max_itemsNoMaximum number of items to include in arrays (default: 5)

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "List of fields to include in the results (e.g., ['ip_str', 'ports', 'location.country_name'])", "items": { "type": "string" }, "type": "array" }, "ip": { "description": "IP address to look up", "type": "string" }, "max_items": { "description": "Maximum number of items to include in arrays (default: 5)", "type": "number" } }, "required": [ "ip" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/shodan-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server