INDIVIDUAL MCP TOOL
get_profile
Fetch one tracked profile by id: follower count, bio, average views/likes/engagement across time windows, and recent tracked posts.
LIVE ENDPOINT
https://viraloutliers.com/api/mcp
Connect to this endpoint to inspect the live schema for get_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.request_transcript— Queues AI transcription of the spoken audio for a video post.request_visual_analysis— Queues a structured visual analysis for a post: for a video, a scene-by-scene breakdown (per-scene timing, scene type, on-screen text, visual elements and a recreation note) plus an overall-style summary (color palette, text style, editing pace); for an image slideshow, per-slide text and visual descriptions.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, plus the automatic top-up state of the account (autoTopup: configured, enabled, pack, monthly charge cap and count, last error) so an agent can tell whether a zero balance is a hard stop or refills itself on the next billable call.