Skip to main content
Glama
thatapicompany

Overture Maps MCP server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OVERTURE_API_KEYNoYour Overture Maps API key.DEMO-API-KEY
OVERTURE_API_BASENoOverride for staging/self-hosted deployments.https://api.overturemapsapi.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 country (ISO 3166-1 alpha-2, e.g. GB, US, FR) OR a lat+lng with a radius. Filter by categories (e.g. restaurant, cafe, used_car_dealer — use list_place_categories to discover valid values), brand_name (e.g. Starbucks), or has_contact to only return places with a website/phone. Returns compact summaries (name, category, location, website, phone), not full geometry.

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 categories values before calling search_places.

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 name (e.g. 'Springfield'), optionally narrowed by country, subtype (country, region, county, locality, ...) or admin_level. Geometry is omitted by default to save space; set include_geometry=true only if you specifically need the boundary polygon.

find_buildingsA

Find building footprints near a location from Overture Maps. Requires lat+lng; returns compact building summaries (id, distance, height/levels where known) without full geometry.

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/thatapicompany/overture-maps-mcp'

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