AgentHubAgentHub

IP Geolocation MCP by UnClick

MCP ServerMCP Registry官方收录

io.github.malamutemayhem/ipapi · v0.1.0

IP address geolocation and batch lookup with country, city, region, ISP, and timezone. By UnClick.

概览

IP Geolocation MCP by UnClick 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ipapi": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/ipapi-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.malamutemayhem/ipapi",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "IP Geolocation MCP by UnClick",
  "description": "IP address geolocation and batch lookup with country, city, region, ISP, and timezone. By UnClick.",
  "repository": {
    "url": "https://github.com/malamutemayhem/unclick.git",
    "source": "github",
    "subfolder": "packages/standalone/ipapi-mcp"
  },
  "homepage": "https://unclick.world",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@unclick/ipapi-mcp",
        "version": "0.1.0",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.malamutemayhem/ipapi",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.malamutemayhem%2Fipapi/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
IP Geolocation MCP by UnClick — MCP Server 安装与配置 · AgentHub