No install? Use cloud.anythingmcp.com directly.
Sign in, install the HERE Geocoding & Search in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → HERE Geocoding & Search, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
HERE Geocoding & Search + ChatGPT
Geocode addresses, reverse-geocode coordinates, autocomplete addresses as-you-type, and search places via the HERE Location Services API. Useful for address validation, delivery-route planning, and storefront locators. Free tier covers 250k requests/month.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
HERE_API_KEY
Шаг 1 — Получите учётные данные
Credentials: generate a REST API key at https://platform.here.com → Projects → API Keys. Paste it into HERE_API_KEY when importing. The key is passed as a query parameter (apiKey), not as a header.
Pricing: HERE's Freemium plan includes 250,000 requests/month free. Bulk batch geocoding requires a paid plan.
Countries: worldwide coverage. Use in=countryCode:DEU or ISO 3-letter country filter for scope.
…(continued in the in-app connector instructions)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в ChatGPT
ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
HERE Geocoding & Search - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| Tool | What it does |
|---|---|
here_geocode | Forward-geocode an address to coordinates |
here_reverse_geocode | Reverse-geocode coordinates to a human-readable address |
here_autocomplete | Fast address-only autocomplete for as-you-type address fields |
here_autosuggest | Rich autosuggest — returns addresses AND places/POIs (shops, chains, landmarks) |
here_discover | Discover places, POIs, and businesses near a location or within an area — filterable by category (e |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.