IP Geolocation MCP Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables installation directly from GitHub repository, providing version control and distribution of the MCP server through git commands.

  • Uses Pydantic models to structure and validate IP geolocation data, including location, organization, and country details returned from the ipinfo.io API.

IPジオロケーションMCPサーバー

これは、 ipinfo.io APIを使用してIPアドレスの詳細情報を取得するシンプルなモデルコンテキストプロトコルサーバーです。これにより、ユーザーの所在地(おおよその)と使用ネットワークを特定できます。

インストール

IPInfo API を使用するにはトークンを作成する必要があります。まだトークンをお持ちでない場合は、 https://ipinfo.io/signupで無料アカウントを登録できます。

Claude デスクトップで使用するには、 claude_desktop_config.jsonファイルのmcpServersセクションに以下を追加します。

"ipinfo": { "command": "uvx", "args": [ "--from", "git+https://github.com/briandconnelly/mcp-server-ipinfo.git", "mcp-server-ipinfo" ], "env": { "IPINFO_API_TOKEN": "<YOUR TOKEN HERE>" } }

コンポーネント

ツール

  • get_ip_details : このツールは、IP アドレスに関する詳細情報を取得するために使用されます。
    • 入力: ip : 情報を取得する IP アドレス。
    • 出力: IPDetails : 場所、組織、国に関する詳細など、IP に関する詳細情報を含む Pydantic モデル。

リソース

カスタムリソースは含まれません

プロンプト

カスタムプロンプトは含まれていません

ライセンス

MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。

免責事項

このプロジェクトはIPInfoと提携していません。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

ipinfo.io API を使用して IP アドレスに関する詳細な地理情報を取得し、ユーザーの場所とネットワークの詳細を判断するのに役立つモデル コンテキスト プロトコル サーバー。

  1. Installation
    1. Components
      1. Tools
      2. Resources
      3. Prompts
    2. License
      1. Disclaimer
        ID: pll7u5ak1h