提交

Geocoding MCP

@geocoding-ai

概览

what is Geocoding MCP?

Geocoding MCP is a Model Context Protocol (MCP) server that provides geocoding services by integrating with the Nominatim API, allowing users to convert addresses into geographic coordinates and vice versa.

how to use Geocoding MCP?

To use Geocoding MCP, install it via Node.js and configure it in your MCP client, such as Claude Desktop, by adding the necessary command to your configuration file.

key features of Geocoding MCP?

  • Converts addresses to geographic coordinates (geocoding).
  • Converts geographic coordinates to addresses (reverse geocoding).
  • Supports various output formats including JSON, XML, and GeoJSON.
  • Allows filtering of results by country, layer, and feature type.

use cases of Geocoding MCP?

  1. Finding the geographic coordinates of a given address for mapping applications.
  2. Retrieving address information from geographic coordinates for location-based services.
  3. Integrating geocoding capabilities into web and mobile applications.

FAQ from Geocoding MCP?

  • What is the required environment to run Geocoding MCP?

Node.js version 18.0.0 or higher is required.

  • Is there a limit to the number of requests?

The usage limits depend on the Nominatim API's terms and conditions.

  • Can I customize the output format?

Yes, you can choose from several output formats including JSON, XML, and GeoJSON.

服务器配置

{
  "mcpServers": {
    "geocoding": {
      "command": "npx",
      "args": [
        "-y",
        "@geocoding-ai/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.