Geo MCP Server
@toshihikoyanase
Geo MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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
getElevationtool. - 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.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント