ViralQuery for agents
ViralQuery is a private video inspiration feed for one app, website, or niche. An agent saves simple research rules, runs bounded scrolls, and reads structured library, outlier, trend, and hook data.
Install the skill
npx skills add https://viralquery.com/skills
Then ask:
Use $viralquery to set my app as the workspace, look for organic demos with strong visual hooks, and run my first scroll.
The skill uses the protected ViralQuery HTTP API directly. It does not require MCP.
Optional remote MCP
Agents that support remote MCP can connect to https://viralquery.com/mcp with a ViralQuery API
key in the bearer header. The MCP server exposes the same tenant workspace, rules, scroll, and
bounded result workflow.
claude mcp add --transport http --scope user viralquery https://viralquery.com/mcp \
--header "Authorization: Bearer ${VIRALQUERY_API_KEY}"
Never paste a live key into chat, commit it, or put it in an MCP URL.
Public tools
getWorkspace/setWorkspacegetRules/putRulescreateScroll/getScrollgetLibrary/getOutliers/getTrends/getHooks
Get a key at viralquery.com. Read the quickstart, MCP guide, and API docs.