geoplugin-mcp-server

geoplugin-hq/geoplugin-mcp-server

3.1

If you are the rightful owner of geoplugin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

GeoPlugin MCP Server is a Model Context Protocol server that integrates with GeoPlugin API to provide location data based on IP addresses.

GeoPlugin MCP Server

A Model Context Protocol server that enables AI assistants to use GeoPlugin.

How It Works

The MCP server:

  • Connects to your GeoPlugin API and allows AI Assistants to get locations of IP Addresses.

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)
  • GeoPlugin API Key

Installation

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

{
  "mcpServers": {
    "geoplugin": {
      "command": "npx",
      "args": ["-y", "@geoplugin/geoplugin-mcp-server"],
      "env": {
        "GEOPLUGIN_API_KEY": "<API KEY GOES HERE>"
      }
    }
  }
}