IP Find MCP Server
@ipfind
About IP Find MCP Server
IP Find MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ipfind": {
"command": "npx",
"args": [
"-y",
"@ipfind/ipfind-mcp-server"
],
"env": {
"IPFIND_API_KEY": "<API KEY GOES HERE>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is IP Find MCP Server?
IP Find MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to use the IP Find API. It connects to your IP Find account and allows assistants to retrieve geographic location data for IP addresses. This server is intended for developers who want to give AI assistants geolocation capabilities.
How to use IP Find MCP Server?
To use the server, install it via an MCP client like the Claude Desktop app. Add the following configuration to the mcpServers section of your claude_desktop_config.json, replacing <API KEY GOES HERE> with a valid API key from IPfind.com: "ipfind": { "command": "npx", "args": ["-y", "@ipfind/ipfind-mcp-server"], "env": { "IPFIND_API_KEY": "<API KEY GOES HERE>" } }. The server requires NodeJS and a MCP client.
Key features of IP Find MCP Server
- Connects to the IP Find API.
- Allows AI assistants to look up IP address locations.
- Simple setup via MCP client configuration.
- Uses the standard Model Context Protocol.
- Leverages the
@ipfind/ipfind-mcp-servernpm package.
Use cases of IP Find MCP Server
- A Claude assistant can retrieve the city and country of a given IP address during conversation.
- Automate IP geolocation queries within AI-powered workflows.
- Integrate IP location data into reports or analyses generated by an AI assistant.
FAQ from IP Find MCP Server
What prerequisites are needed to use IP Find MCP Server?
You need NodeJS, an MCP client (such as Claude Desktop), and an IP Find API key.
How do I obtain an IP Find API key?
You can generate an API key at IPfind.com.
Can I use IP Find MCP Server with MCP clients other than Claude Desktop?
The README only specifies usage with Claude Desktop, but as an MCP server it may work with any MCP client that can run external commands via npx.
Does the server require an internet connection?
Yes, it connects to the IP Find API over the internet to retrieve location data.
Where is the API key stored?
The API key is passed as an environment variable (IPFIND_API_KEY) in the MCP client configuration file.
Frequently asked questions
What prerequisites are needed to use IP Find MCP Server?
You need NodeJS, an MCP client (such as Claude Desktop), and an IP Find API key.
How do I obtain an IP Find API key?
You can generate an API key at IPfind.com.
Can I use IP Find MCP Server with MCP clients other than Claude Desktop?
The README only specifies usage with Claude Desktop, but as an MCP server it may work with any MCP client that can run external commands via `npx`.
Does the server require an internet connection?
Yes, it connects to the IP Find API over the internet to retrieve location data.
Where is the API key stored?
The API key is passed as an environment variable (`IPFIND_API_KEY`) in the MCP client configuration file.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments