Toolkit MCP Server
by cyanheads
Verified
geolocate
Get geolocation information for an IP address or domain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | IP address or domain to lookup |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "IP address or domain to lookup",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}