iplocate/mcp-server-iplocate
by Various
MCP server for looking up IP address geolocation (IP to country, IP to city), network information, proxy and VPN detection, abuse contacts, and more - using the IPLocate.io API.
MCP
iplocate/mcp-server-iplocate
Added 1 June 2026
Overview
An MCP server that provides IP address geolocation, network information, proxy and VPN detection, and abuse contact lookups via the IPLocate.io API. It accepts an IP address and returns structured data including country, city, ISP, and threat indicators.
Best for
Best for
Developers building MCP-based workflows that need IP geolocation or proxy detection without implementing their own lookup logic
Use cases
- Enrich user requests with geographic location for localized content
- Detect proxy or VPN usage to enforce security policies
- Look up abuse contact for an IP address during incident response
How to use
Install
npx -y @iplocate/mcp-server Tested with
Cursor, Claude Desktop, VS Code
Example client config
{\n "mcpServers": {\n "iplocate": {\n "command": "npx",\n "args": ["-y", "@iplocate/mcp-server"],\n "env": {\n "IPLOCATE_API_KEY": "your_api_key_here"\n }\n }\n }\n} Notes
An MCP server that provides IP address geolocation, network information, proxy and VPN detection, and abuse contact lookups via the IPLocate.io API. It accepts an IP address and returns structured data including country, city, ISP, and threat indicators.
17 stars on GitHub. Last updated 2025-06-29. Licensed MIT.
Use cases
- Enrich user requests with geographic location for localized content
- Detect proxy or VPN usage to enforce security policies
- Look up abuse contact for an IP address during incident response
Pros
- Leverages a dedicated geolocation API for accurate and consistent data
- Includes additional security features like proxy and VPN detection
- Easy to integrate as an MCP server with compatible clients
Cons
- Requires an API key from IPLocate.io, which may have usage limits or costs
- Depends on an external API, introducing latency and potential downtime
- Data quality and coverage are limited to what IPLocate.io provides
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages a dedicated geolocation API for accurate and consistent data
- Includes additional security features like proxy and VPN detection
- Easy to integrate as an MCP server with compatible clients
Cons
- Requires an API key from IPLocate.io, which may have usage limits or costs
- Depends on an external API, introducing latency and potential downtime
- Data quality and coverage are limited to what IPLocate.io provides
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.