Aiwen MCP Server for IP Geolocation
High-precision IP geolocation and risk analysis via MCP-compatible API server.
Key Features
Use Cases
README
埃文IP定位 MCP Server
介绍
埃文科技 是全球IP地址高精准实时定位技术领航者 全球网络空间地图大数据服务提供商
埃文科技IP定位API已全面兼容MCP协议
MCP Server for the Aiwen IP Location API
工具介绍
- IP定位
aiwen_ip_location- 描述:IP定位 根据IP地址获取IP位置(支持城市、区县、街道三种精度)、经纬度、所属机构、运营商、精度等信息。
- 参数:
ip:IP地址,支持IPv4、IPv6 - 输出:位置信息,大洲
continent,国家country所属机构owner,运营商isp,邮编zipcode,时区timezone,精度accuracy,国家编码areacode,AS号asnumber,纬度lat,经度lng,省份prov,城市city,区县district,街道级地址address
- IP定位产品分三个定位精度:通过环境变量配置(见下方环境变量配置)
- 城市级:最大定位精度返回到城市 city
- 区县级:最大定位精度返回到区县 district
- 街道级:最大定位精度返回到街道 address
-
获取当前网络IP地址和位置信息
user_network_ip- 描述:获取当前网络IP地址和IP位置信息(支持城市、区县、街道三种精度),支持IPv4和IPv6
- 参数 无
- 输出结果 同上
-
IP应用场景
ip_usage_scene- 描述:IP应用场景 根据IP地址获取IP应用场景 输出包括保留IP、未分配IP、组织机构、移动网络、家庭宽带、数据中心、企业专线、CDN、卫星通信、交换中心、Anycast等网络应用场景
- 参数:
ip:IP地址,支持IPv4、IPv6 - 输出:应用场景
scene
-
IP Whois
ip_whois_info- 描述:whois信息 根据IP地址查询Whois注册信息 获取IP所属网段范围、所属机构名称、技术联系人、管理员等信息
- 参数:
ip:IP地址,支持IPv4 - 输出:Whois注册信息,
netname,status,owner,techinfo,admininfo等
-
AS Whois
ip_as_mapping- 描述:查询IP地址AS号(自治域号)信息
- 参数:
ip:IP地址,支持IPv4 - 输出:AS 相关信息,
asname,asn,allocated,type,industry等
-
IP宿主信息
ip_host_info- 描述:IP宿主信息 根据IP地址查询IP的自治域编号(AS Number)、AS名称、运营商、所属机构等归属属性
- 参数:
ip:IP地址,支持IPv4 - 输出:AS 相关信息,
asname,asnumber,isp,owner等
-
IP风险画像
ip_risk_portrait- 描述:IP风险画像 根据IP地址获取IP风险画像 识别VPN、代理、秒拨、数据中心、Tor节点、端口扫描、暴力破解等高风险行为,输出风险评分、分级结果、IP位置等信息
- 参数:
ip:IP地址,支持IPv4 - 输出:风险标签
tag, 风险等级level, 风险分数score, 位置场景信息continent,country,prov,city,scene等
-
IP真假人
ip_identity_check- 描述:IP真假人 根据IP地址判断访问者是否为真实用户或机器流量 返回真人概率(real_person_rate)、秒播概率(mb_rate)
- 参数:
ip:IP地址,支持IPv4 - 输出:真人概率
real_person_rate, 秒播概率mb_rate, 自治域编号asnumber,运营商isp
-
IPv4行业
ip_industry_classify- 描述:IPv4行业 查询IP地址行业分类
- 参数:
ip:IP地址,支持IPv4 - 输出:IPv4 所属行业
industry
接口的详细返回数据,参考官方的API文档
快速使用
获取API KEY
通过埃文科技官网 获取KEY
环境变量配置
环境变量说明:
AIWEN_API_KEY产品的API KEYIPV4_ACCURACY(默认值:city)用于配置IPv4定位精度,根据所购API版本选择一个值:
可选值:city(城市级)、district(区级)、street(街道级)IPV6_ACCURACY(默认值:city)用于配置IPv6定位精度,根据所购API版本选择一个值:
可选值:city(城市级)、district(区级)、street(街道级)
MCP HOST中配置使用
cursor
{
"mcpServers": {
"aiwen-iplocation": {
"command": "npx",
"args": [
"-y",
"aiwen-mcp-server-geoip"
],
"env": {
"AIWEN_API_KEY": "xxxxxx",
"IPV4_ACCURACY": "city",
"IPV6_ACCURACY": "city",
}
}
}
}
vscode
{
"mcpServers": {
"aiwen-iplocation": {
"command": "npx",
"args": [
"-y",
"aiwen-mcp-server-geoip"
],
"env": {
"AIWEN_API_KEY": "xxxxxx",
"IPV4_ACCURACY": "city",
"IPV6_ACCURACY": "city",
}
}
}
}
应用场景
- 需要快速查询 IP 地址地理位置的应用
- 网络安全和访问控制 ,验证IP来源
- IP地理位置相关的数据分析,科学研究
- 获取 IP 场景数据的应用
- 获取 IP whois信息的应用
- 获取 IP AS信息的应用
- 获取 IP 宿主信息的应用
- 获取 IP 风险画像的应用
- 获取 IP 真假人信息的应用
- 获取 IP 行业信息的应用
Star History
Repository Owner
User
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
IPLocate MCP Server
Comprehensive IP address geolocation and network intelligence via MCP.
Provides an MCP server interface to IPLocate.io, delivering detailed IP address intelligence including geolocation, network details, privacy detection, and abuse contact information. Easily integrates with popular MCP clients like Cursor and Claude Desktop for seamless IP lookups. Enables users to retrieve geographic, organizational, and security-related data associated with IPv4 and IPv6 addresses by connecting to the IPLocate.io API.
- ⭐ 11
- MCP
- iplocate/mcp-server-iplocate
GIS MCP Server
Empower AI with advanced geospatial operations via Model Context Protocol.
GIS MCP Server provides a Model Context Protocol (MCP) server implementation that enables Large Language Models to access and perform sophisticated GIS operations. It bridges AI assistants with Python geospatial libraries such as Shapely, GeoPandas, PyProj, Rasterio, and PySAL. The server supports a wide range of spatial analysis, coordinate transformations, raster and vector data processing, and geospatial intelligence tasks. By integrating with MCP-compatible clients, it enhances AI tools with precise and extensible spatial capabilities.
- ⭐ 70
- MCP
- mahdin75/gis-mcp
MCP-Geo
Geocoding and reverse geocoding MCP server for LLMs.
MCP-Geo provides geocoding and reverse geocoding capabilities to AI models using the Model Context Protocol, powered by the GeoPY library. It offers various tools such as address lookup, reverse lookup from coordinates, distance calculations, and batch processing of locations, all accessible via standard MCP tool interfaces. Safety features like rate limiting and robust error handling ensure reliable and compliant usage of geocoding services. The server is compatible with environments like Claude Desktop and can be easily configured elsewhere.
- ⭐ 28
- MCP
- webcoderz/MCP-Geo
domain-lookup-mcp
MCP server for domain name lookup using RDAP and WHOIS.
Provides an MCP-compliant server that allows clients to perform domain name lookups via RDAP and WHOIS protocols. The tool is built in Go and can be directly integrated with any MCP client configuration. It automates the retrieval of domain registration details, streamlining the process of accessing authoritative domain information.
- ⭐ 5
- MCP
- dotemacs/domain-lookup-mcp
NearbySearch MCP Server
IP-based nearby search via Google Places, packaged as an MCP tool.
NearbySearch MCP Server enables users to search for nearby places using their IP-based location, leveraging the Google Places API. Designed to run as an MCP server, it offers an accessible interface for location-aware searches with customizable radius and filter options. The tool supports integration with clients such as Claude Desktop and features a simple setup process using Python 3.10+. Ideal for use cases where model context needs to be enriched with location-based search results.
- ⭐ 21
- MCP
- kukapay/nearby-search-mcp
Shodan MCP Server
Query Shodan network intelligence and CVEDB via standardized MCP integration.
Shodan MCP Server provides an MCP-compliant interface to query the Shodan API and Shodan CVEDB for network intelligence, device discovery, and vulnerability data. It integrates with platforms like Claude Desktop, enabling structured, formatted results for seamless AI workflows. Key functionalities include IP reconnaissance, DNS operations, vulnerability lookups, and internet-connected device searches. Easy installation options are available via npm, Smithery, or from source.
- ⭐ 83
- MCP
- BurtTheCoder/mcp-shodan
Didn't find tool you were looking for?