Skip to main content
Glama
kimhjort

aria-mcp-drivetime-dk

by kimhjort

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OSRM_URLNoOverride OSRM base URL (for self-hosting or a traffic-aware provider).https://router.project-osrm.org
NOMINATIM_URLNoOverride Nominatim base URL (for self-hosting).https://nominatim.openstreetmap.org
DEFAULT_ORIGINNoDefault origin place (e.g. 'Horsens'). Makes 'from' optional in drive_time and leave_by.
DEFAULT_BUFFER_MINNoBuffer minutes subtracted when computing leaveByLocal.10

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
drive_timeA

Compute car driving distance and typical travel time between two places in Denmark using OpenStreetMap data. Both 'from' and 'to' accept a Danish place name / address (e.g. 'Horsens', 'Billund Lufthavn', 'Rådhuspladsen, København') or a coordinate string in 'lat,lon' format. Returns distanceKm, durationMin, and the resolved place names. If 'arriveBy' is given (ISO datetime such as '2026-06-12T12:00' or 'HH:MM' for today in Copenhagen time), also returns leaveByLocal — the time you must leave to arrive on time including a buffer (default 10 min from DEFAULT_BUFFER_MIN). IMPORTANT: Duration is free-flow routing time WITHOUT live traffic. Allow extra time during rush hours.

geocodeA

Resolve a Danish place name or address to geographic coordinates (latitude/longitude) using Nominatim (OpenStreetMap). Returns lat, lon, and a full display name. Useful for verifying that a place name is unambiguous before using it in drive_time.

leave_byA

Convenience tool: given a destination and a required arrival time, returns the time you must leave and a drive summary. Equivalent to drive_time with arriveBy but requires arriveBy explicitly. Both 'from' and 'to' accept a Danish place name / address or 'lat,lon'. Returns leaveByLocal (Europe/Copenhagen), arriveByLocal, durationMin, distanceKm, and a no-live-traffic notice. Example output: 'Horsens → Billund Lufthavn er ~48 min — kør senest 11:02 for at nå 12:00'.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kimhjort/aria-mcp-drivetime-dk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server