@pipeworx/coordinates
Connect: https://gateway.pipeworx.io/coordinates/mcp · Install: one-click buttons
Tools: 4
Tools
- midpoint — Geographic (great-circle) midpoint between two lat/lon points.
- centroid — Average (spherical) center of a list of lat/lon points.
pointsis an array of {lat, lon}. - bounding_box — Bounding box (SW/NE corners) around a center point at a given radius.
unit= km (default) or mi. - point_in_bbox — Test whether a lat/lon point is inside a bounding box “minLat,minLon,maxLat,maxLon”.
Tools
-
bounding_box— Bounding box (SW/NE corners) around a center point at a given radius. `unit` = km (default) or mi. -
centroid— Average (spherical) center of a list of lat/lon points. `points` is an array of {lat, lon}. -
midpoint— Geographic (great-circle) midpoint between two lat/lon points. -
point_in_bbox— Test whether a lat/lon point is inside a bounding box minLat,minLon,maxLat,maxLon .