Dawarich MCP
Provides reverse geocoding through OpenStreetMap Nominatim, allowing GPS coordinates to be converted into addresses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dawarich MCPSummarize my journeys from last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dawarich MCP
Minimal read-only MCP server for loading information from a Dawarich instance.
Tools
dawarich_get_stats->GET /api/v1/statsdawarich_get_timeline->GET /api/v1/timelinedawarich_list_visits->GET /api/v1/visitsdawarich_list_points->GET /api/v1/pointsdawarich_get_track_points->GET /api/v1/tracks/:track_id/pointsdawarich_get_track_detail-> compact detail for one journeydawarich_export_track-> one journey as summary, JSON, GeoJSON, or CSVdawarich_reverse_geocode-> GPS coordinates to address via reverse geocoderdawarich_summarize_journeys-> simple from-to trip table for a date range
Related MCP server: flighty-mcp
Setup
npm install
$env:DAWARICH_URL="https://your-dawarich.example.com"
$env:DAWARICH_API_KEY="replace-with-your-api-key"
npm startBy default the API key is sent as ?api_key=..., matching Dawarich docs.
If your instance expects bearer auth, set:
$env:DAWARICH_AUTH_MODE="bearer"Reverse geocoding defaults to OpenStreetMap Nominatim. For regular use, set a clear user agent:
$env:DAWARICH_GEOCODER_USER_AGENT="dawarich-mcp/0.3.0 contact=you@example.com"You can also point it at another compatible reverse geocoder:
$env:DAWARICH_GEOCODER_URL="https://your-geocoder.example.com/reverse"Example Prompts
Nacti detail cesty 12725 a rekni mi start, cil a kolik mela bodu.Exportuj cestu 12725 jako GeoJSON.Geolokuj souradnice 49.7281335, 13.3269319.Vypis moje pracovni cesty za minuly tyden jako jednoduchou tabulku:
pondeli Chudenice -> Plzen, utery Chudenice -> Rybitvi.
Pouzij dawarich_summarize_journeys s weekdays_only=true, modes=["driving"] a include_markdown=true.Add To Codex
From this folder:
codex mcp add dawarich `
--env DAWARICH_URL="https://your-dawarich.example.com" `
--env DAWARICH_API_KEY="replace-with-your-api-key" `
-- node C:\Users\zilvar\Documents\Codex\2026-08-06\najd\outputs\dawarich-mcp\src\server.jsThen restart Codex or the ChatGPT desktop app. Use /mcp to confirm the server is connected.
Test With Inspector
npm run inspectNotes
This server intentionally exposes read-only tools only. Add write tools, such as visit updates or merges, only after confirming the read flow works and you are comfortable letting an assistant modify location-history data.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for OP3 podcast analytics: downloads, geography, app share. Read-only.Last updated6481MIT
- AlicenseAqualityBmaintenanceA read-only MCP server that exposes personal Flighty app flight data as geo-ready legs with coordinates, enabling queries by date, year, or flight number, and aggregate stats.Last updated3MIT
- AlicenseBqualityAmaintenancePrivacy-first MCP server for Strava activities, streams, routes and training data.Last updated299472MIT
- Flicense-qualityBmaintenanceExposes read-only location history and related data from Dawarich via MCP tools, designed to run behind an OAuth-terminating proxy.Last updated
Related MCP Connectors
Unofficial read-only MCP server for VeryChic hotel offers
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xstb/dawarich-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server