IP Geolocation MCP Server

get_ip_details

Retrieve geographic location, internet service provider, and network details for any IP address using the IP Geolocation MCP Server.

Instructions

Get information about an IP address.

Use this tool to:

  • Determine the user's geographic location to coarse granularity
  • Get information about the user's internet service provider
  • Get information about a specific IP address

Args: ip (str | None): The IP address to look up. If None, returns information about the requesting client's IP address. ctx (Context): The MCP request context.

Returns: IPDetails: Object containing information about the IP address, including geographic location, network operator, and more.

Note: This tool requires an IPInfo API Token specified via the IPINFO_API_TOKEN environment variable for full functionality.

Input Schema

NameRequiredDescriptionDefault
ipYes

Input Schema (JSON Schema)

{ "properties": { "ip": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Ip" } }, "required": [ "ip" ], "title": "get_ip_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from IP Geolocation MCP Server

Related Tools

ID: pll7u5ak1h