Mcp Link In Bio Newsletter Checker

Follow a creator bio link and report the newsletter, what they sell, and the contact emails.

LLM Mart 0 views 3 listing impressions
Transport
Not stated
Package
—
Registry id
com.mambabuilt/mcp-link-in-bio-newsletter-checker

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 Link in Bio Scraper and Newsletter Detector actor on Apify.

Creator handles or link in bio URLs in, a newsletter verdict and contact details out.

Install

npx -y @mambalabsdev/mcp-link-in-bio-newsletter-checker

Claude Desktop

{
  "mcpServers": {
    "mamba-link-in-bio-newsletter-checker": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-link-in-bio-newsletter-checker"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

Get an Apify token at console.apify.com/account/integrations.

Tool

check_link_in_bio_and_newsletter

Follow a creator bio link and report the newsletter, what they sell, and the contact emails.

Input Type Required Notes
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.
bio_links array no Skip the profile read and start from these pages directly (a Linktree, Stan Store, linkin.bio page, or the creator's own site). One per line. When one input item carries both a handle and bio links, the links are.
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,.
render_unreadable_pages boolean no Off by default. Some link-in-bio pages (Stan Store, linkin.bio, Typeform shells) return an empty shell to a plain fetch and are classified unknown_fetch_failed. Turn this on to render them in a headless browser.. Default false.
ai_check boolean no Off by default. When on, a model reads the rule classifier's evidence and rules on each row. Runs only with your own key in ai_api_key; the actor never uses a Mamba Labs key and never logs yours. Default false.
ai_provider string no Which API the key belongs to. Default "anthropic".
ai_api_key string no Your own model API key. Used only when ai_check is on. Never stored, logged, or written to a row.
scan_website_for_email boolean no Off by default. For creators with their own website (not a link-in-bio page), reads the home, contact, and about pages and the footer for an email and records where it was found. Charged per creator scanned (event. Default false.
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.
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. Link in Bio Scraper and Newsletter Detector 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

From the project's README.