MCP.so
ログイン

Geo MCP Server

@toshihikoyanase

Geo MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

toshihikoyanase

設定

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

{
  "mcpServers": {
    "geo": {
      "command": "npx",
      "args": [
        "github.com:toshihikoyanase/geo-mcp-server"
      ]
    }
  }
}

ツール

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

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

概要

What is Geo MCP Server?

Geo MCP Server is a minimal MCP (Model Context Protocol) server that provides a getElevation tool for retrieving elevation data based on latitude and longitude. It uses the Geospatial Information Authority of Japan (GSI) Elevation API and is designed for integration with AI assistants like Claude via the Model Context Protocol.

How to use Geo MCP Server?

Add the server to Claude Desktop’s configuration under the mcpServers key, using npx to run it directly. For local development, clone the repository, install dependencies with npm install, build with npm run build, and run with npm start. The server communicates over standard input/output (stdio).

Key features of Geo MCP Server

  • Provides a single getElevation tool.
  • Accepts latitude and longitude as inputs.
  • Returns elevation in meters.
  • Uses the Geospatial Information Authority of Japan API.
  • Runs over stdio for MCP compatibility.
  • Configured easily with npx in Claude Desktop.

Use cases of Geo MCP Server

  • Retrieve elevation data for a given geographic coordinate.
  • Incorporate real‑time elevation information into AI assistant responses.
  • Combine with other MCP tools for location‑based analysis.

FAQ from Geo MCP Server

What tool does Geo MCP Server provide?

It provides the getElevation tool to fetch elevation data.

What inputs does getElevation require?

It requires lat (latitude) and lon (longitude), both numbers.

What API does it use for elevation data?

It uses the Elevation API provided by the Geospatial Information Authority of Japan (GSI).

How do I run the server locally?

Clone the repository, run npm install, npm run build, and then npm start. The server runs via stdio.

What are the licensing terms?

The project is licensed under the MIT License.

コメント

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