bounding_box
Pack: coordinates · Endpoint: https://gateway.pipeworx.io/coordinates/mcp
Bounding box (SW/NE corners) around a center point at a given radius. unit = km (default) or mi.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | yes | |
lon | number | yes | |
radius | number | yes | Radius from the center. |
unit | string | no | km (default) or mi. |
Example call
curl -X POST https://gateway.pipeworx.io/coordinates/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bounding_box","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"coordinates": {
"url": "https://gateway.pipeworx.io/coordinates/mcp"
}
}
}
See Getting Started for client-specific install steps.