get_time_by_ip
ActiveTool of timezone
declared in 0.1.0
Get the current date and time for the timezone of an IP address (resolved via ip-api.com → timeapi.io).
Parameters schema
{
"type": "object",
"examples": [
{
"ip": "8.8.8.8"
},
{
"ip": "2001:4860:4860::8888"
}
],
"required": [
"ip"
],
"properties": {
"ip": {
"type": "string",
"description": "IPv4 or IPv6 address to look up"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
timezone
https://github.com/pipeworx-io/mcp-timezone
1/7 registries