MCP.so
Sign In

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-server npm 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.

Comments

More Other MCP servers