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.

评论

其他 分类下的更多 MCP 服务器