dashboard-maps

Create shape-based and point-based map visualizations from geographic data.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/BLSQ/mcp_servers --skill dashboard-maps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-maps
Source: https://github.com/BLSQ/mcp_servers/tree/main/.claude/skills/dashboard-maps
Command: npx skills add https://github.com/BLSQ/mcp_servers --skill dashboard-maps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides dashboard authors to create geographic visualizations by automatically detecting geographic data types, choosing appropriate map types, and enabling world map backgrounds for global dashboards.

Core Features & Use Cases

  • Detect geographic data patterns (lat/lon, GeoJSON, shapes) and select the right map type.
  • Create shape-based maps (choropleth) using GeoJSON or polygon data.
  • Create point-based maps with a world map background and scalable point markers.
  • Configure map visuals and interactions (zoom/pan, tooltips, color scales) for dashboards.
  • Real-world use: build a regional heatmap of sales or a global dashboard showing event locations.

Quick Start

Instruct the dashboard-maps skill to generate a world-map scatter visualization using lat, lon, and value columns.

Frequently Asked Questions about dashboard-maps

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

FAQPage Schema
How do I visualize geographic data with lat/lon coordinates on a dashboard map?

This skill detects lat/lon coordinate patterns and renders them as scalable point markers over a world map background. It automatically converts latitude and longitude columns into map-ready formats for dashboard visualization.

Can I create a choropleth map using GeoJSON polygons in my dashboard?

Yes, you can create shape-based choropleth maps using GeoJSON or polygon data. The skill detects geographic shape patterns and converts polygon boundaries into a configuration-driven map visual with color scales.

What is the best way to add a world map background for global dashboard visualizations?

The best way to add a world map background is using this skill's configuration-driven approach to render global contexts. It supports world backgrounds for point-based maps, allowing you to plot geographic event locations globally.

Does this approach support configuring map interactions like zoom, pan, and tooltips?

Yes, this map visualization approach supports configuring interactions like zoom, pan, and tooltips. It renders visuals using an options object that allows you to customize color scales and interactive behaviors.

How do I build a regional heatmap of sales data using geographic shapes?

To build a regional sales heatmap, provide your GeoJSON or polygon shape data alongside regional sales values. The skill selects a shape-based map type and applies color scales to visualize the data distribution.