
Colpero Mcp
Wire your coding agent to query, navigate, and verify Colpero spatial-network scenes without hand-calling the spatial API.
Overview
Colpero MCP is a MCP server for the Build phase that lets agents query, navigate, and verify scenes on the Colpero spatial network over stdio.
What is this MCP server?
- Stdio MCP server via npm package @colpero/mcp (v0.0.2)
- Query and navigate Colpero spatial-network scenes from any MCP client
- Scene verification tools for consistency checks against the network
- Optional COLPERO_API_BASE override (defaults to hosted Railway spatial-api)
- GitHub monorepo subfolder colpero-mcp with registry schema 2025-12-11
- Server version 0.0.2
- npm identifier @colpero/mcp with stdio transport
- Optional COLPERO_API_BASE env (default Railway spatial-api)
What problem does it solve?
You are building on Colpero but every scene lookup or verification step pulls you out of the agent into manual API calls.
Who is it for?
Indie builders using Colpero who want MCP-driven scene discovery and verification inside Claude Code or Cursor.
Skip if: Teams with no Colpero dependency or anyone who needs a full 3D authoring UI rather than API-backed agent tools.
What do I get? / Deliverables
Your agent can browse and validate spatial scenes in conversation, with optional control of the spatial-api base URL.
- MCP tools for querying and navigating Colpero scenes
- Scene verification results usable in agent workflows
- Configurable API base for custom Colpero deployments
Recommended MCP Servers
Journey fit
Colpero access is an integration layer you add while building spatial or network-backed products, not a launch or ops monitor. MCP stdio tools map directly to HTTP calls against Colpero’s spatial API—classic agent-to-service integration work.
How it compares
MCP integration to Colpero’s spatial API, not a general-purpose map SDK or game engine plugin.
Common Questions / FAQ
Who is Colpero MCP for?
Developers and solo builders already on the Colpero spatial network who want their AI agent to query and verify scenes without leaving the IDE.
When should I use Colpero MCP?
Use it during Build when you are wiring agent tooling and need repeatable navigation and verification against Colpero scenes.
How do I add Colpero MCP to my agent?
Register the @colpero/mcp npm package as a stdio MCP server in your client config and set COLPERO_API_BASE only if you are not using the default Railway-hosted API.