Skip to main content
Glama

IPInfo MCP Server

get_ip_region

Retrieve the geographic region or state associated with an IP address to determine location-based information for network analysis or geolocation purposes.

Instructions

Get just the region/state for an IP address.

Args: ip: IP address to lookup. If None, returns current region.

Returns: Region or state name.

Input Schema

NameRequiredDescriptionDefault
ipNo

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-ipinfo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server