{
  "version": "1",
  "publisher": {
    "name": "ScraperSocial",
    "url": "https://scrapersocial.com",
    "email": "support@scrapersocial.com"
  },
  "skills": [
    {
      "name": "scrapersocial-quickstart",
      "title": "Call the ScraperSocial API",
      "description": "Authenticate with a sk_live_ bearer key and fetch transcripts, stats, comments, or profiles from TikTok, Instagram, Facebook, X/Twitter, or LinkedIn. GET https://api.scrapersocial.com/v1/{platform}/{capability}?url=... returns { data, meta?, request_id }.",
      "documentation": "https://scrapersocial.com/quickstart/",
      "openapi": "https://scrapersocial.com/openapi.json"
    },
    {
      "name": "scrapersocial-transcribe-channel",
      "title": "Transcribe a whole channel",
      "description": "Enumerate an account's videos with channel-videos/channel-posts (cursor pagination), then call transcript per video. Transcripts are cached forever and cost 7-40 credits depending on platform.",
      "documentation": "https://scrapersocial.com/recipes/transcribe-a-channel/"
    },
    {
      "name": "scrapersocial-social-listening",
      "title": "Run a social listening sweep",
      "description": "Search TikTok and Instagram reels for a keyword, then pull comments and stats on the hits across five platforms with one request shape.",
      "documentation": "https://scrapersocial.com/recipes/social-listening-pipeline/"
    },
    {
      "name": "scrapersocial-mcp",
      "title": "Connect via MCP",
      "description": "Streamable-HTTP MCP server at https://mcp.scrapersocial.com exposing get_transcript, get_summary, get_post_stats, get_comments, get_profile, get_channel_posts, search_tiktok, and search_instagram_reels. OAuth 2.1 PKCE or bearer key.",
      "documentation": "https://scrapersocial.com/ai-agents/",
      "server_card": "https://scrapersocial.com/.well-known/mcp/server-card.json"
    }
  ]
}
