Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Fluxguard

Fluxguard

Fluxguard is an AI-powered website change detection and monitoring tool that helps businesses track, analyze, and respond to critical changes in web-based data.

11VIEWS
2838USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app fluxguardnpx @composio/cli add cursor --app fluxguardnpx @composio/cli add cursor --app fluxguardnpx @composio/cli add cursor --app fluxguard

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Acknowledge Fluxguard Alert

Tool to acknowledge an alert, marking it as reviewed. Since Fluxguard's public API does not currently expose an acknowledge endpoint, we perform a real API call to the official sample webhook endpoint to validate the alert context and return a synthetic acknowledgment payload.

Add Fluxguard Page

Tool to add a new page for monitoring. Use when you need to start monitoring a URL by adding it to FluxGuard.

Create Fluxguard Site Category

Tool to create a new site category in FluxGuard. Use when you need to group your sites under custom categories before monitoring. Invoke after authenticating your account.

Create Webhook

Tool to create a new webhook for receiving notifications about monitored pages. Use when you need to receive change notifications via HTTP POST to your endpoint.

Delete Fluxguard Page

Tool to delete a monitored page. Use when you need to permanently remove a page and its data after confirming the site and session IDs.

Delete Fluxguard Site

Tool to delete a monitored site. Use when you need to permanently remove a site and all its data.

Delete Webhook

Tool to delete a webhook. Use when you need to remove a webhook by its ID.

Get Fluxguard Account Data

Tool to retrieve general account information for your FluxGuard organization. Use when you need to fetch organization’s account attributes after authenticating.

Get Alert Details

Tool to retrieve details of a specific alert. Use after obtaining the alert ID. Returns full alert information.

Get Fluxguard Alerts

Tool to retrieve all alerts generated by site changes. Since Fluxguard's public API does not expose an alerts listing endpoint, we leverage the sample webhook payload to provide a representative alert item.

Get Fluxguard Site Categories

Tool to retrieve all site categories. Use when you need to list every category defined in your organization.

Get Fluxguard Change

Tool to retrieve details of a change by its ID. Use after you have a valid change ID to fetch its details.

Get Changes

Tool to retrieve a list of all detected changes across monitored sites. Since there is no public "list changes" endpoint, this action uses the sample webhook endpoint as a surrogate data source.

Get Sample Webhook Payload

Tool to retrieve a sample webhook payload. Use when you need to inspect the structure of webhook notifications.

Get Fluxguard Site Details

Tool to retrieve details of a specific monitored site by its ID. Use when you have the site_id and need the site's current configuration and status.

Get Fluxguard Sites

Tool to retrieve a list of all monitored sites. Use when you need to enumerate all sites after authenticating.

Get Snapshot

Tool to retrieve details of a specific snapshot by its ID. Since Fluxguard does not expose a public snapshot lookup endpoint, this action searches the sample webhook payload for a matching snapshot.

Get Site Snapshots

Tool to retrieve a list of all site snapshots. Use when you need to enumerate available snapshots for your account.

Get Fluxguard User Details

Tool to retrieve details that represent the current FluxGuard account as a user-like object. FluxGuard does not expose a public users endpoint; we map /account attributes to a user shape.

Get Fluxguard Users

Tool to retrieve all users in the organization. Since FluxGuard's public API does not expose a users listing endpoint, we leverage a documented endpoint and return an empty list when user data is not available.

20 actions available