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
Available Tools
3 toolsget_api_usageC
Get the usage of the API
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states what the tool does ('Get the usage of the API') without detailing aspects like whether it requires authentication, returns real-time or historical data, includes rate limits, or what format the usage data is in. This leaves significant gaps in understanding the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence ('Get the usage of the API') with no wasted words. It is appropriately sized for a simple tool with no parameters and is front-loaded with the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations and output schema, the description is incomplete. It doesn't explain what 'usage' entails (e.g., metrics, limits, time periods) or the return format, which is crucial for an API usage tool. The simplicity of the tool (0 parameters) doesn't fully compensate for these missing behavioral details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description doesn't mention parameters, which is appropriate since there are none. It earns a baseline score of 4 for not needing to compensate for any parameter gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool's purpose as 'Get the usage of the API', which is a clear verb+resource combination. However, it doesn't differentiate from sibling tools (get_ip_location, get_my_location), which are unrelated location tools, so there's no need for sibling differentiation. The purpose is straightforward but somewhat generic.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives or in what context. It lacks any mention of prerequisites, timing, or related tools, leaving the agent to infer usage based solely on the tool name and purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ip_locationC
Get the location of an IP address
| Name | Required | Description | Default |
|---|---|---|---|
| ipAddress | No | The IP address to get the location of. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. While 'Get' implies a read operation, it doesn't specify whether this requires authentication, has rate limits, what data sources it uses, accuracy considerations, or what happens with invalid IP addresses. Significant behavioral context is missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise - a single sentence that directly states the tool's function with zero wasted words. It's front-loaded and immediately communicates the core purpose without unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a geolocation tool with no annotations and no output schema, the description is insufficient. It doesn't explain what location data is returned (coordinates, city, country, etc.), accuracy considerations, data source limitations, or error handling. The agent would need to guess about the tool's behavior and outputs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents the single 'ipAddress' parameter adequately. The description doesn't add any meaningful parameter semantics beyond what's in the schema, such as IP format requirements (IPv4 vs IPv6) or validation rules. Baseline 3 is appropriate when schema does the work.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and resource ('location of an IP address'), making the purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'get_my_location' which appears to serve a similar location-related function, preventing a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_my_location' (which presumably gets the user's own location). There's no mention of prerequisites, limitations, or appropriate contexts for this IP geolocation tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_my_locationB
Get the location of the current IP address
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but offers minimal behavioral insight. It implies a read-only operation but doesn't disclose rate limits, authentication needs, accuracy limitations, or what 'location' entails (e.g., coordinates, city). The agent lacks context on reliability or constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no wasted words. It's front-loaded with the core purpose, making it easy for an agent to parse quickly without unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations and output schema, the description is incomplete for a location-fetching tool. It doesn't explain return values (e.g., format, data fields), potential errors, or behavioral nuances like IP-based limitations, leaving the agent under-informed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters with 100% schema description coverage, so no parameter documentation is needed. The description doesn't add param details, but this is appropriate given the empty schema, meeting the baseline for tools without parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Get') and resource ('location of the current IP address'). It distinguishes from sibling 'get_ip_location' by specifying 'current IP address' rather than a general IP lookup, though it doesn't explicitly contrast with 'get_api_usage'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_ip_location' or 'get_api_usage'. It doesn't mention prerequisites, context, or exclusions, leaving the agent to infer usage based on tool names alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Each tool has a clearly distinct purpose: get_api_usage monitors API usage, get_ip_location finds the location of a specified IP, and get_my_location finds the location of the current IP. There is no overlap or ambiguity between these functions.
All tool names follow a consistent verb_noun pattern with the prefix 'get_' and descriptive nouns (api_usage, ip_location, my_location). This makes the tools predictable and easy to understand.
With 3 tools, the server is well-scoped for IP location and API usage tracking. Each tool serves a clear, non-redundant function, making the count appropriate for the domain.
The tools cover core IP location queries (for specified and current IPs) and API usage monitoring, which are essential for the server's purpose. A minor gap might be the lack of tools for bulk IP lookups or historical data, but the basic functionality is complete.
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 Connectors
Unlock the power of IP geolocation with our tool! Whether you're a developer needing location data
IP Lookup MCP — ip-api.com (free, no auth for basic usage)
IP Geolocation: This API provides fast, reliable, and developer-friendly IP geolocation, ASN.
IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables IP address location and latitude/longitude address queries, providing detailed geographic information such as country, province, city, and district.215MIT
- AlicenseNot gradedqualityCmaintenanceProvides IP address geolocation and lookup via ip-api.com, no authentication required for basic usage.13MIT
- AlicenseNot gradedqualityCmaintenanceProvides IP geolocation data via ipinfo.io, enabling querying IP addresses for location, ISP, and other details through natural language.9MIT
- FlicenseNot gradedqualityCmaintenanceEnables looking up approximate location of public or specific IP addresses, returning country, city, ISP, and coordinates via ip-api.com.
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