MCP cover image
See in Github
2025-05-06

埃文IP定位MCP

1

Github Watches

0

Github Forks

2

Github Stars

埃文IP定位 MCP Server

介绍

埃文科技 是全球IP地址高精准实时定位技术领航者 全球网络空间地图大数据服务提供商

埃文科技IP定位API已全面兼容MCP协议

MCP Server for the Aiwen IP Location API

工具介绍

  1. IP定位 aiwen_ip_location
  • 描述:根据请求的IP地址,返回该IP地址的详细信息,包括国家、省份、城市、运营商、使用者、经纬度等。

  • 参数:

    • ip:IP地址,必填IPv4
  • 输出示例

{
  "code": "Success",
  "data": {
    "continent": "亚洲",
    "country": "中国",
    "owner": "中国电信",
    "isp": "中国电信",
    "zipcode": "510000",
    "timezone": "UTC+8",
    "accuracy": "城市",
    "source": "数据挖掘",
    "areacode": "CN",
    "adcode": "440100",
    "asnumber": "4134",
    "lat": "23.116548",
    "lng": "113.295827",
    "radius": "87.3469",
    "prov": "广东省",
    "city": "广州市"
  },
  "charge": true,
  "msg": "查询成功",
  "ip": "202.97.89.109",
  "coordsys": "WGS84"
}
  1. 获取当前网络IP地址 根据当前网络IP地址获取位置信息 user_network_ip
  • 描述:基于IP的位置检测 获取用户当前网络的IP地址及定位信息
  • 参数 无
  • 输出结果 同上

快速使用

获取API key

通过aiwen官网 获取api key: https://mall.ipplus360.com/pros/IPVFourGeoAPI

MCP HOST中配置使用

cursor

{
    "mcpServers": {
        "aiwen-iplocation": {
            "command": "npx",
            "args": [
                "-y",
                "aiwen-mcp-server-geoip"
            ],
            "env": {
                "AIWEN_API_KEY": "xxxxxx"
            }
        }
    }
}

vscode

{
    "mcpServers": {
        "aiwen-iplocation": {
            "command": "npx",
            "args": [
                "-y",
                "aiwen-mcp-server-geoip"
            ],
            "env": {
                "AIWEN_API_KEY": "xxxxxx"
            }
        }
    }
}

相关推荐

  • sirmews
  • Read your Apple Notes with Claude Model Context Protocol

  • mzxrai
  • Chat with OpenAI models from Claude Desktop

  • ttommyth
  • Vibe coding should have human in the loop! interactive-mcp: Local, cross-platform MCP server for interact with your AI Agent

  • kopfrechner
  • Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.

  • magarcia
  • An implementation of Giphy integration with Model Context Protocol

  • Badhansen
  • A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.

  • nguyenvanduocit
  • 🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows

    Reviews

    5 (0)