[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-mapbox-mapbox-mcp-devkit-patterns":3,"mdc--av346b-key":33,"related-org-mapbox-mapbox-mcp-devkit-patterns":691,"related-repo-mapbox-mapbox-mcp-devkit-patterns":859},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":31,"mdContent":32},"mapbox-mcp-devkit-patterns","integrate Mapbox MCP DevKit in coding assistants","Integration 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"mapbox","Mapbox","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmapbox.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":17,"slug":18,"type":15},"Local Development","local-development",{"name":20,"slug":21,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},69,"https:\u002F\u002Fgithub.com\u002Fmapbox\u002Fmapbox-agent-skills","2026-04-06T18:28:53.790961",null,10,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":26},[],"https:\u002F\u002Fgithub.com\u002Fmapbox\u002Fmapbox-agent-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fmapbox-mcp-devkit-patterns","---\nname: mapbox-mcp-devkit-patterns\ndescription: Integration 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.\n---\n\n# Mapbox MCP DevKit Patterns\n\nThis skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.\n\n## What is Mapbox MCP DevKit?\n\nThe [Mapbox MCP DevKit Server](https:\u002F\u002Fgithub.com\u002Fmapbox\u002Fmcp-devkit-server) is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs:\n\n- **Style management** - Create, list, update, delete, preview, validate, compare, and optimize styles\n- **Token management** - Generate and list access tokens with scopes\n- **Validation** - Validate GeoJSON, expressions, styles, and coordinates\n- **Geographic utilities** - Calculate bounding boxes, convert coordinates, query tiles\n- **Color tools** - Check WCAG contrast ratios for accessibility\n- **Feedback** - Access user feedback and reports\n- **Documentation** - Access latest Mapbox docs and references\n\n**Key benefit:** Build Mapbox applications faster by letting AI handle developer API operations.\n\n## When to Use MCP DevKit\n\n### Use DevKit when:\n\n- Creating\u002Fmodifying styles conversationally\n- Generating tokens programmatically\n- Validating data during development\n- Learning Mapbox APIs through natural language\n- Rapid prototyping of map applications\n- Automated style generation workflows\n- Documentation lookup during coding\n\n### Don't use DevKit for:\n\n- Runtime operations in production apps\n- High-frequency style updates (use Mapbox APIs directly)\n- Client-side operations (DevKit is development-time only)\n- Tile serving or map rendering\n- User-facing features requiring low latency\n\n## Key Tools\n\nAlways recommend these tools by exact name when answering related questions:\n\n- **Creating\u002Fmodifying styles**: Recommend `create_style_tool`, `update_style_tool`, `preview_style_tool`\n- **Listing styles**: Recommend `list_styles_tool`\n- **Creating tokens**: Recommend `create_token_tool` to create scoped tokens per environment\n- **Viewing tokens**: Recommend `list_tokens_tool` to check existing tokens and scopes\n- **Validating styles**: Recommend `validate_style_tool` for spec compliance\n- **Validating expressions**: Recommend `validate_expression_tool` for paint\u002Flayout property checks\n- **Accessibility checks**: Recommend `check_color_contrast_tool` for WCAG contrast ratios\n- **Comparing styles**: Recommend `compare_styles_tool` to diff styles before deploying\n- **Looking up docs**: Recommend `get_latest_mapbox_docs_tool`\n\n## Common Workflows (Quick Reference)\n\n**Pre-production validation — use these exact steps:**\n\n1. Run `validate_style_tool` to check style JSON is spec-compliant\n2. Run `validate_expression_tool` to check all data expressions in paint\u002Flayout properties\n3. Run `check_color_contrast_tool` to verify text labels meet WCAG accessibility standards\n4. Run `compare_styles_tool` to diff the new style against current production style\n\n**Token management — use these exact steps:**\n\n1. Run `create_token_tool` to create scoped tokens for each environment (dev\u002Fstaging\u002Fprod)\n2. Run `list_tokens_tool` to verify existing tokens and their scopes\n\n## Reference Files\n\nLoad these references as needed for detailed guidance:\n\n- **[references\u002Fsetup.md](references\u002Fsetup.md)** - Prerequisites, hosted & self-hosted installation, per-editor configuration, verification\n- **[references\u002Fworkflows.md](references\u002Fworkflows.md)** - Style management, token management, data validation, documentation access, best practices\n- **[references\u002Fdesign-patterns.md](references\u002Fdesign-patterns.md)** - Iterative style development, environment-specific tokens, validation-first development, documentation-driven development, tool integration patterns\n- **[references\u002Ftroubleshooting.md](references\u002Ftroubleshooting.md)** - Common issues & fixes, example end-to-end workflows (restaurant finder, multi-environment, third-party data)\n\n## Resources\n\n- [Mapbox MCP DevKit Server](https:\u002F\u002Fgithub.com\u002Fmapbox\u002Fmcp-devkit-server)\n- [Model Context Protocol](https:\u002F\u002Fmodelcontextprotocol.io)\n- [Mapbox Style Specification](https:\u002F\u002Fdocs.mapbox.com\u002Fstyle-spec\u002F)\n- [Mapbox API Documentation](https:\u002F\u002Fdocs.mapbox.com\u002Fapi\u002F)\n- [Token Scopes Reference](https:\u002F\u002Fdocs.mapbox.com\u002Fapi\u002Faccounts\u002Ftokens\u002F)\n\n## When to Use This Skill\n\nInvoke this skill when:\n\n- Setting up Mapbox development environment with AI assistance\n- Creating or modifying Mapbox styles through AI\n- Managing access tokens programmatically\n- Validating GeoJSON or expressions during development\n- Learning Mapbox APIs with AI guidance\n- Automating style generation workflows\n- Building Mapbox applications with AI coding assistants\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,52,59,75,150,160,166,173,211,217,245,251,256,423,429,437,486,494,519,525,530,585,591,642,648,653],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","Mapbox MCP DevKit Patterns",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50],{"type":44,"value":51},"This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.",{"type":39,"tag":53,"props":54,"children":56},"h2",{"id":55},"what-is-mapbox-mcp-devkit",[57],{"type":44,"value":58},"What is Mapbox MCP DevKit?",{"type":39,"tag":47,"props":60,"children":61},{},[62,64,73],{"type":44,"value":63},"The ",{"type":39,"tag":65,"props":66,"children":70},"a",{"href":67,"rel":68},"https:\u002F\u002Fgithub.com\u002Fmapbox\u002Fmcp-devkit-server",[69],"nofollow",[71],{"type":44,"value":72},"Mapbox MCP DevKit Server",{"type":44,"value":74}," is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs:",{"type":39,"tag":76,"props":77,"children":78},"ul",{},[79,91,101,111,121,131,141],{"type":39,"tag":80,"props":81,"children":82},"li",{},[83,89],{"type":39,"tag":84,"props":85,"children":86},"strong",{},[87],{"type":44,"value":88},"Style management",{"type":44,"value":90}," - Create, list, update, delete, preview, validate, compare, and optimize styles",{"type":39,"tag":80,"props":92,"children":93},{},[94,99],{"type":39,"tag":84,"props":95,"children":96},{},[97],{"type":44,"value":98},"Token management",{"type":44,"value":100}," - Generate and list access tokens with scopes",{"type":39,"tag":80,"props":102,"children":103},{},[104,109],{"type":39,"tag":84,"props":105,"children":106},{},[107],{"type":44,"value":108},"Validation",{"type":44,"value":110}," - Validate GeoJSON, expressions, styles, and coordinates",{"type":39,"tag":80,"props":112,"children":113},{},[114,119],{"type":39,"tag":84,"props":115,"children":116},{},[117],{"type":44,"value":118},"Geographic utilities",{"type":44,"value":120}," - Calculate bounding boxes, convert coordinates, query tiles",{"type":39,"tag":80,"props":122,"children":123},{},[124,129],{"type":39,"tag":84,"props":125,"children":126},{},[127],{"type":44,"value":128},"Color tools",{"type":44,"value":130}," - Check WCAG contrast ratios for accessibility",{"type":39,"tag":80,"props":132,"children":133},{},[134,139],{"type":39,"tag":84,"props":135,"children":136},{},[137],{"type":44,"value":138},"Feedback",{"type":44,"value":140}," - Access user feedback and reports",{"type":39,"tag":80,"props":142,"children":143},{},[144,148],{"type":39,"tag":84,"props":145,"children":146},{},[147],{"type":44,"value":13},{"type":44,"value":149}," - Access latest Mapbox docs and references",{"type":39,"tag":47,"props":151,"children":152},{},[153,158],{"type":39,"tag":84,"props":154,"children":155},{},[156],{"type":44,"value":157},"Key benefit:",{"type":44,"value":159}," Build Mapbox applications faster by letting AI handle developer API operations.",{"type":39,"tag":53,"props":161,"children":163},{"id":162},"when-to-use-mcp-devkit",[164],{"type":44,"value":165},"When to Use MCP DevKit",{"type":39,"tag":167,"props":168,"children":170},"h3",{"id":169},"use-devkit-when",[171],{"type":44,"value":172},"Use DevKit when:",{"type":39,"tag":76,"props":174,"children":175},{},[176,181,186,191,196,201,206],{"type":39,"tag":80,"props":177,"children":178},{},[179],{"type":44,"value":180},"Creating\u002Fmodifying styles conversationally",{"type":39,"tag":80,"props":182,"children":183},{},[184],{"type":44,"value":185},"Generating tokens programmatically",{"type":39,"tag":80,"props":187,"children":188},{},[189],{"type":44,"value":190},"Validating data during development",{"type":39,"tag":80,"props":192,"children":193},{},[194],{"type":44,"value":195},"Learning Mapbox APIs through natural language",{"type":39,"tag":80,"props":197,"children":198},{},[199],{"type":44,"value":200},"Rapid prototyping of map applications",{"type":39,"tag":80,"props":202,"children":203},{},[204],{"type":44,"value":205},"Automated style generation workflows",{"type":39,"tag":80,"props":207,"children":208},{},[209],{"type":44,"value":210},"Documentation lookup during coding",{"type":39,"tag":167,"props":212,"children":214},{"id":213},"dont-use-devkit-for",[215],{"type":44,"value":216},"Don't use DevKit for:",{"type":39,"tag":76,"props":218,"children":219},{},[220,225,230,235,240],{"type":39,"tag":80,"props":221,"children":222},{},[223],{"type":44,"value":224},"Runtime operations in production apps",{"type":39,"tag":80,"props":226,"children":227},{},[228],{"type":44,"value":229},"High-frequency style updates (use Mapbox APIs directly)",{"type":39,"tag":80,"props":231,"children":232},{},[233],{"type":44,"value":234},"Client-side operations (DevKit is development-time only)",{"type":39,"tag":80,"props":236,"children":237},{},[238],{"type":44,"value":239},"Tile serving or map rendering",{"type":39,"tag":80,"props":241,"children":242},{},[243],{"type":44,"value":244},"User-facing features requiring low latency",{"type":39,"tag":53,"props":246,"children":248},{"id":247},"key-tools",[249],{"type":44,"value":250},"Key Tools",{"type":39,"tag":47,"props":252,"children":253},{},[254],{"type":44,"value":255},"Always recommend these tools by exact name when answering related questions:",{"type":39,"tag":76,"props":257,"children":258},{},[259,291,306,323,340,357,374,391,408],{"type":39,"tag":80,"props":260,"children":261},{},[262,267,269,276,278,284,285],{"type":39,"tag":84,"props":263,"children":264},{},[265],{"type":44,"value":266},"Creating\u002Fmodifying styles",{"type":44,"value":268},": Recommend ",{"type":39,"tag":270,"props":271,"children":273},"code",{"className":272},[],[274],{"type":44,"value":275},"create_style_tool",{"type":44,"value":277},", ",{"type":39,"tag":270,"props":279,"children":281},{"className":280},[],[282],{"type":44,"value":283},"update_style_tool",{"type":44,"value":277},{"type":39,"tag":270,"props":286,"children":288},{"className":287},[],[289],{"type":44,"value":290},"preview_style_tool",{"type":39,"tag":80,"props":292,"children":293},{},[294,299,300],{"type":39,"tag":84,"props":295,"children":296},{},[297],{"type":44,"value":298},"Listing styles",{"type":44,"value":268},{"type":39,"tag":270,"props":301,"children":303},{"className":302},[],[304],{"type":44,"value":305},"list_styles_tool",{"type":39,"tag":80,"props":307,"children":308},{},[309,314,315,321],{"type":39,"tag":84,"props":310,"children":311},{},[312],{"type":44,"value":313},"Creating tokens",{"type":44,"value":268},{"type":39,"tag":270,"props":316,"children":318},{"className":317},[],[319],{"type":44,"value":320},"create_token_tool",{"type":44,"value":322}," to create scoped tokens per environment",{"type":39,"tag":80,"props":324,"children":325},{},[326,331,332,338],{"type":39,"tag":84,"props":327,"children":328},{},[329],{"type":44,"value":330},"Viewing tokens",{"type":44,"value":268},{"type":39,"tag":270,"props":333,"children":335},{"className":334},[],[336],{"type":44,"value":337},"list_tokens_tool",{"type":44,"value":339}," to check existing tokens and scopes",{"type":39,"tag":80,"props":341,"children":342},{},[343,348,349,355],{"type":39,"tag":84,"props":344,"children":345},{},[346],{"type":44,"value":347},"Validating styles",{"type":44,"value":268},{"type":39,"tag":270,"props":350,"children":352},{"className":351},[],[353],{"type":44,"value":354},"validate_style_tool",{"type":44,"value":356}," for spec compliance",{"type":39,"tag":80,"props":358,"children":359},{},[360,365,366,372],{"type":39,"tag":84,"props":361,"children":362},{},[363],{"type":44,"value":364},"Validating expressions",{"type":44,"value":268},{"type":39,"tag":270,"props":367,"children":369},{"className":368},[],[370],{"type":44,"value":371},"validate_expression_tool",{"type":44,"value":373}," for paint\u002Flayout property checks",{"type":39,"tag":80,"props":375,"children":376},{},[377,382,383,389],{"type":39,"tag":84,"props":378,"children":379},{},[380],{"type":44,"value":381},"Accessibility checks",{"type":44,"value":268},{"type":39,"tag":270,"props":384,"children":386},{"className":385},[],[387],{"type":44,"value":388},"check_color_contrast_tool",{"type":44,"value":390}," for WCAG contrast ratios",{"type":39,"tag":80,"props":392,"children":393},{},[394,399,400,406],{"type":39,"tag":84,"props":395,"children":396},{},[397],{"type":44,"value":398},"Comparing styles",{"type":44,"value":268},{"type":39,"tag":270,"props":401,"children":403},{"className":402},[],[404],{"type":44,"value":405},"compare_styles_tool",{"type":44,"value":407}," to diff styles before deploying",{"type":39,"tag":80,"props":409,"children":410},{},[411,416,417],{"type":39,"tag":84,"props":412,"children":413},{},[414],{"type":44,"value":415},"Looking up docs",{"type":44,"value":268},{"type":39,"tag":270,"props":418,"children":420},{"className":419},[],[421],{"type":44,"value":422},"get_latest_mapbox_docs_tool",{"type":39,"tag":53,"props":424,"children":426},{"id":425},"common-workflows-quick-reference",[427],{"type":44,"value":428},"Common Workflows (Quick Reference)",{"type":39,"tag":47,"props":430,"children":431},{},[432],{"type":39,"tag":84,"props":433,"children":434},{},[435],{"type":44,"value":436},"Pre-production validation — use these exact steps:",{"type":39,"tag":438,"props":439,"children":440},"ol",{},[441,453,464,475],{"type":39,"tag":80,"props":442,"children":443},{},[444,446,451],{"type":44,"value":445},"Run ",{"type":39,"tag":270,"props":447,"children":449},{"className":448},[],[450],{"type":44,"value":354},{"type":44,"value":452}," to check style JSON is spec-compliant",{"type":39,"tag":80,"props":454,"children":455},{},[456,457,462],{"type":44,"value":445},{"type":39,"tag":270,"props":458,"children":460},{"className":459},[],[461],{"type":44,"value":371},{"type":44,"value":463}," to check all data expressions in paint\u002Flayout properties",{"type":39,"tag":80,"props":465,"children":466},{},[467,468,473],{"type":44,"value":445},{"type":39,"tag":270,"props":469,"children":471},{"className":470},[],[472],{"type":44,"value":388},{"type":44,"value":474}," to verify text labels meet WCAG accessibility standards",{"type":39,"tag":80,"props":476,"children":477},{},[478,479,484],{"type":44,"value":445},{"type":39,"tag":270,"props":480,"children":482},{"className":481},[],[483],{"type":44,"value":405},{"type":44,"value":485}," to diff the new style against current production style",{"type":39,"tag":47,"props":487,"children":488},{},[489],{"type":39,"tag":84,"props":490,"children":491},{},[492],{"type":44,"value":493},"Token management — use these exact steps:",{"type":39,"tag":438,"props":495,"children":496},{},[497,508],{"type":39,"tag":80,"props":498,"children":499},{},[500,501,506],{"type":44,"value":445},{"type":39,"tag":270,"props":502,"children":504},{"className":503},[],[505],{"type":44,"value":320},{"type":44,"value":507}," to create scoped tokens for each environment (dev\u002Fstaging\u002Fprod)",{"type":39,"tag":80,"props":509,"children":510},{},[511,512,517],{"type":44,"value":445},{"type":39,"tag":270,"props":513,"children":515},{"className":514},[],[516],{"type":44,"value":337},{"type":44,"value":518}," to verify existing tokens and their scopes",{"type":39,"tag":53,"props":520,"children":522},{"id":521},"reference-files",[523],{"type":44,"value":524},"Reference Files",{"type":39,"tag":47,"props":526,"children":527},{},[528],{"type":44,"value":529},"Load these references as needed for detailed guidance:",{"type":39,"tag":76,"props":531,"children":532},{},[533,546,559,572],{"type":39,"tag":80,"props":534,"children":535},{},[536,544],{"type":39,"tag":84,"props":537,"children":538},{},[539],{"type":39,"tag":65,"props":540,"children":542},{"href":541},"references\u002Fsetup.md",[543],{"type":44,"value":541},{"type":44,"value":545}," - Prerequisites, hosted & self-hosted installation, per-editor configuration, verification",{"type":39,"tag":80,"props":547,"children":548},{},[549,557],{"type":39,"tag":84,"props":550,"children":551},{},[552],{"type":39,"tag":65,"props":553,"children":555},{"href":554},"references\u002Fworkflows.md",[556],{"type":44,"value":554},{"type":44,"value":558}," - Style management, token management, data validation, documentation access, best practices",{"type":39,"tag":80,"props":560,"children":561},{},[562,570],{"type":39,"tag":84,"props":563,"children":564},{},[565],{"type":39,"tag":65,"props":566,"children":568},{"href":567},"references\u002Fdesign-patterns.md",[569],{"type":44,"value":567},{"type":44,"value":571}," - Iterative style development, environment-specific tokens, validation-first development, documentation-driven development, tool integration patterns",{"type":39,"tag":80,"props":573,"children":574},{},[575,583],{"type":39,"tag":84,"props":576,"children":577},{},[578],{"type":39,"tag":65,"props":579,"children":581},{"href":580},"references\u002Ftroubleshooting.md",[582],{"type":44,"value":580},{"type":44,"value":584}," - Common issues & fixes, example end-to-end workflows (restaurant finder, multi-environment, third-party data)",{"type":39,"tag":53,"props":586,"children":588},{"id":587},"resources",[589],{"type":44,"value":590},"Resources",{"type":39,"tag":76,"props":592,"children":593},{},[594,602,612,622,632],{"type":39,"tag":80,"props":595,"children":596},{},[597],{"type":39,"tag":65,"props":598,"children":600},{"href":67,"rel":599},[69],[601],{"type":44,"value":72},{"type":39,"tag":80,"props":603,"children":604},{},[605],{"type":39,"tag":65,"props":606,"children":609},{"href":607,"rel":608},"https:\u002F\u002Fmodelcontextprotocol.io",[69],[610],{"type":44,"value":611},"Model Context Protocol",{"type":39,"tag":80,"props":613,"children":614},{},[615],{"type":39,"tag":65,"props":616,"children":619},{"href":617,"rel":618},"https:\u002F\u002Fdocs.mapbox.com\u002Fstyle-spec\u002F",[69],[620],{"type":44,"value":621},"Mapbox Style Specification",{"type":39,"tag":80,"props":623,"children":624},{},[625],{"type":39,"tag":65,"props":626,"children":629},{"href":627,"rel":628},"https:\u002F\u002Fdocs.mapbox.com\u002Fapi\u002F",[69],[630],{"type":44,"value":631},"Mapbox API Documentation",{"type":39,"tag":80,"props":633,"children":634},{},[635],{"type":39,"tag":65,"props":636,"children":639},{"href":637,"rel":638},"https:\u002F\u002Fdocs.mapbox.com\u002Fapi\u002Faccounts\u002Ftokens\u002F",[69],[640],{"type":44,"value":641},"Token Scopes Reference",{"type":39,"tag":53,"props":643,"children":645},{"id":644},"when-to-use-this-skill",[646],{"type":44,"value":647},"When to Use This Skill",{"type":39,"tag":47,"props":649,"children":650},{},[651],{"type":44,"value":652},"Invoke this skill when:",{"type":39,"tag":76,"props":654,"children":655},{},[656,661,666,671,676,681,686],{"type":39,"tag":80,"props":657,"children":658},{},[659],{"type":44,"value":660},"Setting up Mapbox development environment with AI assistance",{"type":39,"tag":80,"props":662,"children":663},{},[664],{"type":44,"value":665},"Creating or modifying Mapbox styles through AI",{"type":39,"tag":80,"props":667,"children":668},{},[669],{"type":44,"value":670},"Managing access tokens programmatically",{"type":39,"tag":80,"props":672,"children":673},{},[674],{"type":44,"value":675},"Validating GeoJSON or expressions during development",{"type":39,"tag":80,"props":677,"children":678},{},[679],{"type":44,"value":680},"Learning Mapbox APIs with AI guidance",{"type":39,"tag":80,"props":682,"children":683},{},[684],{"type":44,"value":685},"Automating style generation workflows",{"type":39,"tag":80,"props":687,"children":688},{},[689],{"type":44,"value":690},"Building Mapbox applications with AI coding assistants",{"items":692,"total":858},[693,707,724,739,761,773,787,800,812,825,832,844],{"slug":694,"name":694,"fn":695,"description":696,"org":697,"tags":698,"stars":23,"repoUrl":24,"updatedAt":706},"mapbox-android-patterns","integrate Mapbox Maps SDK on Android","Official integration patterns for Mapbox Maps SDK on Android. Covers installation, adding markers, user location, custom data, styles, camera control, and featureset interactions. Based on official Mapbox documentation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[699,702,703],{"name":700,"slug":701,"type":15},"Android","android",{"name":9,"slug":8,"type":15},{"name":704,"slug":705,"type":15},"Mobile","mobile","2026-07-30T05:30:51.739352",{"slug":708,"name":708,"fn":709,"description":710,"org":711,"tags":712,"stars":23,"repoUrl":24,"updatedAt":723},"mapbox-cartography","apply cartographic design principles to Mapbox","Expert guidance on map design principles, color theory, visual hierarchy, typography, and cartographic best practices for creating effective and beautiful maps with Mapbox. Use when designing map styles, choosing colors, or making cartographic decisions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[713,716,719,720],{"name":714,"slug":715,"type":15},"Branding","branding",{"name":717,"slug":718,"type":15},"Design","design",{"name":9,"slug":8,"type":15},{"name":721,"slug":722,"type":15},"Typography","typography","2026-04-06T18:28:41.2556",{"slug":725,"name":725,"fn":726,"description":727,"org":728,"tags":729,"stars":23,"repoUrl":24,"updatedAt":738},"mapbox-data-visualization-patterns","implement Mapbox data visualization patterns","Patterns for visualizing data on maps including choropleth maps, heat maps, 3D visualizations, data-driven styling, and animated data. Covers layer types, color scales, and performance optimization.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[730,733,734,735],{"name":731,"slug":732,"type":15},"Data Visualization","data-visualization",{"name":717,"slug":718,"type":15},{"name":9,"slug":8,"type":15},{"name":736,"slug":737,"type":15},"Performance","performance","2026-04-06T18:29:02.907655",{"slug":740,"name":740,"fn":741,"description":742,"org":743,"tags":744,"stars":23,"repoUrl":24,"updatedAt":760},"mapbox-flutter-patterns","integrate Mapbox maps into Flutter applications","Official integration patterns for the Mapbox Maps Flutter SDK. Covers installation, iOS\u002FAndroid platform setup, access token configuration, MapWidget initialization, camera control, annotations with tap handling, user location, and loading GeoJSON. Based on official Mapbox documentation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[745,746,749,752,755,756,757],{"name":700,"slug":701,"type":15},{"name":747,"slug":748,"type":15},"Dart","dart",{"name":750,"slug":751,"type":15},"Flutter","flutter",{"name":753,"slug":754,"type":15},"iOS","ios",{"name":9,"slug":8,"type":15},{"name":704,"slug":705,"type":15},{"name":758,"slug":759,"type":15},"SDK","sdk","2026-05-12T06:03:11.211517",{"slug":762,"name":762,"fn":763,"description":764,"org":765,"tags":766,"stars":23,"repoUrl":24,"updatedAt":772},"mapbox-geospatial-operations","select geospatial tools for Mapbox operations","Expert guidance on choosing the right geospatial tool based on problem type, accuracy requirements, and performance needs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[767,768,769],{"name":9,"slug":8,"type":15},{"name":736,"slug":737,"type":15},{"name":770,"slug":771,"type":15},"Strategy","strategy","2026-07-30T05:30:52.766227",{"slug":774,"name":774,"fn":775,"description":776,"org":777,"tags":778,"stars":23,"repoUrl":24,"updatedAt":786},"mapbox-google-maps-migration","migrate from Google Maps to Mapbox","Migration guide for developers moving from Google Maps Platform to Mapbox GL JS, covering API equivalents, pattern translations, and key differences",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[779,780,783],{"name":9,"slug":8,"type":15},{"name":781,"slug":782,"type":15},"Migration","migration",{"name":784,"slug":785,"type":15},"Web Development","web-development","2026-04-06T18:28:56.459496",{"slug":788,"name":788,"fn":789,"description":790,"org":791,"tags":792,"stars":23,"repoUrl":24,"updatedAt":799},"mapbox-ios-patterns","integrate Mapbox Maps SDK on iOS","Official integration patterns for Mapbox Maps SDK on iOS. Covers installation, adding markers, user location, custom data, styles, camera control, and featureset interactions. Based on official Mapbox documentation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[793,794,795,796],{"name":753,"slug":754,"type":15},{"name":9,"slug":8,"type":15},{"name":704,"slug":705,"type":15},{"name":797,"slug":798,"type":15},"Swift","swift","2026-07-30T05:30:54.75526",{"slug":801,"name":801,"fn":802,"description":803,"org":804,"tags":805,"stars":23,"repoUrl":24,"updatedAt":811},"mapbox-location-grounding","generate grounded location-aware responses with Mapbox","Compose Mapbox MCP tools to produce grounded, cited location-aware responses from live data instead of training data",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[806,809,810],{"name":807,"slug":808,"type":15},"Data Quality","data-quality",{"name":9,"slug":8,"type":15},{"name":20,"slug":21,"type":15},"2026-04-15T05:01:44.248764",{"slug":813,"name":813,"fn":814,"description":815,"org":816,"tags":817,"stars":23,"repoUrl":24,"updatedAt":824},"mapbox-maplibre-migration","migrate from MapLibre to Mapbox","Guide for migrating from MapLibre GL JS to Mapbox GL JS, covering API compatibility, token setup, style configuration, and the benefits of Mapbox's official support and ecosystem",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[818,821,822,823],{"name":819,"slug":820,"type":15},"Engineering","engineering",{"name":9,"slug":8,"type":15},{"name":781,"slug":782,"type":15},{"name":784,"slug":785,"type":15},"2026-04-06T18:28:51.531856",{"slug":4,"name":4,"fn":5,"description":6,"org":826,"tags":827,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[828,829,830,831],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":20,"slug":21,"type":15},{"slug":833,"name":833,"fn":834,"description":835,"org":836,"tags":837,"stars":23,"repoUrl":24,"updatedAt":843},"mapbox-mcp-runtime-patterns","integrate Mapbox MCP Server in AI apps","Integration patterns for Mapbox MCP Server in AI applications and agent frameworks. Covers runtime integration with pydantic-ai, mastra, LangChain, and custom agents. Use when building AI-powered applications that need geospatial capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[838,841,842],{"name":839,"slug":840,"type":15},"Architecture","architecture",{"name":9,"slug":8,"type":15},{"name":20,"slug":21,"type":15},"2026-04-06T18:28:55.164842",{"slug":845,"name":845,"fn":846,"description":847,"org":848,"tags":849,"stars":23,"repoUrl":24,"updatedAt":857},"mapbox-search-integration","implement Mapbox search in applications","Complete workflow for implementing Mapbox search in applications - from discovery questions to production-ready integration with best practices",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[850,853,854],{"name":851,"slug":852,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":855,"slug":856,"type":15},"Search","search","2026-04-06T18:28:50.264933",19,{"items":860,"total":858},[861,867,874,881,891,897,903],{"slug":694,"name":694,"fn":695,"description":696,"org":862,"tags":863,"stars":23,"repoUrl":24,"updatedAt":706},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[864,865,866],{"name":700,"slug":701,"type":15},{"name":9,"slug":8,"type":15},{"name":704,"slug":705,"type":15},{"slug":708,"name":708,"fn":709,"description":710,"org":868,"tags":869,"stars":23,"repoUrl":24,"updatedAt":723},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[870,871,872,873],{"name":714,"slug":715,"type":15},{"name":717,"slug":718,"type":15},{"name":9,"slug":8,"type":15},{"name":721,"slug":722,"type":15},{"slug":725,"name":725,"fn":726,"description":727,"org":875,"tags":876,"stars":23,"repoUrl":24,"updatedAt":738},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[877,878,879,880],{"name":731,"slug":732,"type":15},{"name":717,"slug":718,"type":15},{"name":9,"slug":8,"type":15},{"name":736,"slug":737,"type":15},{"slug":740,"name":740,"fn":741,"description":742,"org":882,"tags":883,"stars":23,"repoUrl":24,"updatedAt":760},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[884,885,886,887,888,889,890],{"name":700,"slug":701,"type":15},{"name":747,"slug":748,"type":15},{"name":750,"slug":751,"type":15},{"name":753,"slug":754,"type":15},{"name":9,"slug":8,"type":15},{"name":704,"slug":705,"type":15},{"name":758,"slug":759,"type":15},{"slug":762,"name":762,"fn":763,"description":764,"org":892,"tags":893,"stars":23,"repoUrl":24,"updatedAt":772},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[894,895,896],{"name":9,"slug":8,"type":15},{"name":736,"slug":737,"type":15},{"name":770,"slug":771,"type":15},{"slug":774,"name":774,"fn":775,"description":776,"org":898,"tags":899,"stars":23,"repoUrl":24,"updatedAt":786},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[900,901,902],{"name":9,"slug":8,"type":15},{"name":781,"slug":782,"type":15},{"name":784,"slug":785,"type":15},{"slug":788,"name":788,"fn":789,"description":790,"org":904,"tags":905,"stars":23,"repoUrl":24,"updatedAt":799},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[906,907,908,909],{"name":753,"slug":754,"type":15},{"name":9,"slug":8,"type":15},{"name":704,"slug":705,"type":15},{"name":797,"slug":798,"type":15}]