mcpserver.lol
registry/hookjar
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 tools

Read 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…
delete_inbox inbox_id*
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.
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_inboxes
List the inboxes you currently own, with their URLs and expiry.
wait_for_request inbox_id*after_seqtimeout_seconds
Block until a request lands in the inbox, then return it. This is the tool to use straight after you have triggered the action that should produce the callback. Returns immediately…