IP Find
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IP Findwhat's my current location based on my IP?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: IP Lookup MCP
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables IP address location and latitude/longitude address queries, providing detailed geographic information such as country, province, city, and district.Last updated224MIT
- Alicense-qualityCmaintenanceProvides IP address geolocation and lookup via ip-api.com, no authentication required for basic usage.Last updated14MIT
- Alicense-qualityCmaintenanceProvides IP geolocation data via ipinfo.io, enabling querying IP addresses for location, ISP, and other details through natural language.Last updated26MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to perform IP geolocation, proxy detection, and domain WHOIS lookups using IP2Location.io and IP2WHOIS data.Last updated5MIT
Related MCP Connectors
IP Lookup MCP — ip-api.com (free, no auth for basic usage)
IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)
Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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