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

You must be authenticated.

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 web content fetching and conversion capabilities.
          Last updated -
          4
          89
          2
          JavaScript
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          Provides IP geolocation services using IP-API.com without requiring an API key, enabling users to obtain detailed location and network information for any IP address in a clean, formatted output.
          Last updated -
          TypeScript
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.
          Last updated -
          4
          Python
          Apache 2.0
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A server that translates Model Context Protocol (MCP) tool callings to traditional HTTP API requests, allowing existing HTTP APIs to be integrated into MCP territory through configurable mappings.
          Last updated -
          Python
          Apache 2.0

        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