Overture Maps MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OVERTURE_API_KEY | No | Your Overture Maps API key. | DEMO-API-KEY |
| OVERTURE_API_BASE | No | Override for staging/self-hosted deployments. | https://api.overturemapsapi.com |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_placesA | Search for places (points of interest / businesses) in Overture Maps data. You must scope the search to keep it fast and cheap: provide either a |
| list_place_categoriesA | List the place categories available in Overture Maps data for a country (or a lat/lng/radius area), with how many places each has. Use this to find valid |
| list_place_countriesA | List every country present in Overture Maps places data, with the number of places (and brands) in each. Useful to check coverage before searching. |
| search_divisionsA | Look up administrative divisions (countries, regions, counties, localities) in Overture Maps. Search by |
| find_buildingsA | Find building footprints near a location from Overture Maps. Requires |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct data type: buildings, place categories, place countries, administrative divisions, and places (POIs). There is no overlap in purpose, and descriptions clearly differentiate them.
All tool names follow a consistent verb_noun pattern using lowercase and underscores: 'find_buildings', 'list_place_categories', 'list_place_countries', 'search_divisions', 'search_places'. The verbs ('find', 'list', 'search') are appropriate for query operations.
With 5 tools covering building footprints, places, administrative divisions, and metadata lookups, the count is well-scoped for a geographic data query server. It provides essential functionality without being excessive or too sparse.
The tool surface covers key query operations for Overture Maps data, including listing metadata and searching for buildings, places, and divisions. However, there is no tool to retrieve full geometry for buildings or places, which may be a gap for some use cases.