Skip to main content
Glama

IPInfo MCP Server

whois_lookup_by_asn

Retrieve WHOIS records for Autonomous System Numbers to identify network ownership and registration details using IPInfo's database.

Instructions

WHOIS lookup by ASN.

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

Returns: WHOIS records for the ASN.

Input Schema

NameRequiredDescriptionDefault
asnYes
pageNo
sourceNo

Input Schema (JSON Schema)

{ "properties": { "asn": { "title": "Asn", "type": "integer" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page" }, "source": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source" } }, "required": [ "asn" ], "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