Skip to main content
Glama

IPInfo MCP Server

get_hosted_domains

Retrieve a list of domains hosted on a specific IP address to identify websites and services sharing the same server infrastructure.

Instructions

Get domains hosted on an IP address.

Args: ip: IP address to lookup page: Page number (starts at 0) limit: Number of results per page (max 1000, default 100)

Returns: List of domains hosted on the IP address.

Input Schema

NameRequiredDescriptionDefault
ipYes
limitNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "ip": { "title": "Ip", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page" } }, "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/NimbleBrainInc/mcp-ipinfo'

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