riza-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@riza-mcpexecute_code to calculate the average of these numbers: [15, 27, 42, 8, 33]"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Riza MCP Server
Riza offers an isolated code interpreter for your LLM-generated code.
Our MCP server implementation wraps the Riza API and presents endpoints as individual tools.
Configure with Claude Desktop as below, or adapt as necessary for your MCP client. Get a free Riza API key in your Riza Dashboard.
{
"mcpServers": {
"riza-server": {
"command": "npx",
"args": [
"@riza-io/riza-mcp"
],
"env": {
"RIZA_API_KEY": "your-api-key"
}
}
}
}The Riza MCP server provides several tools to your LLM:
create_tool: Your LLM can write code and save it as a tool using the Riza Tools API. It can then execute these tools securely on Riza usingexecute_tool.fetch_tool: Your LLM can fetch saved Riza tools, including source code, which can be useful for editing tools.execute_tool: Executes a saved tool securely on Riza's code interpreter API.edit_tool: Edits an existing saved tool.list_tools: Lists available saved tools.execute_code: Executes arbitrary code safely on Riza's code interpreter API, without saving it as a tool.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server exposing the Backtest360 engine API as tools for AI agents.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that publishes CLI tools on your machine for discoverability by LLMs5 npm1MIT
- AlicenseCqualityCmaintenanceMCP server that turns OpenAPI specs into tools and calls API16 npm5MIT
- AlicenseNot gradedqualityCmaintenanceA self-hosted MCP server providing stateful code execution (Python/JavaScript) with SQL query support, file I/O, and artifact management, replacing Azure Code Interpreter.MIT
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.-