A Model Context Protocol server that enables AI assistants to use IP Find. The MCP server: - Connects to your IP Find API and allows AI Assistants to get locations of IP Addresses. - MCP Client (like Claude Desktop App) - IP Find API Key To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claudedesktopconfig.json: - IPFINDAPIKEY - You
Add this skill
npx mdskills install ipfind/ipfind-mcp-serverMinimal documentation for IP geolocation lookup via external API with clear setup steps
1# IP Find MCP Server23A Model Context Protocol server that enables AI assistants to use IP Find.45## How It Works67The MCP server:89- Connects to your IP Find API and allows AI Assistants to get locations of IP Addresses.1011## Usage with Claude Desktop1213### Prerequisites1415- NodeJS16- MCP Client (like Claude Desktop App)17- IP Find API Key1819### Installation2021To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:2223```json24{25 "mcpServers": {26 "ipfind": {27 "command": "npx",28 "args": ["-y", "@ipfind/ipfind-mcp-server"],29 "env": {30 "IPFIND_API_KEY": "<API KEY GOES HERE>"31 }32 }33 }34}35```3637- `IPFIND_API_KEY` - You can generate an API key at IPfind.com.383940Certified by [MCPHub](https://mcphub.com/mcp-servers/ipfind/ipfind-mcp-server)41
Full transparency — inspect the skill content before installing.