← stealthis.dev

INDIVIDUAL MCP TOOL

get_lab

Get the full-screen demo URL for a resource in the StealThis Lab.

stealthis.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

stealthis.dev

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.stealthis-dev]
url = "https://mcp.stealthis.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stealthis-dev": {
      "type": "http",
      "url": "https://mcp.stealthis.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stealthis-dev
Remote MCP URL: https://mcp.stealthis.dev/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": {
    "stealthis-dev": {
      "url": "https://mcp.stealthis.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "stealthis-dev",
  "transport": "streamable-http",
  "url": "https://mcp.stealthis.dev/mcp"
}
MCP Inspector

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

Related tools

  • list_resources — List all available resources in the StealThis.dev library.
  • get_resource — Get full metadata for a specific resource by its slug, including all available code targets and links.
  • get_snippet — Get the actual code snippet for a resource and a specific target (html/css/js/react/etc.).
  • search — Search resources by keyword across titles, descriptions, tags, and tech stack.