MCP-Geo
@webcoderz
MCP-Geo について
Geocoding MCP server with GeoPY!
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"MCP-Geo": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP-Geo?
MCP-Geo is a geocoding MCP server built with GeoPy. It provides tools that allow Large Language Models (LLMs) to geocode addresses, reverse geocode coordinates, calculate distances, and perform batch lookups in a rate-limited, error-handled way. It is aimed at developers integrating location capabilities into AI workflows via Claude Desktop or other MCP clients.
How to use MCP-Geo?
Clone the repository, install dependencies with uv sync, then install the server using fastmcp install geo.py --name "MCP Geo" for Claude Desktop. For other environments, add the JSON configuration (with command: "uv", args: ["--directory", "MCP-Geo", "run", "geo.py"]) to your MCP settings file, optionally setting environment variables like GEOCODER_PROVIDER, NOMINATIM_URL, or API keys for alternative providers.
Key features of MCP-Geo
- Geocode a single address to latitude, longitude, and formatted address.
- Reverse geocode a latitude/longitude pair to the nearest address.
- Geocode with additional details like bounding boxes (provider-dependent).
- Batch geocode multiple addresses with rate limiting.
- Batch reverse geocode multiple coordinate pairs.
- Calculate distance between two addresses or coordinate pairs in miles/kilometers.
Use cases of MCP-Geo
- Convert a user‑provided place name into map coordinates for display or analysis.
- Find the street address corresponding to a GPS coordinate from a photo or sensor.
- Enrich location data by geocoding a list of addresses in one request.
- Calculate the distance between two addresses (e.g., for logistics or travel planning).
FAQ from MCP-Geo
What are the system requirements?
Python 3.6 or higher is required.
What dependencies are needed?
The server requires fastmcp (for the MCP framework) and geoPy (for geocoding). All dependencies are listed in requirements.txt and can be installed via uv sync.
How do I install MCP-Geo for Claude Desktop?
Run fastmcp install geo.py --name "MCP Geo" after cloning the repository and installing dependencies.
How can I switch the geocoding provider?
Set the GEOCODER_PROVIDER environment variable to "nominatim", "arcgis", or "bing". Additional variables (e.g., ARC_USERNAME, ARC_PASSWORD, BING_API_KEY, NOMINATIM_URL, SCHEME) can be configured in the MCP settings file or shell environment.
What safety features does MCP-Geo include?
Rate limiting (default 1‑second delay per geocoding call) prevents hitting service quotas, and error handling catches geopy exceptions, returning None instead of crashing.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
コメント