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 💡
vet-mcp
A local MCP server using stdio/sse transports to vet open source packages for security risks before use in AI-generated code projects.
typst-mcp
Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code.
mcp-server-kubernetes
MCP Server for kubernetes management commands
mcp-internet-speed-test
The MCP Internet Speed Test is a specialized Model Context Protocol (MCP) server that enables AI models and agents to perform internet speed measurements.
xctools-mcp-server
MCP server providing structured access to Xcode development tools including xcrun, xcodebuild, and xctrace
@gongrzhe/quickchart-mcp-server
A Model Context Protocol server for generating charts using QuickChart.io