ipfred/aiwen-mcp-server-geoip
by Various
埃文IP定位MCP
MCP
ipfred/aiwen-mcp-server-geoip
Added 1 June 2026
Overview
An MCP server that provides IP geolocation lookups. It integrates with the Model Context Protocol to let AI models query geographic information for a given IP address. The server is written in JavaScript and has 5 stars on GitHub.
Best for
Best for
Developers who need a basic, open-source IP geolocation MCP server for prototyping or simple AI assistant integrations.
Use cases
- Retrieve the country and city for a user's IP address
- Enhance AI assistant responses with location-aware context
- Automate IP-based location checks in a chat or agent workflow
How to use
Tools exposed
aiwen_ip_locationuser_network_ipip_usage_sceneip_whois_infoip_as_mappingip_host_infoip_risk_portraitip_identity_checkip_industry_classify
Tested with
Cursor, VS Code
Example client config
{\n "mcpServers": {\n "aiwen-iplocation": {\n "command": "npx",\n "args": [\n "-y",\n "aiwen-mcp-server-geoip"\n ],\n "env": {\n "AIWEN_API_KEY": "xxxxxx",\n "IPV4_ACCURACY": "city",\n "IPV6_ACCURACY": "city"\n }\n }\n }\n} Notes
An MCP server that provides IP geolocation lookups. It integrates with the Model Context Protocol to let AI models query geographic information for a given IP address. The server is written in JavaScript and has 5 stars on GitHub.
5 stars on GitHub. Last updated 2025-05-28.
Use cases
- Retrieve the country and city for a user’s IP address
- Enhance AI assistant responses with location-aware context
- Automate IP-based location checks in a chat or agent workflow
Pros
- Simple interface for IP geolocation via the MCP protocol
- Lightweight and easy to integrate into JavaScript projects
- Open source with no cost to use
Cons
- Very few stars indicates minimal community validation and support
- No detailed documentation or usage examples readily inferred from the facts
- Vendor listed as ‘Various’ may mean limited maintenance and updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple interface for IP geolocation via the MCP protocol
- Lightweight and easy to integrate into JavaScript projects
- Open source with no cost to use
Cons
- Very few stars indicates minimal community validation and support
- No detailed documentation or usage examples readily inferred from the facts
- Vendor listed as 'Various' may mean limited maintenance and updates
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.