🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

viralhunt-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viralhunt-mcp

MCP server for ViralHunt.io — find trending/viral content across TikTok, Instagram, X, Facebook, Pinterest and Reddit, and schedule/publish/edit posts on your connected social accounts.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

ViralHunt MCP Server

An MCP server for ViralHunt.io — a trending-content radar + cross-network social scheduler. It gives any MCP client the full agent loop: find what's trending → publish/schedule → verify → edit/cancel.

A BuzzSumo alternative with an API agents can drive end to end.

Tools

ToolWhat it does
viralhunt_trendingFind viral posts on TikTok / Instagram / X / Facebook / Pinterest / RSS, ranked by viral score
viralhunt_targetsList your projects/brands and the connected accounts you can post to
viralhunt_schedulePublish now or schedule a post (text + media) to your accounts
viralhunt_get_postGet a post's status + per-network permalinks
viralhunt_update_postEdit a still-scheduled post (body / media / networks / time)
viralhunt_cancel_postCancel the not-yet-published targets of a scheduled post

Get a token

  • Sign up at https://viralhunt.io (free 7-day trial, no card).
  • Account → API Access → create a personal token (vhk_…).

Configure

Set two environment variables:

  • VIRALHUNT_API_KEY — your vhk_… token (required)
  • VIRALHUNT_BASE_URL — optional, defaults to https://viralhunt.io/tool/api/v1

Claude Desktop / Cline (mcp config)

{
  "mcpServers": {
    "viralhunt": {
      "command": "npx",
      "args": ["-y", "viralhunt-mcp"],
      "env": { "VIRALHUNT_API_KEY": "vhk_your_token_here" }
    }
  }
}

Run locally

VIRALHUNT_API_KEY=vhk_... npx viralhunt-mcp

Requires Node ≥ 18. Docs: https://viralhunt.io/api · License: MIT.

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts