ScrapeCreators
live MarketingSocialScrapeCreators MCP — public social data across TikTok / Instagram / YouTube plus Facebook ad-library search. BYO ScrapeCreators API key.
Tools
scrapecreators_tiktok_profile Get a TikTok creator profile: bio, verification, follower/following/like/video counts, and engagement stats.
No parameters required.
Try it
scrapecreators_instagram_posts Get recent posts for an Instagram user: captions, media URLs, like/comment/play counts, and permalinks.
No parameters required.
Try it
scrapecreators_youtube_channel List videos for a YouTube channel with view counts, publish dates, durations, and URLs.
No parameters required.
Try it
scrapecreators_facebook_ads Search the Facebook / Meta Ad Library by keyword or advertiser and return active ad creatives:
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/scrapecreators/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/scrapecreators/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"scrapecreators_tiktok_profile","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("scrapecreators_tiktok_profile", {}); // Or ask in plain English:
const answer = await px.ask("scrapecreators mcp — public social data across tiktok / instagram / youtube plus facebook ad-library search"); Related packs
Other Pipeworx packs in the same categories (Marketing, Social):