MCP.so
ログイン

📝 mcp-ip-geo

@chenmingyong0423

📝 mcp-ip-geo について

An MCP Server that provides IP geolocation lookup (country, region, city, etc.) via ip-api.com.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

go

トランスポート

stdio

公開者

chenmingyong0423

投稿者

Mimgyong Chen

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-ip-geo": {
      "command": "/path/to/mcp-ip-geo"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 📝 mcp-ip-geo?

📝 mcp-ip-geo is an MCP (Model Context Protocol) server that provides IP geolocation lookup services—returning country, region, city, and other location data—using the ip-api.com service. It targets developers who want to add IP geolocation capabilities to MCP-compatible applications.

How to use 📝 mcp-ip-geo?

Two deployment methods are available: run directly with go run github.com/chenmingyong0423/mcp-ip-geo/cmd/mcp-ip-geo@latest via Stdio transport, or build the Docker image and run the container for Streamable HTTP transport on port 8000. Configure the MCP client with the corresponding JSON snippet for your chosen method.

Key features of 📝 mcp-ip-geo

  • IP geolocation (country, region, city)
  • Two deployment options: Stdio or Docker HTTP
  • Powered by ip-api.com’s free tier
  • Streamable HTTP transport over port 8000
  • Single-purpose, easy-to-integrate service

Use cases of 📝 mcp-ip-geo

  • Add IP location data to AI assistant conversations
  • Enrich user context with geographic information
  • Validate or analyze IP addresses in automated workflows
  • Power location-aware features in MCP-based tools

FAQ from 📝 mcp-ip-geo

What data does 📝 mcp-ip-geo return?

It returns country, region, city, and similar geolocation details for a given IP address, using the ip-api.com service.

What runtime or dependencies are required?

You need either Go (to run the go run command) or Docker (to build and run the container image). No external database or configuration files are required.

Is 📝 mcp-ip-geo free for commercial use?

No—the project uses the free version of ip-api.com, which is for non-commercial use only. Commercial users must comply with ip-api.com’s terms or purchase a paid plan.

What MCP transports are supported?

It supports Stdio transport (using the go run command) and Streamable HTTP transport (via the Docker deployment on port 8000).

Where does the geolocation data come from?

All location data is fetched live from the ip-api.com service at query time. The server does not store or cache IP data locally.

コメント

「その他」の他のコンテンツ