viralquery
MCP

MCP overview

Connect an agent to a private ViralQuery inspiration feed.

ViralQuery's remote MCP server lets an agent manage one app or website niche, run bounded research scrolls, and read that tenant's private inspiration library.

Remote endpoint

https://viralquery.com/mcp

The endpoint is protected. Supply your ViralQuery API key as a bearer header:

Authorization: Bearer sk_viralquery_...

Get a key through the web or public API flow before connecting MCP. A missing or invalid key is rejected before your agent can use a tool. See Install for client configurations.

What your agent can do

  • call setWorkspace once with the tenant's App Store or website URL,
  • call putRules with the tenant's natural-language research rules,
  • call getWorkspace and getRules to inspect that tenant's configuration,
  • call createScroll to update the personalized inspiration library,
  • call getScroll with the returned ID until the update completes,
  • call getLibrary, getOutliers, getTrends, and getHooks for deterministic workspace results,
  • filter or sort the returned fields locally.

No shared-catalog browse, catalog write, ingestion, or maintenance tool is exposed through MCP.

On this page