Grounds AI agents in Overture Maps open data โ compact answers, no API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Quick start ยท Tools ยท Reference ยท Benchmarks ยท Website
PlaceRoot grounds AI agents in open map data. It's an MCP server that answers spatial questions โ what's nearby, what's in this neighborhood, how do I get there โ from Overture Maps open data. No API key, no signup, no vendor platform.
An independent project by vibemapper.
route and isochrone walk an actual street graph built from Overture's transportation segments โ not a straight-line guess โ anywhere on Earth.find_places(..., within={"minutes": 15, "mode": "walk"}) keeps only results truly inside the street-graph walk/cycle/driveshed โ not a radius that guesses at it, and not a second call to intersect a polygon yourself.Run it straight from PyPI or npm โ no install step:
Add to your claude_desktop_config.json:
Same config as above wherever your client keeps its MCP server list. Prefer npm? Use "command": "npx", "args": ["placeroot"].
Then ask your agent something spatial:
"What's around downtown Palo Alto?" ยท "Compare these two neighborhoods for a bike shop." ยท "Plan my errands: pharmacy, hardware store, post office."
48 tools, grouped into four families โ every answer fits in a couple of thousand tokens:
| Family | Tools | Answers questions like |
|---|---|---|
| ๐ Search & identify | find_places, find_near, geocode, reverse_geocode, place_details, search_categories, warmup_city, โฆ | What cafรฉs are near this point? Coffee near the Eiffel Tower? |
| ๐ Area analysis | summarize_area, compare_areas, neighborhood_verdict, summarize_buildings, land_use_at, transit_stops_near, โฆ | What's in this neighborhood, should I live here, and how does it differ from that one? |
| ๐ด Routing | route, from_to, isochrone, optimize_route, places_along_route, distance_matrix, travel_time_matrix, map_match | How far to walk from A to B? What's reachable in 15 minutes? Best order for 6 stops? Which streets did this GPS trace actually take? |
| ๐บ๏ธ Geometry & maps | render_map, simplify_geometry | Show me this result as an interactive map |
It also ships seven workflow prompts (site selection, neighborhood comparison, errand planning, should I live here, get to know my city, verify listing claims, plan area visit) and three attachable resources โ and a PLACEROOT_TOOLS setting to load only the tool profiles you need, cutting schema overhead by up to 95%.
๐ Full tool catalog, prompts, resources & configuration โ docs/REFERENCE.md
[!NOTE] Open data has honest limits: no live traffic, no opening hours, no ratings or photos โ what PlaceRoot deliberately doesn't do. For everything else about where things are and what's reachable from them, it answers without a key.
It's the only keyless MCP server doing real graph routing over global open map data โ with every tool declaring proper MCP annotations so clients know which calls are read-only before prompting you. Stable GERS ids let agents hold onto places across turns; local caching makes repeat queries answer in milliseconds and keeps working offline; and the whole thing is self-hostable end to end.
How it stacks up against Mapbox MCP and Google Maps MCP: head-to-head benchmarks ยท token-efficiency numbers.
Overture's places theme is derived from business listings, which makes it strong on businesses and thin on the places a family goes on a Saturday โ playgrounds, neighbourhood parks, dog parks, beaches. Those features aren't missing from Overture, though; they're in a different theme. Overture's base theme is a direct conflation of OpenStreetMap, and PlaceRoot already queries it for land_use_at and infrastructure_at. The places tools read it too, by default.
Nothing is downloaded, built, or hosted โ it's one more live scan of the same public Overture release, and it roughly 2.5xes playground coverage (1,552 vs 674 across New York City in release 2026-07-22.0, with 1,013 of them more than 150 m from any places-theme playground). Every places tool answers from both at once, with no other change: same tools, same response shape, same category filters.
The cost is a second dataset scan per places query (cached like everything else), and these rows carry no confidence or operating_status and are often unnamed โ an unnamed playground comes back with name: null rather than being dropped. If you'd rather have the latency than the coverage:
data_version reports the layer whenever it's active. Full details, including why live Overpass queries and raw OSM Parquet were measured and rejected: docs/RECREATION.md.
See CONTRIBUTING.md for dev setup, design rules, and how to propose a tool. Other docs: CHANGELOG ยท SECURITY ยท publishing ยท website ยท running a data mirror ยท the recreation layer
hello@placeroot.dev
Developed by vibemapper.
PlaceRoot runs on your machine โ no account, no API key, no sign-up. It has no telemetry and sends nothing to us; the only network traffic is your own queries going straight to Overture Maps' public data on AWS S3 (or a mirror you configure). Full details: placeroot.dev/privacy.html.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/placeroot)<a href="https://allmcps.com/mcp/placeroot"><img src="https://allmcps.com/api/badge/placeroot?style=directory" alt="PlaceRoot on AllMCPs" /></a>