INDIVIDUAL MCP TOOL
get_remix_result
Returns the finished remix for a remix_post job: adapted title, description, script segments and checklist.
LIVE ENDPOINT
https://viraloutliers.com/api/mcp
Connect to this endpoint to inspect the live schema for get_remix_result 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
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.