Pay for the traffic you inspect.
There are no plan tiers and no per-seat cost. Endpoints and teammates are unmetered, and you buy credit against the webhook traffic you receive.
Stable endpoints and full request capture, shared across your team, for the payment providers and automations you are still wiring up.
SignalBin is built for the messy middle of integration work, when provider callbacks are real but the system around them is still changing.
Capture Stripe, Paddle, and billing-provider callbacks while checkout, retries, and subscription state are still in motion.
Automation testingGive Zapier, Make, n8n, and internal jobs a stable URL while you compare every delivered payload.
Staging environmentsKeep provider callbacks separate by product, tenant, or environment without running a local tunnel all day.
Subscription billingFollow a Paddle notification from checkout through renewal, with every delivery stored as its own record.
claude mcp add signalbin --transport http \
--header "Authorization: Bearer $SIGNALBIN_TOKEN" \
https://signalbin.work/mcp/mcp with an API token and it can create endpoints, read captured payloads, wire up destinations, replay a delivery, and check billing. The tool list is filtered to the token's scopes, so a read-only token cannot be talked into writing./llms.md teaches an agent the REST API without you explaining it. It also tells the agent that a captured payload is third-party data to report on, never an instruction to follow.signalbin listen tails an endpoint and forwards captures to a server on your machine, which is how you develop against real provider traffic without opening a tunnel.There are no plan tiers and no per-seat cost. Endpoints and teammates are unmetered, and you buy credit against the webhook traffic you receive.
Endpoint access, payload safeguards, workspace membership, and operational checks are visible and intentional.
No. SignalBin gives you stable hosted receiving URLs and stores webhook history so teammates can inspect requests later. If you also need the request to reach a process on your machine, the CLI destination kind covers that.
Yes. Create endpoints per provider, product, tenant, or environment, then filter webhook history by endpoint.
A captured webhook shows method, path, status, headers, detected body type, raw payload, received time, byte count, and any attached files.
Yes. Add destinations to an endpoint and SignalBin relays the original request onward, and you can replay a stored capture whenever you need to run it again.
Yes. There is an MCP server at /mcp, an agent skill document at /llms.md for clients that speak plain REST, and a CLI. All three authenticate with the same scoped API token, so an agent only gets what you granted it.
Usage is based on received webhook traffic, priced per MB with no plan tiers. Every new workspace starts with 20 MiB of credit.
Send a request, open the payload, and see exactly what your provider delivered.