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

List Tools

Discover all available tools across MCP servers

Call Tools

Execute a specific tool with arguments

Show Data

Inspect server database state

Health Check

Check service health status

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

MCP Tutorial

Learn to use MCP servers

MCP Server Reference

Explore all 45+ servers