SecurityAuto-generated
IP geolocation API MCP Server
Abstract IP geolocation API allows developers to retrieve the region, country and city behind any IP worldwide. The API covers the geolocation of IPv4 and IPv6 addresses in 180+ countries worldwide. Extra information can be retrieved like the currency, flag or language associated to an IP.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/abstractapi-com-geolocation
Environment Variables
IP_GEOLOCATION_API_API_KEYExample: your_ip_geolocation_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"abstractapi-com-geolocation": {
"command": "npx",
"args": ["-y","@mcp/abstractapi-com-geolocation"],
"env": {
"IP_GEOLOCATION_API_API_KEY": "your_ip_geolocation_api_api_key"
}
}
}
}Endpoints
GET
/v1/GET /v1/