General Tools
vnish.global
Provides tools to look up VNISH firmware snapshot records, retrieve Ninja guides for control-board identification, SSH errors, or return-to-stock preparation, and calculate mining ROI scenarios with developer fee and electricity costs.
ENDPOINT 1
https://vnish.global/ai/mcp/index.php
MCP server metadata
- Name
- vnish-global-operator
- Version
- 1.0.0
Read-only public references for vnish.global, vnish.ninja and roiasic.com. Catalog results are dated metadata, not hardware verification. Scenario outputs use user-supplied assumptions and are not profit forecasts. No device access, installation, authentication, or writes.
Known tools 3
find_ninja_referenceReturn a selected public VNISH Ninja guide about control-board identification, installation SSH errors, or return-to-stock preparation.
Inferred read-onlycalculate_roi_scenarioCalculate hypothetical daily revenue after an illustrative time/hashrate-based developer fee and electricity cost using user-supplied inputs.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.