Skip to main content
Glama

Shodan MCP Server

get_domain_info

Retrieve detailed domain data, including subdomains, DNS records, and optional historical DNS information, using the Shodan MCP Server for cybersecurity research and threat intelligence.

Instructions

Get comprehensive domain information including subdomains and DNS records

Input Schema

NameRequiredDescriptionDefault
domainYesDomain name to lookup (e.g., 'google.com')
historyNoInclude historical DNS data (default: false)
pageNoPage number for pagination (default: 1)
typeNoDNS record type filter (A, AAAA, CNAME, NS, SOA, MX, TXT)

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain name to lookup (e.g., 'google.com')", "type": "string" }, "history": { "description": "Include historical DNS data (default: false)", "type": "boolean" }, "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "type": { "description": "DNS record type filter (A, AAAA, CNAME, NS, SOA, MX, TXT)", "type": "string" } }, "required": [ "domain" ], "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