I

IP Geolocation

Fast and up-to-date IP geolocation data for AI agents via OCI container.

IP·No reviews yet
Repo Docs
Share:

About

Fast and up-to-date IP geolocation data for AI agents via OCI container.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about IP Geolocation.

What is the purpose of the IP Geolocation MCP?
The IP Geolocation MCP provides fast and current IP geolocation data to AI agents. It allows agents to determine the geographic location associated with an IP address.
How can I deploy the IP Geolocation MCP?
The IP Geolocation MCP is distributed as an OCI container. Deployment typically involves pulling the container image from its repository and running it in your environment.
Does the IP Geolocation MCP require API keys or other credentials?
No, the IP Geolocation MCP does not require API keys, OAuth, or other authentication credentials for its operation. It is designed for straightforward integration.
What data does the IP Geolocation MCP provide?
The MCP's core capability is to translate IP addresses into geolocation data. Specific data points (e.g., country, region, city) depend on the implementation within the OCI container.
What are the licensing terms for the IP Geolocation MCP?
The licensing terms for the IP Geolocation MCP are determined by the repository. Refer to the project's repository on GitHub for detailed licensing information.
Is the IP Geolocation MCP suitable for high-volume, low-latency applications?
The MCP is designed for fast and up-to-date responses. Performance for high-volume or low-latency applications depends on the underlying infrastructure and container deployment.

Install IP Geolocation

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "ip-geolocation": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ip-geolocation"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "ip-geolocation": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ip-geolocation"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "ip-geolocation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ip-geolocation"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.