KosmoKrator

other

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.

7 functions 7 read 0 write API key auth

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.

Machine-Readable Metadata
integration_slug
ipstack
route_slug
ipstack
package
ipstack
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Ipstack MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Ipstack.

Ipstack CLI Matrix

Use these pages for direct Ipstack CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
ipstack.ipstack_lookup_ip Read read 2 Look up geolocation data for a single IP address using IPstack. Returns country, region, city, coordinates, and more.
ipstack.ipstack_lookup_bulk Read read 2 Look up geolocation data for multiple IP addresses at once (up to 50). Returns an array of geolocation results.
ipstack.ipstack_check_location Read read 3 Check if an IP address is located in a specific country or region. Returns geolocation data with a location match indicator.
ipstack.ipstack_get_timezone Read read 1 Get timezone information for an IP address, including timezone ID, current time, and UTC offset.
ipstack.ipstack_get_currency Read read 1 Get local currency information for an IP address, including currency code, name, symbol, and exchange rates.
ipstack.ipstack_get_connection Read read 1 Get connection and ISP information for an IP address, including ASN, ISP name, and organization.
ipstack.ipstack_get_current_user Read read 0 Detect and geolocate the current requesting IP address. Returns the caller's own IP geolocation data.