Connect your account, then chat with AI to run tools.
Point WooCommerce webhook delivery URLs at MCPBundles and inspect order JSON in chat.
WooCommerce Webhook is used here only to identify this integration; MCPBundles is not affiliated with or endorsed by WooCommerce Webhook or its owner.
Live probe refreshed Sep 18, 2026 · Endpoint host mcp.mcpbundles.com
Built for
WooCommerce Store Owners, Ecommerce Operations, Agencies
Last order webhook
Interprets order resource fields from the most recent JSON payload.
From the latest stored WooCommerce delivery, read export.json id, status, billing.email, total, and summarize line_items name and quantity.
Connect WooCommerce Webhook to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/woocommerce-webhookThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
MCPBundles publishes this directory for MCP discovery. Except where we host or operate an offering, third-party services run under their own terms. Product and company names on this page are used in a descriptive, identifying way (including under nominative fair use where applicable); they remain the property of their owners. Nothing here grants you rights in those marks, and nothing here is an offer to sell a third party's services. Terms
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/woocommerce-webhookThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDedupe order updates
History scan for retry and update noise on stored order webhooks.
List recent deliveries and group by export.json id — flag any with the same order id but different date_modified or status.
How do I connect WooCommerce deliveries to MCPBundles?
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it as the delivery URL when creating a webhook in WooCommerce (Settings → Advanced → Webhooks or via the REST API). Your agent reads stored deliveries — latest, history, and content — in chat.
Can an agent trigger a new delivery?
No. Ingest is read-only. Data arrives when WooCommerce sends it; agents query what already landed.
Domain knowledge for WooCommerce Webhook — workflow patterns, data models, and gotchas for your AI agent.
WooCommerce REST webhooks POST a JSON body with Content-Type: application/json. The payload mirrors the WooCommerce REST API resource for the subscribed topic — orders, customers, products, coupons, or custom action hooks. Each delivery is one POST stored as parsed JSON in export.json. Tools read what already landed; there is no pull API and no way to update orders, replay webhooks, or change store state from here.
Upstream also sends topic headers (X-WC-Webhook-Topic, X-WC-Webhook-Resource, X-WC-Webhook-Event, X-WC-Webhook-Delivery-ID) on the HTTP request; the stored export.json is the resource body only — infer topic from payload shape when headers are not in storage.
Configured per webhook in WooCommerce admin or REST API:
| Topic pattern | Resource | Meaning |
|---|---|---|
| order.created | order | New order |
| order.updated | order | Order changed (status, items, addresses) |
| order.deleted | order | Order removed |
| order.restored | order | Trashed order restored |
| customer.created / customer.updated | customer | Customer profile change |
| product.created / product.updated | product | Catalog change |
| coupon.* | coupon | Coupon lifecycle |
| action.<hook> | action | Custom WordPress action payload |
Order webhooks carry the full order object. Read these first:
Identity and status
Timestamps
Totals
Billing (billing object)
Shipping (shipping object) — same address keys as billing when a physical shipment applies.
Line items (line_items[])
Other common blocks
Start here
Woocommerce Wh Latest
Return the most recently stored report — tabular rows, raw text, or JSON depending on format.
Woocommerce Wh List
List recent stored reports — ids, capture time, filename, and format.
Woocommerce Wh Report
Return one stored report by report_id — full content with the same source/export envelope as latest report.
Woocommerce Wh Status
Connection status — whether any reports have landed, when the last file arrived, filename, and stored report count.
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it as the delivery URL when creating a webhook in WooCommerce (Settings → Advanced → Webhooks or via the REST API). Your agent reads stored deliveries — latest, history, and content — in chat.
No. Ingest is read-only. Data arrives when WooCommerce sends it; agents query what already landed.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/woocommerce-webhook. Authentication is handled automatically.
WooCommerce Webhook provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
WooCommerce Webhook uses API Key. WooCommerce Webhook requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index