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

インストール
IPInfo APIを使用するにはトークンを作成する必要があります。 まだお持ちでない場合は、https://ipinfo.io/signup から無料アカウントに登録できます。
各クライアントで指定方法は異なりますが、一般的には以下の値を使用します:
フィールド | 値 |
コマンド |
|
引数 |
|
環境変数 |
|
開発版
最新の機能を使用したい場合は、GitHubから直接サーバーを取得できます。
--from 引数を追加するだけです:
フィールド | 値 |
コマンド |
|
引数 |
|
環境変数 |
|
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トークン | なし(基本検索のみ) |
| キャッシュのTTL(秒単位) | 3600(1時間) |
ライセンス
MITライセンス - 詳細は LICENSE ファイルを参照してください。リリース履歴については CHANGELOG.md を参照してください。
免責事項
このプロジェクトは IPInfo とは提携していません。
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceAn 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.
- AlicenseNot gradedqualityCmaintenanceAn 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
- AlicenseBqualityDmaintenanceAn 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.1MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for IP geolocation lookups using ipinfo.io, with single, own, and batch queries.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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