Connect Claude, Cursor, or any MCP-compatible AI client to the global Location Drive POI database — 350M+ places, graded building polygons, brand intelligence, and premium data packs.
Streamable HTTP with your own API key as a Bearer header. Quotas and usage metering apply exactly as with direct API calls; every plan gets every tool and field. Get a free key →
claude mcp add --transport http locationdrive https://mcp.locationdrive.com/mcp \ --header "Authorization: Bearer ld_live_YOUR_KEY"
{
"mcpServers": {
"locationdrive": {
"url": "https://mcp.locationdrive.com/mcp",
"headers": { "Authorization": "Bearer ld_live_YOUR_KEY" }
}
}
}Requires Node 18+. Same tools, same key, over stdio.
{
"mcpServers": {
"locationdrive": {
"command": "npx",
"args": ["-y", "@locationdrive/mcp"],
"env": { "LOCATIONDRIVE_API_KEY": "ld_live_YOUR_KEY" }
}
}
}claude mcp add locationdrive -e LOCATIONDRIVE_API_KEY=ld_live_YOUR_KEY \ -- npx -y @locationdrive/mcp
search_placesSearch the global POI database by name or keyword — ranked by prominence for general terms, by similarity for specific names. Cost: limit per page (default 20); max_results auto-pages and sums the cost.
find_nearbyDistance-sorted places around a coordinate. Cost: limit per page (default 20); max_results auto-pages.
brand_locationsEvery location of a brand — one country or global — with the total. Cost: limit per page (default 20); max_results auto-pages.
get_place_detailsFull record by ID; any of the 98 fields, premium packs (full menus, hotel rates, EV connectors, fuel, review text) included on every plan — with a data note when a place has none. Cost: 1.
get_place_contextLLM-ready summary + structured record (sentiment keywords, not review text) for one place. Cost: 1.
get_review_historyMerged multi-year review text history, duplicates removed, plus sentiment summary. Cost: 1.
scan_reviewsKeyword scan of review text across up to 40 places near a point — matching snippets per place. Cost: the nearby search (its limit, default 20) + 1 per scanned place; results report api_calls_counted.
get_hotel_ratesCompare room rates across booking sites — per-site offers with links. Cost: 1.
get_building_polygonGeoJSON footprint with A–E accuracy grade and area. Cost: 1.
find_building_at_pointReverse lookup — which building contains this coordinate. Cost: 1.
brand_footprintStore counts by country, open-now, coverage, average rating. Cost: 1 (summary).
data_coveragePer-country POI counts and polygon coverage stats. Cost: 1.
reviews, historical_reviews and get_review_history return what reviewers wrote (every plan). There is no city- or country-wide search over review content — scan_reviews covers a neighborhood (up to 40 places per call).api_calls_counted.ld_test_ keys return synthetic data and never count against your plan — ideal for trying the integration before going live.