IPstack MCP Server
The IPstack MCP Server brings IPstack's IP geolocation and intelligence data to any MCP-compatible AI assistant, such as Claude and ChatGPT.
What it can do
- Ipstack Lookup: Get geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for a single IP add
- Ipstack Check: Return geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for the IP addres
- Ipstack Bulk Lookup: Get geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for multiple I
What data it sees
Do you need an account
No: the server works without sign-in
The IPstack MCP Server brings IPstack's IP geolocation and intelligence data to any MCP-compatible AI assistant, such as Claude and ChatGPT. IPstack is a widely used IP-to-location service covering IPv4 and IPv6 addresses, returning country, region, city, coordinates, timezone, and — depending on your plan — connection, network, and security details.
Instead of leaving the conversation to call an API by hand, users can ask their assistant a question in plain language and get a structured IPstack result back. The server is a hosted gateway to the existing IPstack API: it connects with your own IPstack account, and the underlying lookup data is the same as IPstack's direct API. It exposes three tools — single-address lookup, requester lookup, and bulk lookup — each mapping to an IPstack endpoint.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| ipstack_lookup | Get geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for a single IP address. |
| ipstack_check | Return geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for the IP address this request appears to originate from. Takes no parameters. That address belongs to whichever client or platform made the MCP call, and is not necessarily the end user's own device or network. To look up a specific IP address, use ipstack_lookup. |
| ipstack_bulk_lookup | Get geolocation and security details (country, region, city, timezone, latitude, longitude, ISP, currency, connection type, IP routing type, proxy/tor/threat flags) for multiple IPv4 or IPv6 addresses in one request. Useful for analyzing lists of IPs, grouping by country/region, or flagging suspicious origins. Requires a plan that supports bulk lookups. |