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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Ipstack CLIHeadless setup and direct function calls. Ipstack MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Ipstack MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Ipstack.
Claude Code Ipstack MCP setup for Claude Code. Cursor Ipstack MCP setup for Cursor. Codex Ipstack MCP setup for Codex. OpenAI Agents Ipstack MCP setup for OpenAI Agents SDK. Claude Agent SDK Ipstack MCP setup for Claude Agent SDK. Vercel AI SDK Ipstack MCP setup for Vercel AI SDK. LangChain Ipstack MCP setup for LangChain. LangGraph Ipstack MCP setup for LangGraph. CrewAI Ipstack MCP setup for CrewAI. MCP clients Ipstack MCP setup for Generic MCP Clients.
Ipstack CLI Matrix
Use these pages for direct Ipstack CLI workflows in scripts, CI, cron, and agent wrappers.
CI Ipstack CLI for CI. Cron Jobs Ipstack CLI for cron jobs. Shell Scripts Ipstack CLI for shell scripts. Headless Automation Ipstack CLI for headless automation. Coding Agents Ipstack CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |