CommerceHook

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

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.