{
  "markdown": "# ViralHunt MCP Server\n\nAn [MCP](https://modelcontextprotocol.io) server for **[ViralHunt.io](https://viralhunt.io)** — the\nall-in-one platform to **discover what's trending, curate it with your team, and publish everywhere**.\nA BuzzSumo alternative with a built-in cross-network scheduler and an API that AI agents can drive\nend to end.\n\nGet a free token: **https://viralhunt.io** → Account → API Access (7-day trial, no card). Full API\ndocs: **https://viralhunt.io/api**.\n\n## What an agent can do through this MCP server\n\nThese are the tools this server exposes (they drive the full **discover → publish → verify → correct**\nloop):\n\n| Tool | What it does |\n|------|--------------|\n| `viralhunt_trending` | **Find topics** — what's going viral on TikTok / Instagram / X / Facebook / Pinterest / RSS, ranked by viral score (engagement velocity) |\n| `viralhunt_targets` | List your **brands/projects** and the connected accounts you can post to |\n| `viralhunt_schedule` | **Publish now or schedule** a post (text + media) across your connected accounts |\n| `viralhunt_get_post` | Check a post's status + per-network permalinks |\n| `viralhunt_update_post` | Edit a still-scheduled post (body / media / networks / time) |\n| `viralhunt_cancel_post` | Cancel the not-yet-published targets of a scheduled post |\n\nGuardrails baked in: it won't post to the wrong brand, only schedules in the future, and is told not to\nrepost fake news / copyrighted media / spam.\n\n## What ViralHunt the platform does (beyond this MCP)\n\nViralHunt is a full product; the tools above are the agent-drivable slice. The rest lives in the app\n(and some via the [REST API](https://viralhunt.io/api)):\n\n- **Trending Radar** — a live cross-network feed of viral content by niche and time window.\n- **Cross-network publishing & scheduling** — schedule/publish to **up to 11 networks** (Instagram,\n  Facebook, TikTok, X, LinkedIn, YouTube, Pinterest, Threads, Bluesky, Telegram, Google Business),\n  per brand.\n- **Editorial Board (team)** — a kanban to curate before publishing: columns, categories, assignments,\n  comments and team chat, so a team manages what goes out. (Cards/columns/comments are in the REST API.)\n- **Auto-DM (comment → DM automation)** — when someone comments your keyword on Instagram, ViralHunt\n  auto-replies and sends them a DM — like ManyChat, but flat pricing, unlimited contacts, and a monthly\n  cap that resets. Configured in the app (runs via webhooks); Facebook next.\n- **Reports** — what each brand/network actually did: posts, reach, DMs sent, replies, top content.\n\n> Note: Auto-DM and the editorial board are **product features**, not tools this MCP exposes today. This\n> server focuses on the discover → publish → manage loop.\n\n## Install (Claude Desktop / Cline)\n\n```json\n{\n  \"mcpServers\": {\n    \"viralhunt\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"viralhunt-mcp\"],\n      \"env\": { \"VIRALHUNT_API_KEY\": \"vhk_your_token_here\" }\n    }\n  }\n}\n```\n\nConfig: `VIRALHUNT_API_KEY` (your `vhk_…` token, required) and `VIRALHUNT_BASE_URL` (optional, defaults\nto the production API). Run locally: `VIRALHUNT_API_KEY=vhk_... npx viralhunt-mcp` (Node ≥ 18).\n\nListed on the [Official MCP Registry](https://registry.modelcontextprotocol.io) as\n`io.github.rodvan/viralhunt-mcp`. License: MIT.\n",
  "bytes": 3286,
  "sha": "e04d022f08b2fec7836c711134c76d7b009ea7cc21842753cecfb3b788d0bf57",
  "repo_slug": "viralhunt-io/viralhunt-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rodvan_viralhunt_mcp_e4c265f7/readme"
}