# io.github.rodvan/viralhunt-mcp (npm · viralhunt-mcp)

Find trending content and schedule posts across social networks via the ViralHunt.io API.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `viralhunt-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/rodvan-viralhunt-mcp/viralhunt-mcp.md), [page](https://verifymcp.io/servers/rodvan-viralhunt-mcp/viralhunt-mcp)

## Channel facts

- Registry: `npm`
- Package: `viralhunt-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 602 tokens (~100/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add rodvan-viralhunt-mcp -- npx -y viralhunt-mcp
```

### Codex

```bash
codex mcp add rodvan-viralhunt-mcp -- npx -y viralhunt-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rodvan-viralhunt-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "viralhunt-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rodvan-viralhunt-mcp --command npx --arg -y --arg viralhunt-mcp
```

### Hermes

```yaml
mcp_servers:
  rodvan-viralhunt-mcp:
    command: "npx"
    args: ["-y", "viralhunt-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "rodvan-viralhunt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "viralhunt-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 21, +16)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100

### 2026-07-31 (score 5)

First indexed and scored.

## MCP tools (6)

### `viralhunt_trending` (~109 tokens)

Find trending/viral posts on a social network, ranked by viral score (engagement velocity).

Input parameters:

- `keyword` (string): Filter by keyword/niche.
- `per_page` (integer): How many results (max 100).
- `sort` (string): viral (default), most_liked, most_viewed, most_commented, newest, …
- `source` (string, required): Which network to pull trending from.
- `time_range` (string): Time window (default 7d).

### `viralhunt_targets` (~43 tokens)

List the user's projects/brands and the connected social accounts you can publish to in each.

Input parameters:

- `project` (string): Project name to scope the accounts to (optional).

### `viralhunt_schedule` (~204 tokens)

Publish now or schedule a post (text + media URLs) to a project's connected accounts. Verify content before posting — never publish fake news, copyrighted media, or spam.

Input parameters:

- `body` (string): Caption/text. Optional if media is provided.
- `first_comment` (string): Optional first comment (link-in-comments).
- `media` (array): Public image/video URLs.
- `networks` (array): Post to every account on these networks, e.g. ["instagram","facebook"].
- `project` (string): Project name — REQUIRED if the org has more than one project.
- `project_id` (integer): Project id — alternative to project name.
- `scheduled_at` (string): ISO-8601 UTC, e.g. 2026-08-01T15:30:00Z. Omit = publish now.
- `target_account_ids` (array): Exact account ids (from viralhunt_targets). Omit = all accounts in the project.

### `viralhunt_get_post` (~46 tokens)

Get the current status and per-network results (incl. permalinks) of a post you created.

Input parameters:

- `id` (integer, required): The post id returned by viralhunt_schedule.

### `viralhunt_update_post` (~150 tokens)

Edit a still-scheduled post. Only works while status is 'scheduled' and >5 min before publish. Only the fields you send change; the project cannot be changed. Check status with viralhunt_get_post first; on a 409 error re-fetch instead of retrying.

Input parameters:

- `body` (string): New caption.
- `id` (integer, required): The post id.
- `media` (array): New media URLs (replaces the set).
- `networks` (array): New network set (adds/removes targets).
- `scheduled_at` (string): New ISO-8601 UTC time (must be in the future).
- `target_account_ids` (array): New exact account-id set.

### `viralhunt_cancel_post` (~50 tokens)

Cancel the not-yet-published targets of a scheduled post. If everything already published you'll get a 409 — delete it from the platform instead.

Input parameters:

- `id` (integer, required): The post id.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rodvan-viralhunt-mcp/viralhunt-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 21
- 2026-07-31: 5

## Links

- npm package: https://www.npmjs.com/package/viralhunt-mcp
- Socket report: https://socket.dev/npm/package/viralhunt-mcp
- Repository: https://github.com/viralhunt-io/viralhunt-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rodvan-viralhunt-mcp/viralhunt-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rodvan-viralhunt-mcp/viralhunt-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rodvan-viralhunt-mcp/viralhunt-mcp
