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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → HERE Geocoding & Search, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
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.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
HERE_API_KEY
Paso 1 — Obtener credenciales
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)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
HERE Geocoding & Search - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Herramientas disponibles
| 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
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.