Higress.ai How to publish MCP to this market

Menu

E2B

by: Higress official
|
category: Code
|
2025.04.23 updated

E2B Code Interpreter providing sandbox environment management capabilities, which enables execution of Python code.

Using URL to connect to MCP Server
trial API Key (Trial limit: 10/day)
Step 1: create URL
sign in
You must sign in before generating the URL
Step 2: MCP Client One-Click Install Server (Optional)
DeepChat
Cherry Studio
LobeChat

E2BDev MCP Server

An implementation of the Model Context Protocol (MCP) server that integrates E2B Code Interpreter API, providing sandbox environment management capabilities, which enables execution of Python code.

Usage Guide

Get API-KEY

  1. Register for an E2B account Resigter Entry. Each new account will receive 100 credits for free.
  2. Generate API Key in Dashboard Manage API-KEY

Configure MCP Client

On the user's MCP Client interface, add E2BDev MCP Server configuration.

"mcpServers": {
    "e2bdev": {
      "url": "https://mcp.higress.ai/mcp-e2bdev/{generate_key}",
    }
}

Tools

  • create_sandbox: Create E2B sandbox environment

    • Parameters:
      • timeout: Sandbox timeout in seconds, sandbox will be terminated after timeout
    • Returns: Sandbox ID
  • execute_code_sandbox: Execute code in sandbox

    • Parameters:
      • sandbox_id: Sandbox ID, obtained from create_sandbox
      • code: Python code to execute
    • Returns: Execution result
  • kill_sandbox: Terminate sandbox environment

    • Parameters:
      • sandbox_id: Sandbox ID to terminate
    • Returns: Termination result

Related MCP Servers

Time

by: Higress official

Time Calibration: Can provide the current time based on a specified time zone. It can also determine the user location through their IP address, and then provide an accurate time based on the time zone of that location.

utility|2025.04.16 updated
Check Higress config

IP Location

by: Higress official

Spatial positioning: Determine the user location based on their IP, supporting automatic acquisition of the user IP.

apimarket|2025.04.16 updated
Check Higress config

Stock Helper

by: Higress official

A multifunctional service designed specifically for the stock, futures, and foreign exchange markets. It provides a variety of tools, including candlestick charts, quotes, rankings, and more, to help users obtain real-time and historical data, perform technical analysis, and support decision-making.

apimarket|2025.04.16 updated
Check Higress config

Calendar Holiday Helper

by: Higress official

Supports inquiries about Chinese holidays/compensatory leave, as well as traditional Chinese almanac (auspicious time selection) queries.

apimarket|2025.04.16 updated
Check Higress config