WP Update Radar avatar

WP Update Radar

Pricing

Pay per usage

Go to Apify Store
WP Update Radar

WP Update Radar

Read-only beta with no seller event fee. Check release-specific WordPress.org plugin update risk with public evidence. Apify platform usage applies.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

UtilityHouse Team

UtilityHouse Team

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

What is WP Update Radar?

Check whether wordpress.org plugin releases are drawing unusual support-forum trouble reports before applying an update.

This Actor exposes a small, allowlisted set of read-only MCP tools through a normal Apify input form and API. It is intended for wordpress site owners, maintainers, agencies, and automation agents planning plugin updates. The Actor sends only the selected tool name and the JSON arguments you provide to the public UtilityHouse MCP endpoint, then writes one structured result to the run's default dataset.

What can it do?

OperationPurpose
wp_update_radar_check_manyCheck up to 25 plugin releases
wp_update_radar_checkCheck one plugin release

The Actor uses limited Apify permissions. It cannot alter the upstream product, your website, an order, a payment, a grant application, or a WordPress installation. An upstream HTTP error, MCP error, invalid response, or tool-level error fails closed and produces no successful-result event.

How to use it

  1. Choose an operation from the Operation field.
  2. Paste the matching MCP arguments into Tool arguments as a JSON object.
  3. Run the Actor and open Results in the default dataset.
  4. Treat cited evidence and explicit unknowns as part of the answer; do not remove caveats when passing the result to another system.

Quick-start input:

{
"tool": "wp_update_radar_check_many",
"arguments": {
"plugins": [
{
"plugin": "woocommerce",
"version": "11.0.1"
}
]
}
}

The same input can be used from Apify Console, the Apify API, schedules, webhooks, and supported integrations. Product details and current limitations are available at https://updates.utilityhouse.xyz/.

Output

Every successful run writes exactly one dataset item:

{
"product": "wp-update-radar",
"tool": "wp_update_radar_check_many",
"eventCharged": false,
"result": { "...": "The structured MCP result" }
}

The shape inside result follows the selected MCP tool. The Actor does not invent a success record when the upstream service refuses, abstains at protocol level, times out, or returns malformed data.

Pricing and successful-result events

This public free beta does not charge a successful_tool_result event. Billing is disabled in the release configuration and also fails closed in code. A future paid release would require both an owner-controlled billing switch and an explicit structuredContent.billable: true result; a missing or false marker, an abstention, and every failed call emit no successful-result event. The dataset's eventCharged field records the actual decision. Apify platform compute and storage usage may still apply according to the user's plan.

Privacy and limitations

  • It is not a security advisory or CVE lookup.

  • It covers wordpress.org plugins, not premium plugins or themes.

  • Insufficient data means unknown, not safe.

  • Do not send customer details, order identifiers, payment data, credentials, or other personal information in the arguments object.

  • Results are stored in the caller's Apify dataset and follow that account's retention settings.

  • This is decision support, not legal, security, financial, or award advice.

Support

Start with the product documentation at https://updates.utilityhouse.xyz/. Include the Actor name, selected operation, and a privacy-safe error code when reporting a problem. Never include API keys, customer data, wallet details, payment identifiers, or raw store records.