Influencer Change Monitor MCP Server
Allows monitoring Apple Podcasts shows for changes in creator profile information.
Enables tracking Instagram creator profiles for changes such as bio, links, and follower information.
Allows monitoring Pinterest creator profiles for changes.
Enables tracking Threads profiles for changes in creator information.
Allows monitoring TikTok creator profiles for changes such as bio, links, and follower counts.
Enables tracking Twitch creator profiles for changes, optionally using the official Helix API.
Allows monitoring YouTube creator profiles for changes in channel information.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Influencer Change Monitor MCP Serverrecheck my creator watchlist and show what changed since last run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Influencer Change Monitor MCP Server
MCP server for the Mamba Labs Influencer Change Monitor actor on Apify.
A named list of creator handles in, one row per change since the previous run out.
Install
npx -y @mambalabsdev/mcp-creator-change-monitorClaude Desktop
{
"mcpServers": {
"mamba-creator-change-monitor": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-creator-change-monitor"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}Get an Apify token at console.apify.com/account/integrations.
Related MCP server: diffgrab
Tool
monitor_influencer_changes
Recheck a named influencer watchlist and return what moved since the run before it.
Input | Type | Required | Notes |
| string | no | Names the saved state. The first run for a list returns one first_seen row per creator as the baseline; later runs with the same name return only changes. Letters, digits, dot, dash, underscore. Default |
| array | no | One per line. A profile URL on any supported platform (https://www.tiktok.com/@name, https://www.instagram.com/name/, https://www.youtube.com/@name, a Pinterest, Twitch, or Threads profile, an Apple Podcasts show. |
| array | no | Which platforms a bare @handle is looked up on. A full profile URL carries its own platform and ignores this. This actor does not search; pass the creators you want read. Supported: TikTok, Instagram, YouTube,. |
| boolean | no | Rechecks newsletter status, products, and manager contact on every run. Uncheck for a follower and bio link only check at lower cost: the link columns then keep the values from the last run that read them, and no. Default |
| boolean | no | Matches the domain of a manager or business email against the bundled talent agency list and fills agency_name, agency_domain, and agency_match_method. Charged per matched row (event agency-match). Default |
| boolean | no | On by default. A profile fetch that comes back as a bot detection page is retried once over the residential proxy. On Instagram the bio, bio link, and following are read from the profile page over residential when. Default |
| integer | no | Rows fetched at once. Leave empty for the measured per platform default; the measurement is in the README. Higher is faster and, above the measured point, loses rows. |
| string | no | Optional. Your own registered Twitch application client id. With |
| string | no | Optional. An app access token for your Twitch client id (client credentials flow). Used only for Twitch reads, never stored or logged. |
Nothing is required. Influencer Change Monitor answers a run with no usable input with a row carrying row_status and error_reason rather than failing, and the tool mirrors that.
Pricing
Influencer Change Monitor is pay per event on Apify. Every price below is flat across the FREE, BRONZE, SILVER, and GOLD tiers.
Event | Charged for | Price | Fires when |
| Actor start | $0.002 | Once per run, on start. Covers the run overhead. |
| Creator rechecked | $0.008 | Once per creator whose profile (and, when check_links is on, link page) was read on a monitor run, whether or not anything changed. This is the base price per creator; a change row is charged on top of it. |
| Change detected | $0.01 | Once per change row returned by the monitor, on top of the recheck. A first_seen baseline row is a change row. Unchanged creators return no row. |
| Instagram bio fetch | $0.01 | Once per Instagram profile row when the bio, bio link, and following were not on the embed widget or the datacenter API and the profile page was read over the residential proxy and came back readable. Only when escalate_on_block is on. Never on the embed or datacenter reads, never on another platform, never on a blocked page, and never on an error row. |
Reading the output
Every row carries row_status and error_reason. A creator the actor could not read comes back as a row saying why, not as a gap in the list, so an absence is readable rather than inferred. Filter on row_status before loading a table.
Actor
Actor ID d2VVgahNL6UmcLkhg. The wrapper calls the actor by that immutable ID rather than by its Store slug, so a Store rename never breaks it.
Suite
Actor | Actor ID | MCP server |
| ||
| ||
| ||
| ||
|
Built by Mamba Labs.
This server cannot be deployed
Maintenance
Related MCP Connectors
Watch dependencies, verify facts, inspect coverage, and catch up on changes with durable cursors.
You are ephemeral; this remembers. Persist watch_id+key; poll later for what you missed.
Watch a public web page for changes when your agent cannot stay running. Hourly checks, signed diffs
Testing-phase Products Watch endpoint; public discovery remains while new onboarding is paused.
Related MCP Servers
- AlicenseAqualityAmaintenanceMonitors a company domain for changes in hiring, tech stack, funding, firmographics, and social presence, returning only the deltas as typed change events.167 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables tracking web page changes, detecting content modifications with structured diffs and snapshot history through MCP tools.14 PyPIMIT
- AlicenseAqualityDmaintenanceEnables monitoring web pages for changes using Playwright, storing snapshots in SQLite, and optionally analyzing changes with an LLM for business impact assessment.5MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to monitor web pages for content changes and receive alerts when changes occur.-