← vnish.global

INDIVIDUAL MCP TOOL

calculate_roi_scenario

Calculate hypothetical daily revenue after an illustrative time/hashrate-based developer fee and electricity cost using user-supplied inputs.

vnish.globalnone authenticationAvailability not checked

LIVE ENDPOINT

https://vnish.global/ai/mcp/index.php

No auth detected

Connect to this endpoint to inspect the live schema for calculate_roi_scenario 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

vnish.global

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.vnish-global-operator]
url = "https://vnish.global/ai/mcp/index.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vnish-global-operator": {
      "type": "http",
      "url": "https://vnish.global/ai/mcp/index.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vnish-global-operator
Remote MCP URL: https://vnish.global/ai/mcp/index.php

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": {
    "vnish-global-operator": {
      "url": "https://vnish.global/ai/mcp/index.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vnish-global-operator": {
      "type": "http",
      "url": "https://vnish.global/ai/mcp/index.php"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vnish-global-operator",
  "transport": "streamable-http",
  "url": "https://vnish.global/ai/mcp/index.php"
}
MCP Inspector

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

Related tools

  • lookup_firmware — Find records in a dated snapshot of the public vnish.
  • find_ninja_reference — Return a selected public VNISH Ninja guide about control-board identification, installation SSH errors, or return-to-stock preparation.