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/mcpThe 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
setWorkspaceonce with the tenant's App Store or website URL, - call
putRuleswith the tenant's natural-language research rules, - call
getWorkspaceandgetRulesto inspect that tenant's configuration, - call
createScrollto update the personalized inspiration library, - call
getScrollwith the returned ID until the update completes, - call
getLibrary,getOutliers,getTrends, andgetHooksfor deterministic workspace results, - filter or sort the returned fields locally.
No shared-catalog browse, catalog write, ingestion, or maintenance tool is exposed through MCP.