Tools Catalog / WooCommerce tools / wc_get_payment_gateways

wc_get_payment_gateways tool reference for StifLi Flex MCP

Read-only
Group Gateways, system, settings and webhooksCapability manage_woocommerce

lists payment gateways.

Description

lists payment gateways.

What it is for

  • Reviewing available and active payment methods.

Example use case

payments audit.

Sample prompt

List all WooCommerce payment gateways and show which ones are currently enabled.

Sample response

{
  "tool": "wc_get_payment_gateways",
  "status": "ok",
  "items": []
}

What does wc_get_payment_gateways do?

lists payment gateways.

Does wc_get_payment_gateways modify store data?

No. It is a read-only operation and does not modify commerce data or settings.

Which capability is commonly required?

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

How should wc_get_payment_gateways be used safely?

Limit scope with filters and pagination to reduce overexposure of data.