IP Find MCP Server
A Model Context Protocol server that enables AI assistants to use IP Find.
How It Works
The MCP server:
- Connects to your IP Find API and allows AI Assistants to get locations of IP Addresses.
Usage with Claude Desktop
Prerequisites
- NodeJS
- MCP Client (like Claude Desktop App)
- IP Find 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": {
"ipfind": {
"command": "npx",
"args": ["-y", "@ipfind/ipfind-mcp-server"],
"env": {
"IPFIND_API_KEY": "<API KEY GOES HERE>"
}
}
}
}
IPFIND_API_KEY- You can generate an API key at IPfind.com.
Certified by MCPHub
Recommend MCP Servers 💡
mcp-nixos
utensils
MCP-NixOS - Model Context Protocol Server for NixOS resources
2025-03-20
mobbdev
mobb-dev
Bugsy can also be used as an MCP server, allowing AI assistants like Claude to automatically scan and fix vulnerabilities in your code repositories.
2023-07-13
HackerMCP
R3verseIN
A module enabling AI assistants to access penetration testing and security tools via MCP
2025-04-23
LaurieWired/GhidraMCP
LaurieWired
MCP Server for Ghidra
2025-03-23
ph0ryn/Discord-webhook-MCP
ph0ryn
A MCP server that enables sending messages to Discord via webhook using the Model Context Protocol.
2025-04-23
bsmnyk/mdslides-mcp-server
bsmnyk
MCP server for generating HTML slides from Markdown content using mkslides
2025-04-25