Connection check
verified live · 26h ago
hookjar
Public webhook inboxes for agents. Receive OAuth redirects, payment callbacks and CI notifications.
Tools
6
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
6 toolsRead from the running server on 26h ago.
create_inbox
label
Create a public URL that captures any HTTP request sent to it. Use it when you need something outside this session to reach you: an OAuth redirect, a payment provider callback, a C… Create a public URL that captures any HTTP request sent to it. Use it when you need something outside this session to reach you: an OAuth redirect, a payment provider callback, a CI notification, a webhook you are testing. Returns the URL to hand to the other service. Requests are readable with get_requests or wait_for_request.
delete_inbox
inbox_id*
Delete an inbox and everything captured in it. Delete an inbox and everything captured in it.
get_request
request_id*
Return the full method, headers, query string and body of a single captured request. Text bodies come back as text, binary as base64. Return the full method, headers, query string and body of a single captured request. Text bodies come back as text, binary as base64.
get_requests
limitinbox_id*after_seq
List what has arrived in an inbox, newest last. Returns summaries without bodies. Use get_request for the full contents of one. List what has arrived in an inbox, newest last. Returns summaries without bodies. Use get_request for the full contents of one.
list_inboxes
List the inboxes you currently own, with their URLs and expiry. List the inboxes you currently own, with their URLs and expiry.
wait_for_request
inbox_id*after_seqtimeout_seconds