# io.github.WhaleCupl/ai-daily-insights-mcp (npm · ai-daily-insights-mcp)

List, fetch and search AI Daily Insights — a Chinese daily AI-industry briefing built for agents.

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

## Components

- npm · `ai-daily-insights-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/whalecupl-ai-daily-insights-mcp/ai-daily-insights-mcp.md), [page](https://verifymcp.io/servers/whalecupl-ai-daily-insights-mcp/ai-daily-insights-mcp)

## Channel facts

- Registry: `npm`
- Package: `ai-daily-insights-mcp`
- Version: `0.4.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 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 683 tokens (~113/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 whalecupl-ai-daily-insights-mcp -- npx -y ai-daily-insights-mcp
```

### Codex

```bash
codex mcp add whalecupl-ai-daily-insights-mcp -- npx -y ai-daily-insights-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add whalecupl-ai-daily-insights-mcp --command npx --arg -y --arg ai-daily-insights-mcp
```

### Hermes

```yaml
mcp_servers:
  whalecupl-ai-daily-insights-mcp:
    command: "npx"
    args: ["-y", "ai-daily-insights-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "whalecupl-ai-daily-insights-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-daily-insights-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-03 (score 70, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 66, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 36, −45)

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

### 2026-07-29 (score 81, +56)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-28 (score 25, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (6)

### `list_latest` (~54 tokens)

List latest issues

List the most recent AI Daily Insights issues (date, title, one-line summary, tags, URLs). Start here to discover what is available.

Input parameters:

- `limit` (integer): How many recent issues to return (default 5).

### `get_latest` (~48 tokens)

Get the latest issue (structured)

Fetch the most recent issue, parsed into structured news items {index, title, signal, body}. Use this when the user asks for today's / the latest AI news and does not give a date.

### `get_article` (~66 tokens)

Get one issue (structured)

Fetch a single daily issue by date, parsed into structured news items: each item has index, title, signal (the one-line judgment) and body. Date format: YYYY-MM-DD.

Input parameters:

- `date` (string, required): Issue date, e.g. 2026-06-24.

### `get_range` (~116 tokens)

Get issues in a date range (structured)

Fetch every issue whose date falls within [from, to] (inclusive), each parsed into structured news items. Use for "the past week", "between X and Y", etc. Dates are YYYY-MM-DD. Issues are fetched in parallel.

Input parameters:

- `from` (string, required): Start date (inclusive), e.g. 2026-06-24.
- `limit` (integer): Max issues to return (default 14).
- `to` (string, required): End date (inclusive), e.g. 2026-06-30.

### `list_by_tag` (~85 tokens)

List issues by tag

List issues that carry a given tag (e.g. a company or topic like "OpenAI", "融资", "芯片"). Returns issue-level entries; use search() to find specific news items by keyword.

Input parameters:

- `limit` (integer): Max issues to return (default 10).
- `tag` (string, required): Tag to filter by, matched case-insensitively.

### `search` (~110 tokens)

Search across issues

Full-text + tag search across all news items. Provide a keyword query, a tag, or both. Returns matching items with date, title, signal and a short snippet. Backed by the site search endpoint (one call); falls back to the flat index if unavailable.

Input parameters:

- `limit` (integer): Max matching items (default 10).
- `query` (string): Keyword or phrase. Optional if tag is given.
- `tag` (string): Restrict to items whose issue carries this tag. Optional.

## Diagnostics

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

## Score history

- 2026-08-03: 70
- 2026-08-02: 66
- 2026-08-01: 36
- 2026-07-31: 36
- 2026-07-30: 81
- 2026-07-29: 81
- 2026-07-28: 25
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/ai-daily-insights-mcp
- Socket report: https://socket.dev/npm/package/ai-daily-insights-mcp
- Repository: https://github.com/WhaleCupl/ai-daily-insights-mcp
- Website: https://www.aidailyinsights.cn/
- Changelog RSS feed: https://verifymcp.io/servers/whalecupl-ai-daily-insights-mcp/ai-daily-insights-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/whalecupl-ai-daily-insights-mcp/ai-daily-insights-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/whalecupl-ai-daily-insights-mcp/ai-daily-insights-mcp
