@yodolabs/plateau-creative-mcp
by pixelx-jp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OSM_OVERPASS_URL | No | Set to enable link_buildings_to_pois (e.g. https://overpass-api.de/api/interpreter). | |
| PLATEAU_DATA_MODE | No | artifact (TS + duckdb) or subprocess (Python helper). | artifact |
| PLATEAU_SCENE_DIR | No | Disk dir when scene persistence is enabled. | ./.scene-store |
| PLATEAU_MAX_SCENES | No | LRU cap on in-memory scenes. | 64 |
| PLATEAU_OUTPUT_DIR | No | Where .glb / LICENSE.txt / manifests are written. | ./out |
| PLATEAU_PYTHON_BIN | No | Python interpreter for subprocess mode (must have duckdb installed). | python3 |
| PLATEAU_ARTIFACT_DIR | No | Directory containing out_<city>/buildings.parquet. Defaults to a cache dir (where download_area writes); set it to point at an existing plateau-bridge checkout. | ~/.cache/plateau-creative-mcp/artifacts |
| PLATEAU_SCENE_TTL_MS | No | Scene TTL in milliseconds. | 3600000 |
| PLATEAU_AUTO_DOWNLOAD | No | true makes load_area auto-fetch a missing city from the index before loading. | false |
| PLATEAU_PERSIST_SCENES | No | true to serialize scenes to disk between calls. | false |
| OSM_OVERPASS_TIMEOUT_MS | No | Overpass request timeout. | 25000 |
| OFFICIAL_PLATEAU_MCP_URL | No | Override the official PLATEAU MCP endpoint (rare). | |
| PLATEAU_UPSTREAM_ENABLED | No | true registers 13 official plateau_* tools proxied to the hosted PLATEAU MCP. | false |
| PLATEAU_SUBPROCESS_SCRIPT | No | Override path to the JSON-stdio helper. | |
| PLATEAU_ARTIFACT_INDEX_URL | No | Cache index (JSON) listing each city's bundle URL + sha256. Defaults to the public mirror; override to use your own. | |
| PLATEAU_ARTIFACT_DOWNLOAD_TIMEOUT_MS | No | Per-download timeout in milliseconds (5sā30min). | 300000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pixelx-jp/plateau-creative-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server