Security & Testing
snapwonders.com
Provides steganography services for hiding and extracting data in media, along with forensic analysis and media conversion tools.
ENDPOINT 1
https://snapwonders.com/mcp
MCP server metadata
- Name
- vaultify
- Version
- 1.0.0
Known tools 19
vaultify_get_startedIntroduction 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-onlysnapwonders_get_startedIntroduction 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-onlyvaultify_session_createCreates 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 effectsvaultify_job_startSubmits options and queues a hide or reveal job for a session whose files have all been uploaded.
Inferred read-onlyvaultify_job_statusReturns the current status and progress of a hide/reveal processing job.
Inferred read-onlyvaultify_job_resultsReturns download info for all result files once a hide/reveal job is complete.
Inferred read-onlysnapwonders_analyse_session_createCreates an upload session for forensic media analysis.
Potential side effectssnapwonders_analyse_job_startSubmits analysis options and queues a forensic analysis job.
Inferred read-onlysnapwonders_analyse_job_statusReturns the current status and per-item progress of an analysis job.
Inferred read-onlysnapwonders_analyse_job_resultsReturns per-item forensic analysis results including overall_grade (A–F), face_count, text_region_count, and watermark_flagged.
Inferred read-onlysnapwonders_analyse_resultReturns 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-onlysnapwonders_convert_session_createCreates an upload session for media conversion (images and videos).
Potential side effectssnapwonders_convert_job_startSubmits conversion options and queues a media conversion job.
Inferred read-onlysnapwonders_convert_job_statusReturns the current status and per-item progress of a conversion job.
Inferred read-onlysnapwonders_convert_job_resultsReturns per-item conversion results with asset_id for each output file.
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.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.
snapwonders.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.