WaveGuard
W
WaveGuard
/waveguard_fingerprint

waveguard fingerprint

Get a physics embedding of any data item (52-dim at Level 0, 62-dim at Level 1 with phase statistics). The fingerprint captures structural properties via wave-e

liveverifiedunknown~5s typical
mcpprobedwaveguard
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-emergentphysicslab-waveguard /waveguard_fingerprint for me.

Input

FieldTypeDescription
data*stringAny data item to fingerprint: JSON object, numeric array, string, or structured record.
encoder_typestring (json | numeric | text | timeseries | tabular | complex_numeric)Data encoder. Omit to auto-detect.
field_levelinteger (0 | 1)0 = real scalar 52-dim (default), 1 = complex field 62-dim.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-emergentphysicslab-waveguard","endpoint":"/waveguard_fingerprint","input":{"data":"..."}}'
cli
npx cracked-ai run -p mcp-com-emergentphysicslab-waveguard -e /waveguard_fingerprint -i '{"data":"..."}'
mcp
run_tool({ provider: "mcp-com-emergentphysicslab-waveguard", endpoint: "/waveguard_fingerprint", input: {"data":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.