MCP server exposing 4 tools for scrapecreators.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/scrapecreators/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
scrapecreators_tiktok_profile — Get a TikTok creator profile: bio, verification, follower/following/like/video counts, and engagement stats. Pass a TikTok handle/username (without the @) or a numeric user_id. Example: scrapecreators_tiktok_profile({ handle: "stoolpresidente", _apiKey: "your-key" })scrapecreators_instagram_posts — Get recent posts for an Instagram user: captions, media URLs, like/comment/play counts, and permalinks. Pass the Instagram username/handle. Use next_max_id to paginate. Example: scrapecreators_instagram_posts({ username: "nike", _apiKey: "your-key" })scrapecreators_youtube_channel — List videos for a YouTube channel with view counts, publish dates, durations, and URLs. Pass a channelId (UC...) or a channel handle. Sort by "latest" or "popular"; paginate with continuationToken. Example: scrapecreators_youtube_channel({ handle: "ThePatMcAfeeShow", _apiKey: "your-key" })scrapecreators_facebook_ads — Search the Facebook / Meta Ad Library by keyword or advertiser and return active ad creatives: advertiser page, ad body text, media, platforms, run dates, and active status. Example: scrapecreators_facebook_ads({ query: "running shoes", country: "US", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/scrapecreators/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io