Skip to main content
Glama
briandconnelly

IP Geolocation MCP Server

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

PyPI CI License: MIT

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

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

インストール

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

各クライアントで指定方法は異なりますが、一般的には以下の値を使用します:

フィールド

コマンド

uvx

引数

mcp-server-ipinfo

環境変数

IPINFO_API_TOKEN = <YOUR TOKEN>

開発版

最新の機能を使用したい場合は、GitHubから直接サーバーを取得できます。 --from 引数を追加するだけです:

フィールド

コマンド

uvx

引数

--from, git+https://github.com/briandconnelly/mcp-server-ipinfo, mcp-server-ipinfo

環境変数

IPINFO_API_TOKEN = <YOUR TOKEN>

Related MCP server: GeoIP MCP Server

コンポーネント

ツール

  • get_ip_details: 場所、ISP、ネットワークの詳細を含む、1つまたは複数のIPアドレスに関する詳細情報を取得します。

    • 入力: ips (オプション): 分析するIPアドレスのリスト(IPv4またはIPv6)。指定がない場合は、リクエスト元のクライアントのIPアドレスを分析します。

    • 出力: 場所、組織、タイムゾーンなどを含む IPDetails のリスト。

    • 注意: バッチ検索(複数のIP)には IPINFO_API_TOKEN が必要です。

  • get_residential_proxy_info: IPアドレスが住宅用プロキシサービスに関連付けられているかどうかを確認します。

    • 入力: ip: 住宅用プロキシの使用状況を確認するIPアドレス。

    • 出力: プロキシサービス名、最終確認日、アクティビティ率を含む ResidentialProxyDetails

    • 注意: 住宅用プロキシデータへのアクセス権を持つ IPINFO_API_TOKEN が必要です。

  • get_map_url: IPアドレスのインタラクティブな地図視覚化へのURLを生成します。

    • 入力: ips: 視覚化するIPアドレスのリスト(最大500,000件)。

    • 出力: 地理的な場所を示すipinfo.io上のインタラクティブな地図へのURL。

    • 注意: トラフィックやユーザーの地理的分布を視覚化するのに便利です。

設定

環境変数

変数

説明

デフォルト

IPINFO_API_TOKEN

プレミアム機能用のIPInfo APIトークン

なし(基本検索のみ)

IPINFO_CACHE_TTL

キャッシュのTTL(秒単位)

3600(1時間)

ライセンス

MITライセンス - 詳細は LICENSE ファイルを参照してください。リリース履歴については CHANGELOG.md を参照してください。

免責事項

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

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
10dResponse time
4wRelease cycle
5Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP (Multi-Agent Conversation Protocol) server that enables natural language interaction with the AbstractAPI geolocation service, allowing users to retrieve geographic information about IP addresses.
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that provides IP geolocation services using MaxMind's GeoIP2 databases, allowing users to retrieve geographical information for single or multiple IP addresses including country, city, coordinates, and ASN details.
    GPL 3.0
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that provides access to the Netdetective API for querying information about IP addresses. It enables users to retrieve metadata for a specified IP address or the connecting client's default IP address.
    1
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP server for IP geolocation lookups using ipinfo.io, with single, own, and batch queries.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)

  • IP Lookup MCP — ip-api.com (free, no auth for basic usage)

  • ip-api.com MCP.

View all MCP Connectors

Latest Blog Posts

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