maps-mcp-server
by jquad-group
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port. | 8007 |
| LOG_LEVEL | No | Logging level. | INFO |
| OVERPASS_URL | No | Overpass endpoint for POI ingest. | https://overpass-api.de/api/interpreter |
| VALHALLA_URL | No | Valhalla base URL. | http://valhalla.teams.svc.cluster.local:8002 |
| NOMINATIM_URL | No | Nominatim base URL. | http://nominatim.teams.svc.cluster.local:8080 |
| POI_DATA_PATH | No | Directory for ingested POI JSON caches. | ./data/poi |
| MAX_MATRIX_SIZE | No | Max destinations per Valhalla matrix call. | 50 |
| KEYCLOAK_ENABLED | No | Optional JWT validation. | false |
| OVERPASS_TIMEOUT | No | Per-request Overpass timeout. | 90.0 |
| POI_DEFAULT_AREA | No | Default geographic scope for Overpass ingest. | europe |
| OTEL_SERVICE_NAME | No | Service name in traces. | maps-mcp-server |
| POI_DEFAULT_BRAND | No | Default brand for ingest_poi(source='overpass'). | Best Western |
| HTTP_CONNECT_TIMEOUT | No | Outbound connect timeout. | 10.0 |
| HTTP_TIMEOUT_SECONDS | No | Outbound HTTP total timeout. | 30.0 |
| NOMINATIM_USER_AGENT | No | User-Agent header. | jquad-maps-mcp |
| POI_DEFAULT_COLLECTION | No | Default collection for find_within / list_poi. | bestwestern-eu |
| NOMINATIM_RATE_LIMIT_RPS | No | Max Nominatim req/sec (1/rps = min interval). | 5.0 |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | OTLP gRPC endpoint for tracing. | (OTel default) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/jquad-group/maps-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server