# Overdrive Intel (npm · intel-overdrive-mcp)

AI coding ecosystem intelligence — breaking changes, tools, security alerts from 900+ sources

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

## Components

- npm · `intel-overdrive-mcp`: 53/100 (this document), [markdown](https://verifymcp.io/servers/looney-tic-intel-overdrive/intel-overdrive-mcp.md), [page](https://verifymcp.io/servers/looney-tic-intel-overdrive/intel-overdrive-mcp)

## Channel facts

- Registry: `npm`
- Package: `intel-overdrive-mcp`
- Version: `0.9.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-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 129 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 20/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 1008 tokens (~1008/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - 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 looney-tic-intel-overdrive -- npx -y intel-overdrive-mcp
```

### Codex

```bash
codex mcp add looney-tic-intel-overdrive -- npx -y intel-overdrive-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add looney-tic-intel-overdrive --command npx --arg -y --arg intel-overdrive-mcp
```

### Hermes

```yaml
mcp_servers:
  looney-tic-intel-overdrive:
    command: "npx"
    args: ["-y", "intel-overdrive-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "looney-tic-intel-overdrive": {
      "command": "npx",
      "args": [
        "-y",
        "intel-overdrive-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 53, +27)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional] Licence: MIT

### 2026-08-02 (score 26, +26)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-08-01 (score 0, −17)

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

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

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (1)

### `overdrive_intel` (~556 tokens)

Curated AI coding ecosystem intelligence from 880+ monitored sources, updated daily. Provides: breaking change alerts, security advisories (CVEs), tool discovery, best practices and gotchas, tool comparisons, and release tracking. Covers: MCP servers, Claude Code, Cursor, Copilot, Windsurf, Aider, Codex, Anthropic/OpenAI/Gemini/Mistral APIs, LangChain, CrewAI, AutoGen, Pydantic AI, embedding models, CLAUDE.md patterns, hooks/skills, and agentic patterns. NOT for general programming (React, CSS, SQL, databases, Docker, Kubernetes, web frameworks) or non-programming topics.

Input parameters:

- `context_stack` (array): AI-related packages from the current project (e.g. ["anthropic", "langchain"]). Personalizes results.
- `days` (number): How many days back to look (for "feed", "breaking", and "briefing" types). Default: 7
- `feed_persona` (string): Filter feed by persona/audience (for "feed" type only). Examples: "developer", "researcher"
- `feed_tag` (string): Filter feed by tag (for "feed" type only). Examples: "anthropic", "mcp", "claude-code"
- `feed_type` (string): Filter feed by content type (for "feed" type only). Examples: "github_release", "rss_item"
- `feedback` (array): Report on items from previous calls (fire-and-forget, never delays results)
- `query` (string, required): Short keyword query (2-5 words). Extract the core topic from the user's question. Examples: "MCP browser automation", "Claude Code hooks gotchas", "LangChain vs CrewAI", "OpenAI SDK breaking changes"…
- `telemetry` (boolean): Set to false to disable feedback/context_stack write-back (default: true)
- `type` (string): What kind of answer you need: - "search" — find tools, best practices, docs (DEFAULT for most questions) - "similar" — semantic comparison: "X vs Y", "alternatives to X" (uses vector similarity) - "f…

## Diagnostics

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

## Score history

- 2026-08-03: 53
- 2026-08-02: 26
- 2026-08-01: 0
- 2026-07-31: 17
- 2026-07-30: 35
- 2026-07-28: 35
- 2026-07-27: 35

## Links

- npm package: https://www.npmjs.com/package/intel-overdrive-mcp
- Socket report: https://socket.dev/npm/package/intel-overdrive-mcp
- Website: https://inteloverdrive.com/
- Changelog RSS feed: https://verifymcp.io/servers/looney-tic-intel-overdrive/intel-overdrive-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/looney-tic-intel-overdrive/intel-overdrive-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/looney-tic-intel-overdrive/intel-overdrive-mcp
