Skip to main content
Glama
Ownership verified

Server Details

AI-powered 3D globe control via MCP. 43 tools for CesiumJS — camera flight, GeoJSON/3D Tiles layers, entities, animation, spatial analysis, heatmaps, and more. Connect any MCP-compatible AI agent to control a CesiumJS 3D globe through natural language.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

43 tools
addBillboardInspect

在指定位置添加图片图标

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo实体ID
nameNo名称
colorNo叠加颜色
imageYes图片URL
scaleNo缩放
positionYes
addBoxInspect

添加带尺寸和材质的3D盒体

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
outlineNo
materialNo材质(颜色字符串或材质对象)
positionYes
dimensionsYes
orientationNo
outlineColorNo
addCorridorInspect

添加走廊(带宽度的路径)

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
widthYes走廊宽度(米)
materialNo材质
positionsYes
extrudedHeightNo
addCylinderInspect

添加圆柱体或圆锥体

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
lengthYes高度(米)
outlineNo
materialNo材质
positionYes
topRadiusYes顶部半径
bottomRadiusYes底部半径
outlineColorNo
addEllipseInspect

添加椭圆

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
outlineNo
materialNo材质
positionYes
outlineColorNo
semiMajorAxisYes长半轴(米)
semiMinorAxisYes短半轴(米)
extrudedHeightNo
addGeoJsonLayerInspect

添加 GeoJSON 图层到地图(支持 Point/Line/Polygon,可配置颜色/分级/分类渲染)

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo图层ID(不传则自动生成)
dataYesGeoJSON FeatureCollection 对象
nameNo图层显示名称
styleNo样式配置(color, opacity, pointSize, choropleth, category)
addHeatmapInspect

添加热力图图层(基于 GeoJSON 点数据生成热力可视化)

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesGeoJSON Point FeatureCollection
radiusNo热力影响半径(像素)
addLabelInspect

为 GeoJSON 要素添加文本标注(显示属性值)

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesGeoJSON FeatureCollection 对象
fieldYes用作标注文本的属性字段名(如 "name"、"population")
styleNo标注样式(font, fillColor, outlineColor, scale 等)
addMarkerInspect

在指定经纬度添加标注点,返回 layerId 供后续操作

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo自定义图层ID(不传则自动生成)
sizeNo点大小(像素)
colorNo标注颜色(CSS 格式)#3B82F6
labelNo标注文本
latitudeYes纬度(-90 ~ 90)
longitudeYes经度(-180 ~ 180)
addModelInspect

在指定经纬度放置 3D 模型(glTF/GLB),返回 entityId

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesglTF/GLB 模型文件 URL
rollNo翻滚角(度)
labelNo模型标注文本
pitchNo俯仰角(度)
scaleNo模型缩放比例
heightNo放置高度(米)
headingNo航向角(度),0=正北
latitudeYes纬度(-90 ~ 90)
longitudeYes经度(-180 ~ 180)
addPolygonInspect

在地图上添加多边形区域(面积、边界),返回 entityId

ParametersJSON Schema
NameRequiredDescriptionDefault
colorNo填充颜色(CSS 格式)#3B82F6
labelNo多边形标注文本
opacityNo填充透明度(0~1)
coordinatesYes多边形外环坐标 [[lon, lat, height?], ...]
outlineColorNo描边颜色#FFFFFF
clampToGroundNo是否贴地
extrudedHeightNo拉伸高度(米),可用于创建立体效果
addPolylineInspect

在地图上添加折线(路径、线段),返回 entityId

ParametersJSON Schema
NameRequiredDescriptionDefault
colorNo线条颜色(CSS 格式)#3B82F6
labelNo折线标注文本
widthNo线条宽度(像素)
coordinatesYes折线坐标数组 [[lon, lat, height?], ...]
clampToGroundNo是否贴地
addRectangleInspect

按地理范围添加矩形

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
heightNo
outlineNo
materialNo材质
coordinatesYes
outlineColorNo
extrudedHeightNo
addWallInspect

沿路径添加墙体

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
outlineNo
materialNo材质
positionsYes
outlineColorNo
maximumHeightsNo
minimumHeightsNo
controlAnimationInspect

播放或暂停动画

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYes
entityIdYes
controlClockInspect

配置Cesium时钟(时间范围、速度、动画状态)

ParametersJSON Schema
NameRequiredDescriptionDefault
stopTimeNoISO 8601 结束时间
startTimeNoISO 8601 开始时间
clockRangeNo
multiplierNo时钟速度倍率
currentTimeNoISO 8601 当前时间
shouldAnimateNo
createAnimationInspect

创建基于时间的路径动画(实体沿路径运动)

ParametersJSON Schema
NameRequiredDescriptionDefault
loopNo
modelNo3D模型URL或预设名称(cesium_man, cesium_air, ground_vehicle, cesium_drone)
entityIdYes动画实体ID
pathColorNoYELLOW
pathWidthNo
waypointsYes
modelScaleNo
flyToInspect

飞行到指定经纬度位置(带动画过渡)

ParametersJSON Schema
NameRequiredDescriptionDefault
pitchNo俯仰角(度),-90 为正下方
heightNo相机高度(米),默认 50000
headingNo航向角(度),0 为正北
durationNo飞行动画时长(秒)
latitudeYes纬度(-90 ~ 90)
longitudeYes经度(-180 ~ 180)
getViewInspect

获取当前相机视角信息(经纬度、高度、角度)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

highlightInspect

高亮指定图层的要素

ParametersJSON Schema
NameRequiredDescriptionDefault
colorNo高亮颜色(CSS 格式)#FFFF00
layerIdYes图层ID
featureIndexNo要素索引(不传则高亮全部)
listAnimationsInspect

列出所有活跃的动画

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

listLayersInspect

获取当前所有图层列表(含 ID、名称、类型、可见性)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

load3dTilesInspect

加载 3D Tiles 数据集(如建筑白膜、城市模型)

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo图层ID
urlYestileset.json 的 URL
nameNo图层名称
heightOffsetNo高度偏移(米)
maximumScreenSpaceErrorNo最大屏幕空间误差(值越小越精细)
loadImageryServiceInspect

加载影像服务图层(WMS/WMTS/XYZ/ArcGIS MapServer)

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo图层ID
urlYes影像服务 URL
nameNo图层名称
opacityNo透明度(0~1)
layerNameNoWMS/WMTS 图层名
serviceTypeYes服务类型
loadTerrainInspect

加载或切换地形(平坦/ArcGIS/CesiumIon/自定义 URL)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo自定义地形服务 URL
providerYes地形提供者类型
cesiumIonAssetIdNoCesium Ion 资产ID(provider=cesiumion 时需要)
lookAtTransformInspect

环绕式相机注视某位置(ENU变换 + 朝向/俯仰/距离)

ParametersJSON Schema
NameRequiredDescriptionDefault
pitchNo俯仰角(度)
rangeNo与目标的距离(米)
heightNo目标高度(米)
headingNo朝向角(度)
latitudeYes目标纬度
longitudeYes目标经度
playTrajectoryInspect

播放移动轨迹动画

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo轨迹图层ID
nameNo轨迹名称
labelNo移动体标签
coordinatesYes轨迹坐标数组 [[lon, lat, alt?], ...]
trailSecondsNo尾迹长度(秒)
durationSecondsNo动画时长(秒)
removeAnimationInspect

删除动画实体

ParametersJSON Schema
NameRequiredDescriptionDefault
entityIdYes
removeEntityInspect

移除单个实体(通过 entityId)

ParametersJSON Schema
NameRequiredDescriptionDefault
entityIdYes要移除的实体ID
removeLayerInspect

从地图上移除指定图层(按图层ID)

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes要移除的图层ID(可通过 listLayers 获取)
screenshotInspect

截取当前地图视图(返回 base64 PNG)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

setBasemapInspect

切换底图风格(暗色/卫星影像/标准)

ParametersJSON Schema
NameRequiredDescriptionDefault
basemapYes底图类型:dark=暗色, satellite=卫星影像, standard=标准
setCameraOptionsInspect

配置相机控制器(启用/禁用旋转、缩放、倾斜等)

ParametersJSON Schema
NameRequiredDescriptionDefault
enableLookNo启用环视
enableTiltNo启用倾斜
enableZoomNo启用缩放
enableRotateNo启用旋转
enableTranslateNo启用平移
setGlobeLightingInspect

启用/禁用地球光照和大气效果

ParametersJSON Schema
NameRequiredDescriptionDefault
enableFogNo启用雾效
enableLightingNo启用光照
enableSkyAtmosphereNo启用天空大气
enableGroundAtmosphereNo启用地表大气
setLayerVisibilityInspect

设置图层可见性

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes图层ID
visibleYes是否可见
setViewInspect

瞬间切换到指定经纬度视角(无动画)

ParametersJSON Schema
NameRequiredDescriptionDefault
rollNo翻滚角(度)
pitchNo俯仰角(度)
heightNo高度(米)
headingNo航向角(度)
latitudeYes纬度(-90 ~ 90)
longitudeYes经度(-180 ~ 180)
startOrbitInspect

开始相机环绕当前中心旋转

ParametersJSON Schema
NameRequiredDescriptionDefault
speedNo旋转速度(度/秒)
directionNoclockwise
stopOrbitInspect

停止环绕动画

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

trackEntityInspect

相机追踪实体

ParametersJSON Schema
NameRequiredDescriptionDefault
entityIdYes
updateAnimationPathInspect

更新动画路径的可视属性

ParametersJSON Schema
NameRequiredDescriptionDefault
showNo
colorNo
widthNo
entityIdYes
updateEntityInspect

更新已有实体的属性(位置、颜色、标签、缩放、可见性)

ParametersJSON Schema
NameRequiredDescriptionDefault
showNo是否显示
colorNo新颜色(CSS 格式)
labelNo新标注文本
scaleNo新缩放比例
entityIdYes实体ID(addMarker/addPolyline 等返回的 entityId)
positionNo新位置坐标
updateLayerStyleInspect

修改已有图层的样式(颜色、透明度、标注样式等)

ParametersJSON Schema
NameRequiredDescriptionDefault
layerIdYes图层ID
labelStyleNo标注样式(font, fillColor, outlineColor, outlineWidth, scale 等)
layerStyleNo图层样式(color, opacity, strokeWidth, pointSize)
zoomToExtentInspect

缩放到指定地理范围

ParametersJSON Schema
NameRequiredDescriptionDefault
eastYes东边界经度(度)
westYes西边界经度(度)
northYes北边界纬度(度)
southYes南边界纬度(度)
durationNo动画时长(秒)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.