Skip to main content
The MCP Environment API provides endpoints for tool-based agent interactions with 45+ MCP servers.
Contact Scale to receive Docker images for your environments. Images are distributed as tar files that can be loaded into your local Docker registry.

Endpoints

Session Scoping

All MCP operations are scoped by tags. The most common tag is assignmentId, which creates isolated data storage across all servers for that session.
TagDescription
assignmentIdPrimary session identifier for data isolation
userIdOptional user identifier

Base URL

The MCP environment API is typically available at:
  • Local development: http://localhost:3004

Next Steps