Geo MCP Server
@toshihikoyanase
About Geo MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"geo": {
"command": "npx",
"args": [
"github.com:toshihikoyanase/geo-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
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.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments