Geo MCP Server
@toshihikoyanase
About Geo MCP Server
No overview available yet
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Klarix Intelligence Engine
KlarixB2B competitive intelligence, live sales battlecards, 5-axis ICP prospect fit scoring, and tech stack teardowns over MCP and REST with cited public-web evidence.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments