← Registry

Security & Testing

snapwonders.com

Provides steganography services for hiding and extracting data in media, along with forensic analysis and media conversion tools.

1 endpoint19 known toolsFirst detected June 19, 2026Last detected September 6, 2026

ENDPOINT 1

https://snapwonders.com/mcp

No auth detected

MCP server metadata

Name
vaultify
Version
1.0.0
Capabilities
tools

Known tools 19

status

Returns the current health status of the Vaultify service.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
vaultify_session_files

Lists all files currently uploaded for a stego session.

Inferred read-only
vaultify_job_start

Submits options and queues a hide or reveal job for a session whose files have all been uploaded.

Inferred read-only
vaultify_job_status

Returns the current status and progress of a hide/reveal processing job.

Inferred read-only
vaultify_job_results

Returns download info for all result files once a hide/reveal job is complete.

Inferred read-only
snapwonders_analyse_session_create

Creates an upload session for forensic media analysis.

Potential side effects
snapwonders_analyse_session_files

Lists all files uploaded to an analyse session.

Inferred read-only
snapwonders_analyse_job_start

Submits analysis options and queues a forensic analysis job.

Inferred read-only
snapwonders_analyse_job_status

Returns the current status and per-item progress of an analysis job.

Inferred read-only
snapwonders_analyse_job_results

Returns per-item forensic analysis results including overall_grade (A–F), face_count, text_region_count, and watermark_flagged.

Inferred read-only
snapwonders_analyse_result

Returns clean forensic result JSON by job_uid — file names, grades (A–F), detection counts, and analysis asset IDs (face overlays, ELA maps, etc.).

Inferred read-only
snapwonders_convert_session_create

Creates an upload session for media conversion (images and videos).

Potential side effects
snapwonders_convert_session_files

Lists all files uploaded to a convert session.

Inferred read-only
snapwonders_convert_job_start

Submits conversion options and queues a media conversion job.

Inferred read-only
snapwonders_convert_job_status

Returns the current status and per-item progress of a conversion job.

Inferred read-only
snapwonders_convert_job_results

Returns per-item conversion results with asset_id for each output file.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for snapwonders.com was fetched 2026-08-04T01:52:01.886Z and is being refreshed.

Trust status Trusted

snapwonders.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.