mapbox-geospatial-operations

Select Mapbox MCP tools for geospatial tasks by problem type.

Updated May 18, 2026
One-click install
npx skills add https://github.com/RizkLee/HNNU-Campus-Guide --skill mapbox-geospatial-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapbox-geospatial-operations
Source: https://github.com/RizkLee/HNNU-Campus-Guide/tree/main/.agents/skills/mapbox-geospatial-operations
Command: npx skills add https://github.com/RizkLee/HNNU-Campus-Guide --skill mapbox-geospatial-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance to select the correct Mapbox MCP Server geospatial tools based on problem type, accuracy needs, and performance considerations, enabling accurate and efficient spatial analysis workflows.

Core Features & Use Cases

It presents a decision framework distinguishing offline geometric tools (distance, containment, area, bearing) from routing and navigation APIs (directions, matrix, isochrone, optimization), with practical patterns such as routing plus geometric containment, isochrone-based discovery, and multi-stop optimization. It also offers guidance on real-time vs batch processing, tool chaining, and common anti-patterns to avoid.

Quick Start

Ask for the appropriate MCP tool for a geospatial task and get a justified recommendation that balances routing, geometry, and performance.

Frequently Asked Questions about mapbox-geospatial-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should I use offline geometric tools versus routing APIs for geospatial analysis?

Offline geometric tools handle basic distance, area, and point-in-polygon containment, whereas routing APIs process real-world navigation constraints for directions, isochrone, matrix, and multi-stop optimization.

How do I compute an isochrone and test multiple points for containment?

To compute an isochrone and test containment, first generate a reachable area polygon using the routing API, then apply offline geometric point-in-polygon tools to test many target points against that boundary.

What is the best way to handle multi-stop routing and optimization?

For multi-stop routing and optimization, select the Mapbox optimization API, which computes the most efficient visit sequence for multiple destinations, unlike standard directions tools that only handle point-to-point navigation.

Does Mapbox MCP support batch processing for geospatial tasks?

Mapbox MCP supports batch processing for geospatial tasks by chaining offline geometric tools for bulk point-in-polygon or distance calculations, reserving routing APIs for real-time navigation requests.

How do I choose the correct Mapbox MCP tool for my spatial problem type?

Choose the correct Mapbox MCP tool by categorizing your spatial problem type into geometry, routing, or containment, then applying decision rules to balance accuracy needs and performance considerations.