Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Geocoding

БесплатноНе проверен

An MCP server for forward geocoding via the Nominatim API (OpenStreetMap) with no API key required.

GitHubEmbed

Описание

An MCP server for forward geocoding via the Nominatim API (OpenStreetMap) with no API key required.

README

An MCP server for forward geocoding via the Nominatim API (OpenStreetMap). No API key required.

Usage

Claude CLI

claude mcp add --scope user geocoding -- npx -y geo-coding-mcp

Manual configuration

Add to your MCP config (e.g. claude_desktop_config.json):

{
  "mcpServers": {
    "geocoding": {
      "command": "npx",
      "args": ["-y", "geo-coding-mcp"]
    }
  }
}

Tool

geocode

Forward geocodes a free-form location query and returns matching places with coordinates and address details.

Parameters:

Name Type Required Description
q string yes Free-form search query, e.g. "221B Baker Street, London"
limit number no Max results to return (1–40, default 5)
countrycodes string no Comma-separated ISO 3166-1 alpha-2 codes to filter by, e.g. "gb,us"
addressdetails boolean no Include structured address breakdown (default true)
viewbox string no Bounding box to boost results: "x1,y1,x2,y2" (min_lon,min_lat,max_lon,max_lat)
bounded boolean no Restrict results to within the viewbox (requires viewbox)

Example response:

Geocoding results for: Big Ben, London
Found 3 result(s)
==================================================

[1] Big Ben, Westminster Bridge Road, Lambeth, London, Greater London, England, SE1 7PB, United Kingdom
    Lat: 51.5007325  Lon: -0.1246254
    Type: tourism/attraction  (importance: 0.7654)
    Address: tourism: Big Ben, road: Westminster Bridge Road, city: London, postcode: SE1 7PB, country: United Kingdom
...

Testing locally

npm run build
npx @modelcontextprotocol/inspector node ./build/index.js

License

MIT

from github.com/jamesfiltness/geocoding-mcp

Установить Geocoding в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install geocoding-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add geocoding-mcp -- npx -y geo-coding-mcp

FAQ

Geocoding MCP бесплатный?

Да, Geocoding MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Geocoding?

Нет, Geocoding работает без API-ключей и переменных окружения.

Geocoding — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Geocoding в Claude Desktop, Claude Code или Cursor?

Открой Geocoding на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Geocoding with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development