tilequery
ActiveTool of Mapbox MCP Server
Query features inside a Mapbox vector tile around a coordinate — what POIs / roads / boundaries / buildings are within a radius of a point. Specialized GIS query against a specific tileset_id; most users want geocode_reverse or directions instead.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 37.7749,
"lon": -122.4194,
"tileset_id": "mapbox.mapbox-streets-v8"
},
{
"lat": 40.7128,
"lon": -74.006,
"limit": 10,
"layers": "poi_label",
"radius": 25,
"tileset_id": "mapbox.mapbox-streets-v8"
}
],
"required": [
"tileset_id",
"lon",
"lat"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"limit": {
"type": "number"
},
"dedupe": {
"type": "boolean"
},
"layers": {
"type": "string"
},
"radius": {
"type": "number"
},
"geometry": {
"type": "string"
},
"tileset_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mapbox MCP Server
https://github.com/pipeworx-io/mcp-mapbox
2/7 registries