Wraps the GeoDataPlacefinder API to give Claude geocoding and reverse geocoding through Overture Maps data. You get four main operations: search for places by name or address, reverse geocode coordinates to nearby places, find the single nearest location within a radius, and fetch full place details by ID. All queries run through DuckDB reading Overture Parquet files over HTTPS, so there's no PostGIS or third-party API dependency. Useful when you need Claude to convert addresses to coordinates, find locations near a point, or answer geographic queries without hitting rate-limited commercial geocoding services.
claude mcp add --transport stdio io.github.fouomene-mcp-server-geodata-placefinder -- npx -y mcp-server-geodata-placefinder