Skip to main content
Glama

IP Geolocation MCP Server

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

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

mcp-server-ipinfo を使用した会話の例

インストール

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と提携していません。

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

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.

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

  1. インストール
    1. コンポーネント
      1. ツール
      2. リソース
      3. プロンプト
    2. ライセンス
      1. 免責事項

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides Google Maps API integration, allowing users to search locations, get place details, geocode addresses, calculate distances, obtain directions, and retrieve elevation data through LLM processing capabilities.
          Last updated -
          7
          1,241
          53
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides geocoding services by integrating with the Nominatim API, allowing AI assistants to perform location-based lookups.
          Last updated -
          2
          14
          2
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides access to property data, address verification, skip tracing, geocoding, and advanced property search capabilities through BatchData.io's APIs.
          Last updated -
          16
          TypeScript
          MIT License
          • Apple
          • Linux

        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/briandconnelly/mcp-server-ipinfo'

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