IPジオロケーションMCPサーバー
これは、 ipinfo.io APIを使用してIPアドレスの詳細情報を取得するシンプルなモデルコンテキストプロトコルサーバーです。これにより、ユーザーの所在地(おおよその)と使用ネットワークを特定できます。
インストール
IPInfo API を使用するにはトークンを作成する必要があります。まだトークンをお持ちでない場合は、 https://ipinfo.io/signupで無料アカウントを登録できます。
Claude デスクトップで使用するには、 claude_desktop_config.json
ファイルのmcpServers
セクションに以下を追加します。
コンポーネント
ツール
get_ip_details
: このツールは、IP アドレスに関する詳細情報を取得するために使用されます。- 入力:
ip
: 情報を取得する IP アドレス。 - 出力:
IPDetails
: 場所、組織、国に関する詳細など、IP に関する詳細情報を含む Pydantic モデル。
- 入力:
リソース
カスタムリソースは含まれません
プロンプト
カスタムプロンプトは含まれていません
ライセンス
MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。
免責事項
このプロジェクトはIPInfoと提携していません。
You must be authenticated.
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.
Tools
ipinfo.io API を使用して IP アドレスに関する詳細な地理情報を取得し、ユーザーの場所とネットワークの詳細を判断するのに役立つモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides web content fetching and conversion capabilities.Last updated -4892JavaScriptMIT License
- -securityFlicense-qualityProvides 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
- -securityAlicense-qualityA Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.Last updated -4PythonApache 2.0
- -securityAlicense-qualityA 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 -PythonApache 2.0