Skip to main content
Glama
srivinod1

Overture Maps MCP Server

by srivinod1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host (SSE/HTTP only)0.0.0.0
PORTNoServer port (SSE/HTTP only)8000
TOOL_MODENoTool mode: direct or progressivedirect
TRANSPORTNoTransport type: stdio, sse, or httpstdio
MAX_RADIUS_MNoSafety cap on radius (meters)50000
OVERTURE_API_KEYNoBearer token for client auth (required for SSE/HTTP transport)
OVERTURE_DATA_VERSIONNoOverture release version2026-01-21.0
MAX_CONCURRENT_QUERIESNoDuckDB concurrency limit3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_place_categoriesA

Search and browse the Overture Maps place category taxonomy

places_in_radiusB

Find all places matching a category within a radius of a point

nearest_place_of_typeB

Find the single closest place of a given type to a point

count_places_by_type_in_radiusA

Count how many places of a category exist within a radius

building_count_in_radiusB

Count total buildings within a radius of a point

building_class_compositionC

Get the percentage breakdown of building types within a radius

point_in_admin_boundaryB

Determine what administrative boundaries contain a given point

road_count_by_classB

Count road segments by class within a radius of a point

nearest_road_of_classC

Find the single closest road segment of a given class to a point

road_surface_compositionA

Get the percentage breakdown of road surface types within a radius

land_use_at_pointC

Determine the land use designation at a specific point

land_use_compositionB

Get the percentage breakdown of land use types within a radius

land_use_searchC

Find land use parcels of a specific subtype within a radius

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/srivinod1/overture-mcp-server'

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