MCP server exposing 4 tools for coordinates.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/coordinates/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
midpoint — Geographic (great-circle) midpoint between two lat/lon points.centroid — Average (spherical) center of a list of lat/lon points. `points` is 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".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/coordinates/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io