← novita.ai

INDIVIDUAL MCP TOOL

open_sandbox_workflow

Open a Novita Agent Sandbox workflow such as overview, console, templates, usage, pricing, or docs.

novita.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://novita.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for open_sandbox_workflow and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

novita.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.novita-mcp-server]
url = "https://novita.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "novita-mcp-server": {
      "type": "http",
      "url": "https://novita.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: novita-mcp-server
Remote MCP URL: https://novita.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "novita-mcp-server": {
      "url": "https://novita.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "novita-mcp-server": {
      "type": "http",
      "url": "https://novita.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "novita-mcp-server",
  "transport": "streamable-http",
  "url": "https://novita.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • open_novita_console — Open a Novita console area such as overview, API keys, billing, quota limits, GPU Cloud, Model API, or Agent Sandbox.
  • open_model_api_workflow — Open a Novita Model API workflow such as model library, playgrounds, dedicated endpoints, or pricing.
  • open_gpu_workflow — Open a Novita GPU Cloud workflow such as instances, serverless, templates, storage, jobs, settings, or pricing.
  • open_novita_docs — Open Novita documentation for quick start, Model API, LLM API, Serverless GPUs, GPU Instances, Sandbox, or API reference.
  • open_novita_auth — Open a Novita authentication page for login, registration, or password reset.