Skip to main content

MCPStack tool for UrbanMapper that emits HF-only pipeline code strings (no execution).

Project description


UrbanMapper MCP
MCPStack UrbanMapper MCP

Spatial pipelines & visualisations for cities — powered by MCPStack

[!IMPORTANT] If you haven’t visited the MCPStack main orchestrator repository yet, please start there: MCPStack

[!CAUTION] Please be aware that this MCP is in an early-alpha stage. While it is functional and can be used for various tasks, it may still contain bugs or incomplete features. Feel free to report any issues you encounter or suggest improvements. Even better, feel free to contribute directly!

💡 About The MCPStack UrbanMapper Tool

This repository provides the first native MCP of The Urban-Mapper library @ OSCUR.

  • It is not a wrapper around an upstream server: the MCP actions are implemented here directly.
  • It lets an LLM compose, explain, and visualise spatial pipelines (e.g. collisions per intersection, amenities per neighborhood).
  • Highly recommended to link with the Jupyter MCP → this enables reproducible UrbanMapper analysis inside notebooks, where the LLM can generate pipelines and immediately execute them in Jupyter.

Wait, what is a Model Context Protocol (MCP) & MCPStack — In layman's terms ?

The Model Context Protocol (MCP) standardises interactions with machine learning (Large Language) models, enabling tools and libraries to communicate successfully with a uniform workflow.

On the other hand, MCPStack is a framework that implements the protocol, and most importantly, allowing developers to create pipelines by stacking MCP tools of interest and launching them all in Claude Desktop. This allows the LLM to use all the tools stacked, and of course, if a tool is not of interest, do not include it in the pipeline and the LLM won't have access to it.

Installation

The tool is distributed as a standard Python package. MCPStack will auto-discover it.

Via uv (recommended)

uv add mcpstack-urbanmapper

Via pip

pip install mcpstack-urbanmapper

(Dev) Pre-commit hooks

uv run pre-commit install
# or: pre-commit install

Using With MCPStack — CLI workflow

This tool declares entry points so MCPStack can see it automatically:

[project.entry-points."mcpstack.tools"]
urbanmapper = "mcpstack_urbanmapper.tool:UrbanMapper"

[project.entry-points."mcpstack.tool_clis"]
urbanmapper = "mcpstack_urbanmapper.cli:UrbanMapperCLI.get_app"

1) (Optional) Configure environment

UrbanMapper works out of the box, but you can customise defaults:

MCP_URBANMAPPER_ENFORCE_HF_ONLY: "1" (default) → force Hugging Face datasets only.
MCP_URBANMAPPER_DEFAULT_SPLIT: "" (default) → default dataset split.
MCP_URBANMAPPER_DEFAULT_CRS: "EPSG:4326" (default) → default spatial CRS.

Use the CLI to generate a config file (by default, not necessary, only if you want to override defaults):

uv run mcpstack tools urbanmapper configure -o urbanmapper_config.json

2) Add to a pipeline

Create or extend a pipeline with UrbanMapper:

# New pipeline
uv run mcpstack pipeline urbanmapper --new-pipeline my_pipeline.json # followed by: --tool-config urbanmapper_config.json if needed
# Or append to an existing one
uv run mcpstack pipeline urbanmapper --to-pipeline my_pipeline.json # followed-by: --tool-config urbanmapper_config.json if needed

3) Link with Jupyter MCP (recommended)

For reproducible workflows, add both UrbanMapper and Jupyter tools to the same pipeline:

uv add mcpstack-jupyter # if not done yet
uv add mcpstack-jupyter list-tools # to confirm Jupyter is installed
uv run mcpstack tools jupyter configure --token 1117bf468693444a5608e882ab3b55d511f354a175a0df02 # or whatever else token of interest, reader is reffered to the Jupyter MCP docs
uv run mcpstack pipeline jupyter --tool-config jupyter_config.json --new-pipeline my_pipeline.json
uv run mcpstack pipeline urbanmapper --to-pipeline my_pipeline.json # followed by: --tool-config urbanmapper_config.json if needed

Now the LLM can:

  • Generate UrbanMapper pipelines (um_build_pipeline_code)
  • Insert them into notebooks via Jupyter MCP
  • Run them, preview maps, and adjust interactively

Programmatic API Workflow

Use the UrbanMapper tool directly in a stack:

from mcpstack_urbanmapper.tool import UrbanMapper
from MCPStack.stack import MCPStackCore

pipeline = (
    MCPStackCore()
    .with_tool(UrbanMapper()) # define envs/parameters to UrbanMapper() if needed
    # add other tools (e.g. Jupyter) if needed
    .build(type="fastmcp", save_path="urbanmapper_pipeline.json")
    .run() # runs a fastmcp instance immediately (no Claude Desktop) — use the documentation for other types
)

UrbanMapper Actions Overview

  • um_list_urban_layers() → available layers (roads, intersections, etc.)
  • um_explain_primitive(stage, technique) → explain a stage/technique
  • um_hf_dataset_schema(repo_id) → inspect a Hugging Face dataset
  • um_build_pipeline_code(...) → generate a complete urbam-mapper's urban pipeline code snippet
  • um_list_examples() / um_get_example_code(name) → browse YAML examples to how to use UrbanMapper
  • um_visualiser_presets(viz_type) → style presets for maps

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcpstack_urbanmapper-0.0.1.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpstack_urbanmapper-0.0.1-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file mcpstack_urbanmapper-0.0.1.tar.gz.

File metadata

  • Download URL: mcpstack_urbanmapper-0.0.1.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mcpstack_urbanmapper-0.0.1.tar.gz
Algorithm Hash digest
SHA256 0e222c8cfc690c12ec5811b4ae7b5575f763e3bc58ff8a93234c86c9d33a67d8
MD5 37d0cc509e3d98d0ed1ff891e4eee5b8
BLAKE2b-256 8a27d7be4f0f6f5c7b30804e63cc8b9fd743b035ea088ae7d699149b21451482

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpstack_urbanmapper-0.0.1.tar.gz:

Publisher: publish.yaml on MCP-Pipeline/mcpstack-urbanmapper

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcpstack_urbanmapper-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpstack_urbanmapper-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a578a2ee40a1ba473b018e9c5d5eccd63dc956f148353e847faa9c1744813ea9
MD5 9589233ccbf6d61f061cddf9667677be
BLAKE2b-256 f5ccbcacb8b66ce016dd334e4d1252d01f3e69aebcdd05ecf91fedec42063d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpstack_urbanmapper-0.0.1-py3-none-any.whl:

Publisher: publish.yaml on MCP-Pipeline/mcpstack-urbanmapper

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page