data
IPstack MCP, CLI, and Lua Integration for AI Agents
IPstack integration docs for AI agents: MCP gateway setup, IPstack CLI commands, Lua API reference, credentials, and function schemas.IPstack for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
ipstack.ipstack_lookup_ip | Read read | 5 | Look up geolocation data for a single IP address using IPstack. Returns country, region, city, coordinates, and more. |
ipstack.ipstack_lookup_bulk | Read read | 5 | Look up geolocation data for multiple IP addresses at once (up to 50). Returns an array of geolocation results. |
ipstack.ipstack_lookup_requester | Read read | 4 | Detect and geolocate the IP address making the API request using the official IPstack /check endpoint. |