Skip to main content
Glama

mcp-geo

Geo MCP — 地理情報を無料の公開 API から利用するためのユーティリティです。

Pipeworx の一部 — AI エージェントを 1394+ のライブデータソースに接続する MCP ゲートウェイです。

ツール

ツール

説明

geocode

住所または地名を OpenStreetMap Nominatim で座標に変換し、最大5件の一致する座標を取得します。各結果の緯度、経度、display_name、場所の種別を返します。

reverse_geocode

座標を実際の住所に変換します。番地、市区町村、国、郵便番号を返します。緯度・経度のペアから場所を特定するために使用します。

get_country

国名または ISO コード(例: 'US'、'FR')で国の情報を取得します。首都、人口、通貨、言語、隣接国を返します。地域の背景や事実の確認に使用します。

get_timezone

指定された緯度・経度について、TimeAPI.io を介して IANA タイムゾーン名、現在の現地時刻、UTC オフセット(時間)を調べます。座標が必要です — 都市名は受け付けません。

get_sunrise_sunset

指定された緯度・経度と、任意の日付(YYYY-MM-DD 形式、デフォルトは今日)について、日の出・日の入り・太陽南中・市民薄明の開始/終了・日照時間(秒)を Sunrise-Sunset API で取得します。

Related MCP server: Google Maps MCP Server

クイックスタート

MCP クライアント(Claude Desktop、Cursor、Windsurf など)に追加してください:

{
  "mcpServers": {
    "geo": {
      "url": "https://gateway.pipeworx.io/geo/mcp"
    }
  }
}

または、フル Pipeworx ゲートウェイに接続して、すべての 1394+ ライブデータソースにアクセスできます:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

ask_pipeworx を使用する

ツールを直接呼び出す代わりに、平易な英語で質問できます:

ask_pipeworx({ question: "your question about Geo data" })

ゲートウェイが最適なツールを選び、引数を自動的に入力します。

詳細

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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

View all related MCP servers

Related MCP Connectors

  • Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

  • Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

  • Real-world data for agents: air quality, geocoding, quakes, holidays, web search

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/pipeworx-io/mcp-geo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server