Execute LLM-generated code seamlessly with a simple API call.
ℹ️ MCP Server TCI is also available as an MCP server through Smithery. This makes it easier to add code interpreting abilities to any MCP client like Cursor, Windsurf, or your own chat app.
ℹ️ Pricing information TCI usage is billed at $0.03/session. As detailed below, sessions have a lifespan of 60 minutes and can be used multiple times.
session_id
: Identifier for the current sessionoutputs
: Array of execution outputs, which can include:
stdout
)stderr
)stdout
and stderr
.session_id
.session_id
can be used to access a previously initialized session. All packages, variables, and memory will be retained.
!pip install
command in the python code.