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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → HERE Geocoding & Search klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
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.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
HERE_API_KEY
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
HERE Geocoding & Search - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| 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
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.