Skip to main content
Glama
ampcome-mcps

Riza MCP Server

by ampcome-mcps

Related Servers

Alternatives to Riza MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables LLMs to execute Python code in a restricted sandbox for calculations and data analysis, without giving them a real shell.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables LLMs to execute Python code securely in a sandboxed environment. Supports configurable restrictions like no network access and returns results including files.
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides sandboxed code execution for AI agents with support for Python, JavaScript, and shell commands. Includes comprehensive safety features like destructive pattern blocking, timeout protection, and restricted file access for secure production use.
      7 npm
      65 PyPI
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that wraps the Riza Code Interpreter API and presents endpoints as individual tools.
      13
      -

    TDQS

    A3.5/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a distinct role: create, fetch, edit, list, and execute self-written tools, plus execute_code for arbitrary ad-hoc code. The only potentially overlapping pair, execute_code and execute_tool, is clearly separated by whether the code is a saved tool or not.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern, such as create_tool, fetch_tool, edit_tool, and execute_tool. The minor pluralization in list_tools is predictable and does not break the naming convention.

    Tool Count5/5

    Six tools is well-suited to the server's purpose of managing and executing self-written tools. Each tool contributes a necessary operation without unnecessary bloat.

    Completeness3/5

    The set covers create, read, update, list, and execute, but lacks a delete/remove operation, which is a notable lifecycle gap. Additionally, list_tools references a use_tool that does not exist in the exposed tool set, though execute_tool appears to fill that role.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues