Mcp Creator Change Monitor
Recheck a named influencer watchlist and return what moved since the run before it.
- Transport
- Not stated
- Package
- —
- Registry id
- com.mambabuilt/mcp-creator-change-monitor
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
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-monitor
Claude 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.
Tool
monitor_influencer_changes
Recheck a named influencer watchlist and return what moved since the run before it.
| Input | Type | Required | Notes |
|---|---|---|---|
list_name |
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 "default". |
handles |
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. |
platforms |
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,. |
check_links |
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 true. |
match_agencies |
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 true. |
escalate_on_block |
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 true. |
batch_size |
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. |
twitch_client_id |
string | no | Optional. Your own registered Twitch application client id. With twitch_app_token the Twitch reads use the official Helix API instead of the public web endpoint. Never a Mamba Labs credential. |
twitch_app_token |
string | no | Optional. An app access token for your Twitch client id (client credentials flow). Used only for Twitch reads, never stored or logged. |
contribute_to_shared_pool |
boolean | no | On by default. Contributes the public records this run finds to a shared creator and agency pool that all users of this actor read from. Only public data already in the returned rows is sent, and a contribution is not charged. Set false to read the pool and write nothing. Default true. |
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.
From the project's README.