ip2location/mcp-ip2location-io
Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.
Ads
Overview
Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.
Installation
npx -y mcp-remote@latest https://mcp.ip2location.io/ --header X-API-Key:YOUR_API_KEY
Configuration
{
"mcpServers": {
"ip2location": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.ip2location.io/",
"--header",
"X-API-Key:YOUR_API_KEY"
]
}
}
}Capabilities
- Look up IP geolocation
Ask for country, city, coordinates, time zone, ZIP code, and ISP for any IPv4 or IPv6 address using `get_geolocation`.
- Query multiple IPs at once
Pass several IP addresses separated by commas or spaces to retrieve geolocation data for all of them in a single request.
- Check network and proxy details
Get ASN, domain, net speed, proxy type, and proxy provider information tied to an IP address.
- Retrieve mobile carrier data
Obtain MNC, MCC, and mobile brand when available for an IP.
Tags
- geospatial
- api
- security
- data-analysis
- awesome-list
Related MCP servers
sthan-io/mcp-server
US address verification, parsing, autocomplete, forward/reverse geocoding, and IP geolocation via sthan.io APIs. 8 tools, free tier available. `npx @sthan/mcp-server`
vibecodebeast/swath-mcp
OfficialRadar-verified hail/wind storm detection and affected-property intelligence for the continental US — NOAA MRMS swath detection, per-address storm history, area monitors with webhook + email alerts, emailed reports, and swath maps. Hosted Streamable HTTP endpoint at `https://swathapi.com/mcp` (9 tools, free tier).
ThinAirTelematics/thinair-geo
Location & routing intelligence for AI agents — geocoding, truck routing with hazmat/dimension constraints, traffic, weather, isochrones, place search. Full planet coverage. Hosted MCP server with OAuth 2.0 + Bearer auth.
TimLukaHorstmann/mcp-weather
Accurate weather forecasts via the AccuWeather API (free tier available).