Toolkit MCP Server

by cyanheads
Verified

geolocate

Get geolocation information for an IP address or domain

Input Schema

NameRequiredDescriptionDefault
queryYesIP address or domain to lookup

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "IP address or domain to lookup", "type": "string" } }, "required": [ "query" ], "type": "object" }