MCP server
Let your agent read the webhook
Claude Code cannot see the delivery that broke your order handler. Connect our hosted MCP server and it can.
Connect it
Create an API key in settings, then one command for Claude Code:
claude mcp add --transport http commercehook \ https://mcp.commercehook.app/mcp \ --header "Authorization: Bearer chk_your_key_here"
Or JSON config for Cursor and everything else:
{
"mcpServers": {
"commercehook": {
"url": "https://mcp.commercehook.app/mcp",
"headers": { "Authorization": "Bearer chk_your_key_here" }
}
}
}
What it can do
-
list_endpointsEvery endpoint with its URL, event count, and last delivery -
list_eventsCaptured events for an endpoint, with search and pagination -
get_eventOne delivery in full: payload, raw body, every header -
replay_eventRe-send a delivery to a destination and report the response -
create_endpointA new endpoint, returning the URL to register -
rename_endpointRename an existing endpoint -
delete_endpointPermanently remove an endpoint and its events -
get_accountWhich account the key belongs to, and its plan
The tools are the REST API underneath, so ownership rules and rate limits are identical. Revoke the key and the agent stops on its next call.
On every plan, including Free.