Tools Catalog / WooCommerce tools / wc_create_tax_rate

wc_create_tax_rate tool reference for StifLi Flex MCP

Write
Group TaxesCapability manage_woocommerce

creates a tax rate.

Description

creates a tax rate.

What it is for

  • Configuring taxes programmatically.

Example use case

adding a new region.

Sample prompt

Create a new 8.25 percent tax rate for the target region in WooCommerce.

Sample response

{
  "tool": "wc_create_tax_rate",
  "status": "ok",
  "updated": true
}

What does wc_create_tax_rate do?

creates a tax rate.

Does wc_create_tax_rate modify store data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

It usually runs under controls compatible with manage_woocommerce and the active MCP profile.

How should wc_create_tax_rate be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.