TM
ToolSnap MCP
/json_query
json query
Query JSON with JSONPath-lite ($.a[*].b, ..key). One of url or json.
liveverifiedunknown~5s typical
mcpprobedtoolsnapmcp
$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-app-toolsnap-toolsnap-mcp /json_query for me.
Input
| Field | Type | Description |
|---|---|---|
| url | string | JSON URL (alt. to json). |
| json | string | Raw JSON (alt. to url). |
| query* | string | e.g. '$.users[*].name'. |
| limit | number | Max results. |
| headers | object | Headers to forward (Authorization, Cookie…). |
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-app-toolsnap-toolsnap-mcp","endpoint":"/json_query","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-app-toolsnap-toolsnap-mcp -e /json_query -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-app-toolsnap-toolsnap-mcp", endpoint: "/json_query", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.