← viraloutliers.com

INDIVIDUAL MCP TOOL

niche_trends

Returns the top overperforming posts in a niche over a recent window (default one week), plus a breakdown of which content types are driving the trend and which creators are represented.

viraloutliers.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://viraloutliers.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for niche_trends and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

viraloutliers.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.viral-outliers]
url = "https://viraloutliers.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "viral-outliers": {
      "type": "http",
      "url": "https://viraloutliers.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: viral-outliers
Remote MCP URL: https://viraloutliers.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "viral-outliers": {
      "url": "https://viraloutliers.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "viral-outliers": {
      "type": "http",
      "url": "https://viraloutliers.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "viral-outliers",
  "transport": "streamable-http",
  "url": "https://viraloutliers.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_outliers — Search a continuously-crawled database of social media posts ranked by outlier score: how strongly a post overperforms the account's own baseline.
  • search_profiles — Search tracked social media profiles by handle or name, filtered by platform.
  • get_post — Fetch a single post by id: views, likes, comments, engagement rate, outlier scores for seven time windows, thumbnail and the owning profile.
  • get_profile — Fetch one tracked profile by id: follower count, bio, average views/likes/engagement across time windows, and recent tracked posts.
  • request_transcript — Queues AI transcription for a post (spoken audio; slideshows use on-screen text extraction).
  • crawl_profile — Submits a public profile for crawling: profile metadata plus its recent posts, stats and thumbnails, after which it stays tracked and appears in searches.
  • get_job_status — Returns the status of an asynchronous job started by crawl_profile or request_transcript: pending, processing, completed or failed.
  • get_credit_balance — Returns the current API credit balance for the authenticated account.