How to Identify Viral Content with Copilot

Discover viral TikTok content in your IDE with Copilot and ToolRouter. Trend data for developers.

Tool
Trending Social Content icon
Trending Social Content

Copilot fetches viral content data from your IDE for building trend detection into your analytics platform. Pull trending video metadata and Copilot helps write the pattern recognition algorithms, trend scoring models, and alerting systems that surface viral content signals programmatically.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Trending Social Content tool:

  1. In Copilot Chat: "Fetch the top trending TikTok videos right now"
  2. Copilot returns trending video data with metadata
  3. Ask: "Export this as JSON so I can track trends over time in my app"

Example Prompt

Try this with Copilot using the Trending Social Content tool
Get the current trending TikTok videos and return the data as structured JSON including video title, creator, view count, and hashtags.

Tips

  • Great for building trend-tracking dashboards or content recommendation engines
  • Use structured output to feed trending data into your own analytics tools