Mapbox Geospatial Operations
This skill leverages Mapbox’s geospatial expertise for robust location data manipulation and analysis, streamlining location-based workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mapbox-geospatial-operations npx -- -y @trustedskills/mapbox-geospatial-operations
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mapbox-geospatial-operations": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mapbox-geospatial-operations"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides geospatial operations capabilities, allowing AI agents to perform tasks like calculating distances between points, determining if a point is within a polygon, and performing other geographic calculations. It leverages Mapbox's powerful mapping tools to provide accurate and reliable results for location-based queries. The skill enables agents to reason about spatial relationships and make decisions based on geographic data.
When to use it
- Route Optimization: Determine the shortest or most efficient route between two locations, considering factors like road networks and traffic conditions.
- Geofencing: Check if a location falls within a defined geographical boundary for security or operational purposes.
- Proximity Analysis: Identify all points of interest (POIs) within a certain radius of a given location.
- Spatial Data Filtering: Filter datasets based on geographic criteria, such as finding properties located within specific zip codes.
Key capabilities
- Distance calculations between two or more coordinates.
- Point-in-polygon checks to determine if a point lies inside a defined area.
- Geographic data processing and analysis.
Example prompts
- "What is the distance in miles between San Francisco, CA and New York City, NY?"
- "Is latitude 34.0522 and longitude -118.2437 within the boundaries of Los Angeles?"
- “Find all restaurants within a 1-mile radius of 1600 Amphitheatre Parkway, Mountain View.”
Tips & gotchas
The skill requires access to Mapbox services; ensure appropriate API keys or authentication is configured for accurate results. Geographic data accuracy depends on the underlying map data provided by Mapbox.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.