Skip to main content
Glama

IPInfo MCP Server

whois_lookup_by_domain

Retrieve WHOIS records for any domain to identify ownership details, registration information, and contact data using IPInfo's database.

Instructions

WHOIS lookup by organization domain.

Args: domain: Domain name to lookup page: Page number for paginated results source: Filter by WHOIS source (arin, ripe, afrinic, apnic, lacnic)

Returns: WHOIS records for the domain.

Input Schema

NameRequiredDescriptionDefault
domainYes
pageNo
sourceNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "title": "Domain", "type": "string" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page" }, "source": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source" } }, "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/NimbleBrainInc/mcp-ipinfo'

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