io.github.gaopengbin/cesium-mcp-runtime
NPM · CESIUM-MCP-RUNTIME · SCANNED AUG 3
AI-powered 3D globe control via MCP. Camera, layers, markers, spatial analysis with CesiumJS.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1438 tokens (~68/item across 21 items; 19 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage86
- 79% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · cesium-mcp-runtime
claude mcp add gaopengbin-cesium-mcp-runtime -- npx -y cesium-mcp-runtime
codex mcp add gaopengbin-cesium-mcp-runtime -- npx -y cesium-mcp-runtime
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gaopengbin-cesium-mcp-runtime": {
"type": "local",
"command": [
"npx",
"-y",
"cesium-mcp-runtime"
],
"enabled": true
}
}
} openclaw mcp add gaopengbin-cesium-mcp-runtime --command npx --arg -y --arg cesium-mcp-runtime
mcp_servers:
gaopengbin-cesium-mcp-runtime:
command: "npx"
args: ["-y", "cesium-mcp-runtime"] {
"mcpServers": {
"gaopengbin-cesium-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-runtime"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +60
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 79 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −20
- Tool coverage: 79 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 31 Jul 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +27
- Tool coverage: unverified → 79 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- 28 Jul 26 −1
- Dependency health: partial → unverified ▼ functional
- 27 Jul 26 25
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
addGeoJsonLayer ~100
添加 GeoJSON 图层到地图(支持 Point/Line/Polygon,可配置颜色/分级/分类渲染)
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | yes | GeoJSON FeatureCollection 对象 |
| id | string | — | 图层ID(不传则自动生成) |
| name | string | — | 图层显示名称 |
| style | object | — | 样式配置(color, opacity, pointSize, choropleth, category) |
No output schema declared.
No examples provided.
addHeatmap ~56
添加热力图图层(基于 GeoJSON 点数据生成热力可视化)
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | yes | GeoJSON Point FeatureCollection |
| radius | number | — | 热力影响半径(像素) |
No output schema declared.
No examples provided.
addLabel ~82
为 GeoJSON 要素添加文本标注(显示属性值)
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | yes | GeoJSON FeatureCollection 对象 |
| field | string | yes | 用作标注文本的属性字段名(如 "name"、"population") |
| style | object | — | 标注样式(font, fillColor, outlineColor, scale 等) |
No output schema declared.
No examples provided.
addMarker ~111
在指定经纬度添加标注点,返回 layerId 供后续操作
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | 标注颜色(CSS 格式) |
| id | string | — | 自定义图层ID(不传则自动生成) |
| label | string | — | 标注文本 |
| latitude | number | yes | 纬度(-90 ~ 90) |
| longitude | number | yes | 经度(-180 ~ 180) |
| size | number | — | 点大小(像素) |
No output schema declared.
No examples provided.
flyTo ~123
飞行到指定经纬度位置(带动画过渡)
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | — | 飞行动画时长(秒) |
| heading | number | — | 航向角(度),0 为正北 |
| height | number | — | 相机高度(米),默认 50000 |
| latitude | number | yes | 纬度(-90 ~ 90) |
| longitude | number | yes | 经度(-180 ~ 180) |
| pitch | number | — | 俯仰角(度),-90 为正下方 |
No output schema declared.
No examples provided.
getView ~25
获取当前相机视角信息(经纬度、高度、角度)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
highlight ~60
高亮指定图层的要素
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | 高亮颜色(CSS 格式) |
| featureIndex | number | — | 要素索引(不传则高亮全部) |
| layerId | string | yes | 图层ID |
No output schema declared.
No examples provided.
listLayers ~26
获取当前所有图层列表(含 ID、名称、类型、可见性)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
load3dTiles ~96
加载 3D Tiles 数据集(如建筑白膜、城市模型)
| Name | Type | Req | Description |
|---|---|---|---|
| heightOffset | number | — | 高度偏移(米) |
| id | string | — | 图层ID |
| maximumScreenSpaceError | number | — | 最大屏幕空间误差(值越小越精细) |
| name | string | — | 图层名称 |
| url | string | yes | tileset.json 的 URL |
No output schema declared.
No examples provided.
loadImageryService ~103
加载影像服务图层(WMS/WMTS/XYZ/ArcGIS MapServer)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | — | 图层ID |
| layerName | string | — | WMS/WMTS 图层名 |
| name | string | — | 图层名称 |
| opacity | number | — | 透明度(0~1) |
| serviceType | string | yes | 服务类型 |
| url | string | yes | 影像服务 URL |
No output schema declared.
No examples provided.
loadTerrain ~80
加载或切换地形(平坦/ArcGIS/CesiumIon/自定义 URL)
| Name | Type | Req | Description |
|---|---|---|---|
| cesiumIonAssetId | number | — | Cesium Ion 资产ID(provider=cesiumion 时需要) |
| provider | string | yes | 地形提供者类型 |
| url | string | — | 自定义地形服务 URL |
No output schema declared.
No examples provided.
playTrajectory ~102
播放移动轨迹动画
| Name | Type | Req | Description |
|---|---|---|---|
| coordinates | array | yes | 轨迹坐标数组 [[lon, lat, alt?], ...] |
| durationSeconds | number | — | 动画时长(秒) |
| id | string | — | 轨迹图层ID |
| label | string | — | 移动体标签 |
| name | string | — | 轨迹名称 |
| trailSeconds | number | — | 尾迹长度(秒) |
No output schema declared.
No examples provided.
removeLayer ~42
从地图上移除指定图层(按图层ID)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 要移除的图层ID(可通过 listLayers 获取) |
No output schema declared.
No examples provided.
screenshot ~20
截取当前地图视图(返回 base64 PNG)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
setBasemap ~55
切换底图风格(暗色/卫星影像/标准)
| Name | Type | Req | Description |
|---|---|---|---|
| basemap | string | yes | 底图类型:dark=暗色, satellite=卫星影像, standard=标准 |
No output schema declared.
No examples provided.
setLayerVisibility ~36
设置图层可见性
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 图层ID |
| visible | boolean | yes | 是否可见 |
No output schema declared.
No examples provided.
setView ~107
瞬间切换到指定经纬度视角(无动画)
| Name | Type | Req | Description |
|---|---|---|---|
| heading | number | — | 航向角(度) |
| height | number | — | 高度(米) |
| latitude | number | yes | 纬度(-90 ~ 90) |
| longitude | number | yes | 经度(-180 ~ 180) |
| pitch | number | — | 俯仰角(度) |
| roll | number | — | 翻滚角(度) |
No output schema declared.
No examples provided.
updateLayerStyle ~87
修改已有图层的样式(颜色、透明度、标注样式等)
| Name | Type | Req | Description |
|---|---|---|---|
| labelStyle | object | — | 标注样式(font, fillColor, outlineColor, outlineWidth, scale 等) |
| layerId | string | yes | 图层ID |
| layerStyle | object | — | 图层样式(color, opacity, strokeWidth, pointSize) |
No output schema declared.
No examples provided.
zoomToExtent ~87
缩放到指定地理范围
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | — | 动画时长(秒) |
| east | number | yes | 东边界经度(度) |
| north | number | yes | 北边界纬度(度) |
| south | number | yes | 南边界纬度(度) |
| west | number | yes | 西边界经度(度) |
No output schema declared.
No examples provided.