/ip2location | Type: Application | PCID required: Yes
Application MCP Servers
ip2location
Domain WHOIS Lookup
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Domain WHOIS Lookup
/ip2location | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
ip2location_lookup_domain_whois | Look up WHOIS information for a domain |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
domain | string | Yes | — | The domain name to look up (e.g., google.com, github.com). |
format | string | No | — | Response format. Defaults to JSON if not specified. |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"domain": {
"type": "string",
"description": "The domain name to look up (e.g., google.com, github.com)."
},
"format": {
"type": "string",
"description": "Response format. Defaults to JSON if not specified.",
"enum": [
"json",
"xml"
]
}
},
"required": [
"PCID",
"domain"
]
}
