bounding_box
ActiveTool of Coordinates
declared in 0.1.0
Bounding box (SW/NE corners) around a center point at a given radius. `unit` = km (default) or mi.
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon",
"radius"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"unit": {
"type": "string",
"description": "km (default) or mi."
},
"radius": {
"type": "number",
"description": "Radius from the center."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Coordinates
https://github.com/pipeworx-io/mcp-coordinates
1/7 registries