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 キーを発行 — 完了です。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 は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
HERE Geocoding & Search - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- 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 が必要です。