{"type":"mcp_server","name":"riza-mcp","description":"This repository provides a MCP server implementation that wraps the Riza API, offering endpoints as individual tools for LLMs to securely execute code and manage tools on Riza's isolated code interpreter.","category":"AI","language":"JavaScript","stars":14,"forks":1,"owner":"riza-io","github_url":"https://github.com/riza-io/riza-mcp","homepage":null,"setup":"## Setup\n\nConfigure with Claude Desktop as below, or adapt as necessary for your MCP client. Get a free Riza API key in your [Riza Dashboard](https://dashboard.riza.io).\n\n```json\n{\n  \"mcpServers\": {\n    \"riza-server\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"@riza-io/riza-mcp\"\n      ],\n      \"env\": {\n        \"RIZA_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1. `create_tool` (Your LLM can write code and save it as a tool using the Riza Tools API.)\n2. `fetch_tool` (Your LLM can fetch saved Riza tools, including source code, which can be useful for editing tools.)\n3. `execute_tool` (Executes a saved tool securely on Riza's code interpreter API.)\n4. `edit_tool` (Edits an existing saved tool.)\n5. `list_tools` (Lists available saved tools.)\n6. `execute_code` (Executes arbitrary code safely on Riza's code interpreter API, without saving it as a tool.)","faq":null,"created_at":"2024-12-11T22:27:28+00:00","updated_at":"2025-03-28T20:23:52+00:00","source_url":"https://model-context-protocol.com/servers/riza-api-llm-tool-execution-server","related_articles":[]}