geo-mcp-server
0
The Geo MCP Server is a minimal Model Context Protocol server designed to interact with geographical data, capable of retrieving elevation data using the Geospatial Information Authority of Japan API. It integrates with Claude Desktop and VS Code Copilot Agent, offering a streamlined interface for geographic computations.
Geo MCP Server
A minimal Model Context Protocol (MCP) server that provides tools to interact with geographical data. Key features include retrieving elevation data based on latitude and longitude using the Geospatial Information Authority of Japan API. Configure this server under mcpServers
for Claude Desktop or under servers
for VS Code Copilot Agent.
API
Tool: getElevation
- Description: Fetches elevation data for a given latitude and longitude.
- Input:
lat
- Latitude,lon
- Longitude. - Output: Elevation in meters.
Setup
- Clone the repository.
- Install dependencies.
- Build the project.
- Run the server with
npm start
.
License
Licensed under the MIT License.