C
ContrastAPI
/redirect_chain
Redirect Chain
Walk an HTTP redirect chain hop-by-hop, returning per-hop {url, status_code, location, latency_ms}. Use to deobfuscate URL shorteners (bit.ly / t.co / lnkd.in),
liveverifiedunknown~5s typical
mcpprobedcontrastapi
$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-contrastcyber-api /redirect_chain for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Full URL whose redirect chain to walk, e.g. 'https://bit.ly/3xyz' or 'http://example.com/o |
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-contrastcyber-api","endpoint":"/redirect_chain","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-com-contrastcyber-api -e /redirect_chain -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-com-contrastcyber-api", endpoint: "/redirect_chain", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.