Dawarich MCP

Dawarich MCP

Minimal read-only MCP server that lets you query a Dawarich instance for stats, timeline, visits, points, track details, exports, reverse geocoding, and journey summaries.

Category
Visit Server

README

Dawarich MCP

Minimal read-only MCP server for loading information from a Dawarich instance.

Tools

  • dawarich_get_stats -> GET /api/v1/stats
  • dawarich_get_timeline -> GET /api/v1/timeline
  • dawarich_list_visits -> GET /api/v1/visits
  • dawarich_list_points -> GET /api/v1/points
  • dawarich_get_track_points -> GET /api/v1/tracks/:track_id/points
  • dawarich_get_track_detail -> compact detail for one journey
  • dawarich_export_track -> one journey as summary, JSON, GeoJSON, or CSV
  • dawarich_reverse_geocode -> GPS coordinates to address via reverse geocoder
  • dawarich_summarize_journeys -> simple from-to trip table for a date range

Setup

npm install
$env:DAWARICH_URL="https://your-dawarich.example.com"
$env:DAWARICH_API_KEY="replace-with-your-api-key"
npm start

By 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.js

Then restart Codex or the ChatGPT desktop app. Use /mcp to confirm the server is connected.

Test With Inspector

npm run inspect

Notes

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured