Loading...
{
"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.
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.