Install
Quick install
npx skills add https://github.com/mapbox/mcp-devkit-server/tree/HEAD/skills/mapbox-token-securitynpx skills add mapbox/mcp-devkit-server --skill mapbox-token-security --agent claude-codenpx skills add mapbox/mcp-devkit-server --skill mapbox-token-security --agent cursornpx skills add mapbox/mcp-devkit-server --skill mapbox-token-security --agent codexnpx skills add mapbox/mcp-devkit-server --skill mapbox-token-security --agent opencodenpx skills add mapbox/mcp-devkit-server --skill mapbox-token-security --agent github-copilotnpx skills add mapbox/mcp-devkit-server --skill mapbox-token-security --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add mapbox/mcp-devkit-server --skill mapbox-token-securityManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/mapbox/mcp-devkit-server.gitcp -r mcp-devkit-server/skills/mapbox-token-security ~/.claude/skills/mapbox-token-security
Security best practices for Mapbox access tokens, including scope management, URL restrictions, rotation strategies, and protecting sensitive data. Use when…
mapbox-token-securityby mapbox
Security best practices for Mapbox access tokens, including scope management, URL restrictions, rotation strategies, and protecting sensitive data. Use when…npx skills add https://github.com/mapbox/mcp-devkit-server --skill mapbox-token-securityDownload ZIPGitHub
More skills from mapbox
mapbox-android-patternsby mapboxOfficial integration patterns for Mapbox Maps SDK on Android. Covers installation, adding markers, user location, custom data, styles, camera control, and…mapbox-cartographyby mapboxExpert guidance on map design principles, color theory, visual hierarchy, typography, and cartographic best practices for creating effective and beautiful maps…mapbox-data-visualization-patternsby mapboxPatterns for visualizing data on maps including choropleth maps, heat maps, 3D visualizations, data-driven styling, and animated data. Covers layer types,…mapbox-geospatial-operationsby mapboxExpert guidance on choosing the right geospatial tool based on problem type, accuracy requirements, and performance needsmapbox-google-maps-migrationby mapboxMigration guide for developers moving from Google Maps Platform to Mapbox GL JS, covering API equivalents, pattern translations, and key differencesmapbox-ios-patternsby mapboxOfficial integration patterns for Mapbox Maps SDK on iOS. Covers installation, adding markers, user location, custom data, styles, camera control, and…mapbox-location-groundingby mapboxCompose Mapbox MCP tools to produce grounded, cited location-aware responses from live data instead of training datamapbox-maplibre-migrationby mapboxGuide for migrating from MapLibre GL JS to Mapbox GL JS, covering API compatibility, token setup, style configuration, and the benefits of Mapbox's official…---
Source: https://github.com/mapbox/mcp-devkit-server/tree/HEAD/skills/mapbox-token-security
Author: mapbox
Discovered via: mcpservers.org
SKILL.md source
--- name: mapbox-token-security description: Security best practices for Mapbox access tokens, including scope management, URL restrictions, rotation strategies, and protecting sensitive data. Use when… --- # mapbox-token-security Security best practices for Mapbox access tokens, including scope management, URL restrictions, rotation strategies, and protecting sensitive data. Use when… # mapbox-token-securityby mapbox Security best practices for Mapbox access tokens, including scope management, URL restrictions, rotation strategies, and protecting sensitive data. Use when… `npx skills add https://github.com/mapbox/mcp-devkit-server --skill mapbox-token-security`Download ZIPGitHub ## More skills from mapbox mapbox-android-patternsby mapboxOfficial integration patterns for Mapbox Maps SDK on Android. Covers installation, adding markers, user location, custom data, styles, camera control, and…mapbox-cartographyby mapboxExpert guidance on map design principles, color theory, visual hierarchy, typography, and cartographic best practices for creating effective and beautiful maps…mapbox-data-visualization-patternsby mapboxPatterns for visualizing data on maps including choropleth maps, heat maps, 3D visualizations, data-driven styling, and animated data. Covers layer types,…mapbox-geospatial-operationsby mapboxExpert guidance on choosing the right geospatial tool based on problem type, accuracy requirements, and performance needsmapbox-google-maps-migrationby mapboxMigration guide for developers moving from Google Maps Platform to Mapbox GL JS, covering API equivalents, pattern translations, and key differencesmapbox-ios-patternsby mapboxOfficial integration patterns for Mapbox Maps SDK on iOS. Covers installation, adding markers, user location, custom data, styles, camera control, and…mapbox-location-groundingby mapboxCompose Mapbox MCP tools to produce grounded, cited location-aware responses from live data instead of training datamapbox-maplibre-migrationby mapboxGuide for migrating from MapLibre GL JS to Mapbox GL JS, covering API compatibility, token setup, style configuration, and the benefits of Mapbox's official… --- **Source**: https://github.com/mapbox/mcp-devkit-server/tree/HEAD/skills/mapbox-token-security **Author**: mapbox **Discovered via**: mcpservers.org
Related skills 6
azure-validate
Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying. WHEN: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors, validate Azure Functions, validate function app, validate serverless deployme...
entra-app-registration
Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create app registration, register Azure AD app, configure OAuth, set up authentication, add API permissions, generate service principal, MSAL example, console app auth, Entra ID setup, Azure AD authentication. DO NOT USE FOR: Azure RBAC or role assignments (use azure-rbac), Key Vault secrets (use azure-keyvault-expiration-audit), general Azure resource security guidance.
azure-rbac
Helps users find the right Azure RBAC role for an identity with least privilege access, then generate CLI commands and Bicep code to assign it. Also provides guidance on permissions required to grant roles. WHEN: bicep for role assignment, what role should I assign, least privilege role, RBAC role for, role to read blobs, role for managed identity, custom role definition, assign role to identity, what role do I need to grant access, permissions to assign roles.
azure-compliance
Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy/compliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.
azure-enterprise-infra-planner
Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment', 'Az...
azure-kubernetes
Plan, create, and configure production-ready Azure Kubernetes Service (AKS) clusters. Covers Day-0 checklist, SKU selection (Automatic vs Standard), networking options (private API server, Azure CNI Overlay, egress configuration), security, and operations (autoscaling, upgrade strategy, cost analysis). WHEN: create AKS environment, provision AKS environment, enable AKS observability, design AKS networking, choose AKS SKU, secure AKS, optimize AKS, rightsize AKS pod, AKS spot nodes, AKS cluste...