# io.github.TheNextGenNexus/social-content-mcp-server (npm · @thenextgennexus/social-content-mcp-server)

Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol

- Trust score: 67/100 (medium)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- npm · `@thenextgennexus/social-content-mcp-server`: 67/100 (this document), [markdown](https://verifymcp.io/servers/thenextgennexus-social-content-mcp-server/thenextgennexus-social-content-mcp-server.md), [page](https://verifymcp.io/servers/thenextgennexus-social-content-mcp-server/thenextgennexus-social-content-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@thenextgennexus/social-content-mcp-server`
- Version: `1.0.1`
- 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-06.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 95 of 99 dependencies we could resolve, 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 165 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 203 tokens (~40/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

```bash
claude mcp add thenextgennexus-social-content-mcp-server -- npx -y @thenextgennexus/social-content-mcp-server
```

### Codex

```bash
codex mcp add thenextgennexus-social-content-mcp-server -- npx -y @thenextgennexus/social-content-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thenextgennexus-social-content-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thenextgennexus/social-content-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thenextgennexus-social-content-mcp-server --command npx --arg -y --arg @thenextgennexus/social-content-mcp-server
```

### Hermes

```yaml
mcp_servers:
  thenextgennexus-social-content-mcp-server:
    command: "npx"
    args: ["-y", "@thenextgennexus/social-content-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "thenextgennexus-social-content-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/social-content-mcp-server"
      ]
    }
  }
}
```

## 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-06 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 66, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 62, +57)

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

### 2026-08-01 (score 5, −23)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 46, +22)

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

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (5)

### `get_hackernews_stories` (~53 tokens)

Get Hackernews Stories

Get top/new/best stories from Hacker News

Input parameters:

- `category` (string): Story category: top, new, best, ask, show
- `maxItems` (number): Maximum stories to return

### `get_devto_articles` (~34 tokens)

Get Devto Articles

Search Dev.to articles

Input parameters:

- `maxItems` (number): Maximum articles
- `query` (string, required): Search query

### `search_imdb` (~38 tokens)

Search Imdb

Search IMDB movies and TV shows

Input parameters:

- `maxItems` (number): Maximum results
- `query` (string, required): Movie or show title

### `search_podcasts` (~34 tokens)

Search Podcasts

Search podcast episodes

Input parameters:

- `maxItems` (number): Maximum episodes
- `query` (string, required): Podcast search query

### `search_eventbrite` (~44 tokens)

Search Eventbrite

Search Eventbrite events

Input parameters:

- `location` (string): City or region
- `maxItems` (number): Maximum events
- `query` (string, required): Event search query

## Diagnostics

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

## Score history

- 2026-08-06: 67
- 2026-08-05: 66
- 2026-08-04: 66
- 2026-08-03: 66
- 2026-08-02: 62
- 2026-08-01: 5
- 2026-07-31: 28
- 2026-07-29: 46
- 2026-07-28: 46
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@thenextgennexus/social-content-mcp-server
- Socket report: https://socket.dev/npm/package/@thenextgennexus/social-content-mcp-server
- Repository: https://github.com/TheNextGenNexus/social-media-mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/thenextgennexus-social-content-mcp-server/thenextgennexus-social-content-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/thenextgennexus-social-content-mcp-server/thenextgennexus-social-content-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/thenextgennexus-social-content-mcp-server/thenextgennexus-social-content-mcp-server
