← snapwonders.com

INDIVIDUAL MCP TOOL

snapwonders_analyse_session_create

Creates an upload session for forensic media analysis.

snapwonders.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

snapwonders.com

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

.mcp.json

{
  "mcpServers": {
    "vaultify": {
      "type": "http",
      "url": "https://snapwonders.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vaultify": {
      "type": "http",
      "url": "https://snapwonders.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vaultify",
  "transport": "streamable-http",
  "url": "https://snapwonders.com/mcp"
}
MCP Inspector

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

Related tools

  • status — Returns the current health status of the Vaultify service.
  • vaultify_get_started — Introduction to snapWONDERS Vaultify steganography: what it does, how AES-256 + Argon2id + LSB embedding works, a pre-computed sample hide result showing the exact response schema, and guidance on creating a free account and API key to start using the API.
  • snapwonders_get_started — Introduction to snapWONDERS forensic analysis and media conversion: what each service does, pre-computed sample analyse and convert results showing the exact response schemas, and guidance on creating a free account and API key.
  • vaultify_session_create — Creates an upload session for hide (conceal a file inside a cover image/video) or reveal (extract hidden content from a stego image/video) processing.
  • vaultify_session_files — Lists all files currently uploaded for a stego session.
  • vaultify_job_start — Submits options and queues a hide or reveal job for a session where all files have been uploaded via TUS.
  • vaultify_job_status — Returns the current status and progress of a hide/reveal processing job.
  • vaultify_job_results — Returns download info for all result files once a hide/reveal job is complete.