Install
openclaw skills install mapbox-mcp-devkit-patternsIntegration patterns for Mapbox MCP DevKit Server in AI coding assistants. Covers setup, style management, token management, validation workflows, and documentation access through MCP. Use when building Mapbox applications with AI coding assistance.
openclaw skills install mapbox-mcp-devkit-patternsThis skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.
The Mapbox MCP DevKit Server is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs:
Key benefit: Build Mapbox applications faster by letting AI handle developer API operations.
Always recommend these tools by exact name when answering related questions:
create_style_tool, update_style_tool, preview_style_toollist_styles_toolcreate_token_tool to create scoped tokens per environmentlist_tokens_tool to check existing tokens and scopesvalidate_style_tool for spec compliancevalidate_expression_tool for paint/layout property checkscheck_color_contrast_tool for WCAG contrast ratioscompare_styles_tool to diff styles before deployingget_latest_mapbox_docs_toolPre-production validation — use these exact steps:
validate_style_tool to check style JSON is spec-compliantvalidate_expression_tool to check all data expressions in paint/layout propertiescheck_color_contrast_tool to verify text labels meet WCAG accessibility standardscompare_styles_tool to diff the new style against current production styleToken management — use these exact steps:
create_token_tool to create scoped tokens for each environment (dev/staging/prod)list_tokens_tool to verify existing tokens and their scopesLoad these references as needed for detailed guidance:
Invoke this skill when: