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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/thatapicompany/overture-maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server