No install? Use cloud.anythingmcp.com directly.
Sign in, install the Nominatim (OpenStreetMap) 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 → Nominatim (OpenStreetMap) をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Nominatim (OpenStreetMap) + ChatGPT
Free, no-auth geocoding using OpenStreetMap's Nominatim service. Forward + reverse geocoding + place lookup + search. 4 tools.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
(none — public API)
ステップ 1 — 認証情報を取得
org).
Setup: NO API KEY REQUIRED. Just install the connector. The base URL is https://nominatim.openstreetmap.org.
HOWEVER — usage policy you MUST respect (otherwise you'll get banned):
- Max 1 request per second per IP. The connector does NOT throttle for you — your agent must self-limit. For bulk usage, run a self-hosted Nominatim or use a paid Nominatim host.
- User-Agent header REQUIRED — every request must identify you. The connector pins
User-Agent: AnythingMCP (https://anythingmcp.com)automatically. - No heavy bulk geocoding — if you need >100 requests/hour, switch to MapTiler / OpenCage / Mapbox / Google.
- …
ステップ 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:
Nominatim (OpenStreetMap) - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| Tool | What it does |
|---|---|
nominatim_search | Forward geocode (free-text address → coordinates + structured address) |
nominatim_reverse | Reverse geocode (coordinates → address) |
nominatim_lookup | Look up known OSM IDs (N1234, W5678, R9012 for nodes/ways/relations) |
nominatim_status | Service status check |
FAQ
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。