ip-info-mcp
ip-info-mcp
MCP (Model Context Protocol) プロトコルに基づく IP アドレス情報照会サーバーで、stdio トランスポート層 を通じて AI クライアントと通信します。
機能
自機 IP の照会 — 現在のパブリック IP と所在地情報を取得
指定 IP の照会 — 任意の IP アドレスの所在地、ISP、緯度・経度などを照会
総合照会 — IPv4/IPv6 に対応し、ホスト名、組織、郵便番号、タイムゾーンなどを含む
Related MCP server: Netdetective MCP Server
MCP stdio 通信の仕組み
このプロジェクトは MCP プロトコルの stdio トランスポート層 を使用します:
┌─────────────────┐ ┌──────────────────────┐
│ AI 客户端 │ stdin │ MCP Server (本进程) │
│ (CodeBuddy 等) │◄───────►│ python server.py │
│ │ stdout │ │
└─────────────────┘ └──────────────────────┘クライアントは
stdinを介して JSON-RPC リクエスト(例:tools/call)を送信しますサーバーは
stdoutを介して JSON-RPC レスポンスを返しますstderrはログ出力に使用され、通信プロトコルには影響しませんHTTP サービスが不要で、軽量に起動でき、ローカルツールとの統合に適しています
クイックスタート
1. 依存関係のインストール
pip install -r requirements.txt2. AI クライアントへの設定
CodeBuddy の Settings → MCP → Add MCP に追加します:
{
"mcpServers": {
"ip-info": {
"type": "stdio",
"command": "python",
"args": ["path/to/server.py"],
"description": "IP 地址信息查询工具"
}
}
}3. 使用
設定後、そのまま会話で質問できます:
「自分のパブリック IP は何ですか?」
「8.8.8.8 の所在地を調べて」
「この IP の情報を調べて:114.114.114.114」
プロジェクト構成
ip-info-mcp/
├── server.py # MCP 服务器主文件
├── requirements.txt # Python 依赖
├── README.md # 本文件
└── chatmcp.yaml # chatmcp 平台配置技術スタック
MCP Python SDK — MCP プロトコルの実装
httpx — 非同期 HTTP クライアント
ip-api.com / ipinfo.io — 無料の IP 照会 API
ライセンス
MIT
This server cannot be installed
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.
- 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 gradedqualityDmaintenanceMCP server providing IP address lookup capabilities. Enables AI assistants to fetch details about public IP addresses or the user's current device IP.97ISC
- AlicenseNot gradedqualityCmaintenanceProvides IP geolocation data via ipinfo.io, enabling querying IP addresses for location, ISP, and other details through natural language.9MIT
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 address utilities 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/yuwan0405/hackernews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server