loading…
Search for a command to run...
loading…
MCP Server for the Aiwen IP Location, Get user network IP location, get IP details (country, province, city, lat, lon, ISP, owner, etc.)
MCP Server for the Aiwen IP Location, Get user network IP location, get IP details (country, province, city, lat, lon, ISP, owner, etc.)
埃文科技 是全球IP地址高精准实时定位技术领航者 全球网络空间地图大数据服务提供商
埃文科技IP定位API已全面兼容MCP协议
MCP Server for the Aiwen IP Location API
aiwen_ip_locationip:IP地址,支持IPv4、IPv6continent,国家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_usage_scene
ip:IP地址,支持IPv4、IPv6sceneIP Whois ip_whois_info
ip:IP地址,支持IPv4netname,status,owner,techinfo,admininfo等AS Whois ip_as_mapping
ip:IP地址,支持IPv4asname,asn,allocated,type,industry等IP宿主信息 ip_host_info
ip:IP地址,支持IPv4asname,asnumber,isp,owner等IP风险画像 ip_risk_portrait
ip:IP地址,支持IPv4tag, 风险等级level, 风险分数score, 位置场景信息continent,country,prov,city,scene等IP真假人 ip_identity_check
ip:IP地址,支持IPv4real_person_rate, 秒播概率mb_rate, 自治域编号asnumber,运营商ispIPv4行业 ip_industry_classify
ip:IP地址,支持IPv4industry接口的详细返回数据,参考官方的API文档
通过埃文科技官网 获取KEY
环境变量说明:
AIWEN_API_KEY 产品的API KEYIPV4_ACCURACY(默认值:city)用于配置IPv4定位精度,根据所购API版本选择一个值:city(城市级)、district(区级)、street(街道级)IPV6_ACCURACY(默认值:city)用于配置IPv6定位精度,根据所购API版本选择一个值:city(城市级)、district(区级)、street(街道级){
"mcpServers": {
"aiwen-iplocation": {
"command": "npx",
"args": [
"-y",
"aiwen-mcp-server-geoip"
],
"env": {
"AIWEN_API_KEY": "xxxxxx",
"IPV4_ACCURACY": "city",
"IPV6_ACCURACY": "city",
}
}
}
}
{
"mcpServers": {
"aiwen-iplocation": {
"command": "npx",
"args": [
"-y",
"aiwen-mcp-server-geoip"
],
"env": {
"AIWEN_API_KEY": "xxxxxx",
"IPV4_ACCURACY": "city",
"IPV6_ACCURACY": "city",
}
}
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ipfred-aiwen-mcp-server-geoip": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.