Skip to main content
Glama

SearchAPI MCP Server

ip_get_details

Retrieve geolocation and network details for any public IP address, including country, city, ISP, and coordinates. Optionally fetch extended data like ASN and hosting detection. Uses ip-api.com for accurate results.

Instructions

Retrieves geolocation and network details for a public IP address (ipAddress). Falls back to the server's current public IP if omitted. Fetches country, city, coordinates, ISP, etc. Optionally includes extended data (includeExtendedData) like ASN, mobile/proxy/hosting detection. Note: Does not work for private IPs. Relies on ip-api.com. Use useHttps for paid tier.

Input Schema

NameRequiredDescriptionDefault
includeExtendedDataNoIncludes extended data like ASN, mobile and proxy detection
ipAddressNoIP address to lookup (omit for current IP)
useHttpsNoUses HTTPS for API requests (may require paid API key)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeExtendedData": { "description": "Includes extended data like ASN, mobile and proxy detection", "type": "boolean" }, "ipAddress": { "description": "IP address to lookup (omit for current IP)", "type": "string" }, "useHttps": { "description": "Uses HTTPS for API requests (may require paid API key)", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools from SearchAPI MCP Server

Related Tools

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/mrgoonie/searchapi-mcp-server'

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