point_in_bbox
ActiveTool of Coordinates
declared in 0.1.0
Test whether a lat/lon point is inside a bounding box "minLat,minLon,maxLat,maxLon".
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon",
"bbox"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"bbox": {
"type": "string",
"description": "e.g. \"20,-130,55,-60\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Coordinates
https://github.com/pipeworx-io/mcp-coordinates
1/7 registries