Submit

MCP UTM/TWD97 座標轉換伺服器

@tutumomo

經緯度與 UTM/TWD97 座標互轉功能的 MCP Server
Overview

What is MCP UTM/TWD97 Coordinate Converter?

MCP UTM/TWD97 Coordinate Converter is a Python server that provides functionality for converting between geographic coordinates (latitude and longitude) and UTM/TWD97 coordinates, suitable for integration with AI applications like LLM tools and Claude Desktop.

How to use MCP UTM/TWD97 Coordinate Converter?

To use the converter, you can run it in CLI mode or as an HTTP service. For CLI mode, execute python src/mcp_server.py. For HTTP service, use uvicorn src.mcp_server:app --port 8000 to start the server and access the API.

Key features of MCP UTM/TWD97 Coordinate Converter?

  • Converts latitude and longitude to UTM/TWD97 coordinates and vice versa.
  • Supports default parameters for ease of use.
  • Provides a simple API for integration with other applications.

Use cases of MCP UTM/TWD97 Coordinate Converter?

  1. Converting geographic coordinates for mapping applications.
  2. Integrating with AI tools for location-based services.
  3. Supporting geographic data analysis in research projects.

FAQ from MCP UTM/TWD97 Coordinate Converter?

  • Can this converter handle all geographic coordinate systems?

This converter specifically handles UTM and TWD97 coordinate systems.

  • Is there a graphical interface for this converter?

No, the converter is designed to be used via command line or HTTP API.

  • What programming language is this project written in?

The project is written in Python.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.