Skip to main content
Glama

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

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Provides IP geolocation services using IP-API.com without requiring an API key, enabling users to obtain detailed location and network information for any IP address in a clean, formatted output.
    Last updated -
    0
    3
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that retrieves detailed geographic information about IP addresses using the ipinfo.io API, helping determine user location and network details.
    Last updated -
    2
    36
    MIT License
  • -
    security
    A
    license
    -
    quality
    Enables AI models to access user geolocation information through EdgeOne Pages Functions, allowing location-aware AI interactions.
    Last updated -
    MIT License
  • -
    security
    A
    license
    -
    quality
    A server that enables AI models to access user geolocation information via EdgeOne Pages Functions through the Model Context Protocol.
    Last updated -
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ipfind/ipfind-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server