W
webhook-relay
/relay
relay
Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the b
liveverifiedunknown~5s typical
mcpprobedwebhook-relay
$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-agishub-webhook-relay /relay for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Public http/https URL to deliver the webhook to. |
| payload | string | JSON body to POST to the target (object, array, string or number). |
| method | string (POST | PUT | PATCH) | HTTP method (default POST). |
| headers | object | Optional extra request headers, e.g. an auth token. |
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-agishub-webhook-relay","endpoint":"/relay","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-webhook-relay -e /relay -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-webhook-relay", endpoint: "/relay", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.