Loading...

The Aiwen GeoIP MCP server provides tools to query IP address information, including location, risk, and ownership details, using the Aiwen IP intelligence API.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The Aiwen GeoIP MCP server provides tools to query IP address information, including location, risk, and ownership details, using the Aiwen IP intelligence API.
This MCP server is relatively safe for querying IP information. However, the security of the API key is crucial, and proper usage is necessary to prevent information disclosure. Rate limiting should be implemented to avoid excessive API usage.
Performance depends on the Aiwen API's response times and network latency. Consider caching frequently accessed IP data to improve performance.
Cost is primarily determined by the Aiwen API usage. Monitor API usage to avoid unexpected charges.
{
"mcpServers": {
"aiwen-iplocation": {
"command": "npx",
"args": [
"-y",
"aiwen-mcp-server-geoip"
],
"env": {
"AIWEN_API_KEY": "xxxxxx",
"IPV4_ACCURACY": "city",
"IPV6_ACCURACY": "city",
}
}
}
}aiwen_ip_locationRetrieves location information for a given IP address, including city, coordinates, and provider.
Read-only operation; retrieves IP location data.
user_network_ipGets the current network's IP address and location information.
Read-only operation; retrieves network IP and location.
ip_usage_sceneDetermines the usage scenario of an IP address, such as data center or residential.
Read-only operation; identifies IP usage scenario.
ip_whois_infoRetrieves WHOIS registration information for an IP address.
Read-only operation; retrieves WHOIS data.
ip_as_mappingQueries the Autonomous System (AS) number information for an IP address.
Read-only operation; retrieves AS number information.
ip_host_infoRetrieves hosting information for an IP address, including AS number and owner.
Read-only operation; retrieves IP hosting information.
ip_risk_portraitProvides a risk assessment of an IP address, identifying potential threats and vulnerabilities.
Read-only operation; retrieves IP risk assessment data.
ip_identity_checkDetermines the likelihood of an IP address belonging to a real person versus a bot.
Read-only operation; retrieves IP identity check data.
ip_industry_classifyClassifies an IPv4 address into a specific industry category.
Read-only operation; classifies IP into an industry.
API Key
This MCP server is relatively safe for querying IP information. However, the security of the API key is crucial, and proper usage is necessary to prevent information disclosure. Rate limiting should be implemented to avoid excessive API usage.
The server primarily provides read-only access to IP information, limiting the risk of unintended modifications or destructive actions. Autonomy is limited by the API's capabilities.
Production Tip
Implement rate limiting and error handling to ensure stable and reliable operation in production.
The accuracy depends on the Aiwen API and the chosen accuracy level (city, district, or street). Refer to the Aiwen documentation for details.
Store the API key securely and avoid exposing it in client-side code or public repositories. Use environment variables to manage the API key.
Implement error handling to gracefully handle API unavailability. Consider caching data or using a fallback provider.
Use a rate limiting library or implement custom logic to limit the number of API calls per time interval.
No, this server requires internet connectivity to access the Aiwen API.
The cost depends on the Aiwen API usage. Monitor API usage to avoid unexpected charges.
Set the `IPV4_ACCURACY` and `IPV6_ACCURACY` environment variables to `city`, `district`, or `street`.