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
A Model Context Protocol server that enables AI assistants to use IP Find.
The MCP server:
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:
{
"mcpServers": {
"ipfind": {
"command": "npx",
"args": ["-y", "@ipfind/ipfind-mcp-server"],
"env": {
"IPFIND_API_KEY": ""
}
}
}
}
IPFIND_API_KEY - You can generate an API key at IPfind.com.Certified by MCPHub
Install via CLI
npx mdskills install ipfind/ipfind-mcp-serverIP Find MCP Server is a free, open-source AI agent skill. 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
Install IP Find MCP Server with a single command:
npx mdskills install ipfind/ipfind-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
IP Find MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.