Dawarich MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | default 127.0.0.1 | 127.0.0.1 |
| MCP_PORT | No | default 8000 | 8000 |
| MCP_TRANSPORT | No | stdio or http, default stdio outside the container | stdio |
| DAWARICH_API_KEY | Yes | Dawarich user API key | |
| DAWARICH_BASE_URL | Yes | Dawarich base URL, for example http://dawarich.dawarich.svc.cluster.local:3000 | |
| DAWARICH_AUTH_MODE | No | bearer or query, default bearer | bearer |
| DAWARICH_HOST_HEADER | No | optional HTTP Host header for deployments that call an internal service URL while Dawarich only allows the public app host | |
| DAWARICH_MAX_PAGE_SIZE | No | default 500 | 500 |
| DAWARICH_FORWARDED_PROTO | No | optional X-Forwarded-Proto header, for example https when Dawarich forces HTTPS behind a proxy | |
| DAWARICH_TIMEOUT_SECONDS | No | default 30 | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dawarich_get_statsB | Get aggregate Dawarich travel stats, optionally filtered to one year. |
| dawarich_search_placesC | Search saved and nearby Dawarich places. |
| dawarich_find_visitsA | Find Dawarich visits by time and status. |
| dawarich_get_timelineC | Get day-by-day Dawarich timeline context for a date range. |
| dawarich_get_map_contextA | Get map bounds and optional capped hexagon/fog context. |
| dawarich_find_pointsA | Find raw Dawarich points. Prefer timeline/map context unless point evidence is needed. |
| dawarich_create_placeC | Create a manual Dawarich place. |
| dawarich_update_placeB | Update a Dawarich place after reading its current value. |
| dawarich_delete_placeB | Delete a Dawarich place. Defaults to dry-run. |
| dawarich_create_visitC | Create a Dawarich visit and matching/manual place if needed. |
| dawarich_update_visitC | Update a Dawarich visit after reading its current value. |
| dawarich_select_visit_placeC | Select one of Dawarich's possible places for a visit. |
| dawarich_merge_visitsC | Merge Dawarich visits. Defaults to dry-run because merge is destructive. |
| dawarich_bulk_update_visit_statusA | Bulk update Dawarich visit status. Defaults to dry-run. |
| dawarich_create_tripB | Create a Dawarich trip when /api/v1/trips exists; currently reports that API gap. |
| dawarich_update_tripC | Update a Dawarich trip when /api/v1/trips exists; currently reports that API gap. |
| dawarich_delete_tripC | Delete a Dawarich trip when /api/v1/trips exists; currently reports that API gap. |
| dawarich_add_pointsA | Add raw Dawarich points. Prefer visit/timeline tools unless raw samples are needed. |
| dawarich_recalculateC | Queue supported Dawarich recalculations. Defaults to dry-run. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review_suggested_visits | |
| create_trip_from_dates | |
| monthly_travel_summary |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| stats_summary | |
| profile |
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/SebastianWild/dawarich-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server