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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Nominatim (OpenStreetMap) klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Nominatim (OpenStreetMap) + Claude
Free, no-auth geocoding using OpenStreetMap's Nominatim service. Forward + reverse geocoding + place lookup + search. 4 tools.
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:
(none — public API)
Schritt 1 — Zugangsdaten holen
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.
- …
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
Nominatim (OpenStreetMap) - 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.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| 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
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.