302_sandbox_mcp

Created By
302aia year ago
Create a remote sandbox that can execute code/run commands/upload and download files. 创建远程沙盒,可以执行代码/运行命令/上传下载文件
Overview

what is 302AI Sandbox MCP?

302AI Sandbox MCP is a server designed for development and integration with Claude Desktop, allowing users to set up and run a model context protocol (MCP) server.

how to use 302AI Sandbox MCP?

To use the 302AI Sandbox MCP, install the necessary dependencies, build the server, and configure it with your Claude Desktop application by adding the server configuration to the appropriate config file based on your operating system.

key features of 302AI Sandbox MCP?

  • Easy installation and setup for developers
  • Auto-rebuild feature for development
  • Integration with Claude Desktop for enhanced functionality
  • Debugging tools available through MCP Inspector

use cases of 302AI Sandbox MCP?

  1. Developing and testing AI models in a controlled environment.
  2. Integrating custom AI solutions with existing applications.
  3. Debugging and optimizing AI server performance.

FAQ from 302AI Sandbox MCP?

  • How do I install the 302AI Sandbox MCP?

You can install it by running npm install and then build the server with npm run build.

  • Can I use this server on Windows?

Yes! The server can be configured on both MacOS and Windows.

  • Where can I find my API key?

You can find your 302AI_API_KEY here.

Server Config

{
  "mcpServers": {
    "302ai-sandbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@302ai/sandbox-mcp"
      ],
      "env": {
        "302AI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
Project Info
Hosted
Featured
Created At
a year ago
Updated At
a year ago
Author Name
302ai
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Swiss Whale Intelligence
@alpineflow-io

**Swiss Whale Intelligence MCP** — 45 on-chain analytics tools for **Bitcoin, Ethereum, Solana, USDT (ETH + Tron), and tokenized gold (XAUT + PAXG)**, exposed via Model Context Protocol with anonymous OAuth 2.1 (Free tier, no signup required to install). ## Tools (45 across 5 chains + meta) - **Bitcoin** (21): whale alerts, MVRV per address, Meiklejohn-canonical clusters, dormant-wakeup detection, exchange flows, mining-pool balances, SOPR, HODL waves, fear & greed, BTC indicators (Pi Cycle Top, Stock-to-Flow), entity search - **Ethereum** (5): whale alerts, ETH MVRV (3-tier doctrine), hybrid L1+L3 clusters - **Solana** (4): native + SPL whale transfers, address profiles, top movers, flow breakdown - **USDT** (4): cross-chain whale transfers (ETH + Tron), per-address activity, Tether-Treasury mint/burn events - **Tokenized Gold** (3): XAUT + PAXG whale transfers, top holders, supply mint/burn events - **Glossary** (2): plain-English definitions + search for on-chain terms (MVRV, SOPR, HODL waves, etc.) - **Benchmarks + AI + Pro** (6): BTC vs SPY/Gold/SP500 comparisons, AI-synthesized whale_explain narratives, full address history, CSV bulk export ## Quality + Trust - Anonymous OAuth 2.1 (RFC 9728 + RFC 8414), no signup to try - Methodology whitepaper published (CC-BY-4.0, SHA256-pinned): https://swisswhaleintelligence.com/whitepaper/v1.md - Listed in official MCP Registry as `io.github.alpineflow-io/swiss-whale-intelligence` v1.1.0 - Built and operated independently from Switzerland by Catering & Event Services GmbH ## Install ```bash claude mcp add btc-whale-intelligence https://mcp.swisswhaleintelligence.com/mcp ``` Or in Claude Desktop `claude_desktop_config.json`: ```json { "mcpServers": { "swiss-whale-intelligence": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.swisswhaleintelligence.com/mcp"] } } } ``` ## Pricing Free tier (anonymous, 38 of 45 tools, 10 API calls/day, 5 AI-queries/day) → Intelligence 49 CHF/mo (full access, 10K API calls/day) → Pro 149 CHF/mo (REST API, business license) → Academic Free (verified .edu/.ac.*/.uni-*).

2 hours ago