# io.github.stolarubrendang/tradar (npm · tradar-mcp)

Real-time market catalysts from 50+ primary federal sources, AI-classified for traders.

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

## Components

- npm · `tradar-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/stolarubrendang-tradar/tradar-mcp.md), [page](https://verifymcp.io/servers/stolarubrendang-tradar/tradar-mcp)

## Channel facts

- Registry: `npm`
- Package: `tradar-mcp`
- Version: `0.1.0`
- 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 79 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 365 tokens (~182/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 stolarubrendang-tradar -- npx -y tradar-mcp
```

### Codex

```bash
codex mcp add stolarubrendang-tradar -- npx -y tradar-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add stolarubrendang-tradar --command npx --arg -y --arg tradar-mcp
```

### Hermes

```yaml
mcp_servers:
  stolarubrendang-tradar:
    command: "npx"
    args: ["-y", "tradar-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "stolarubrendang-tradar": {
      "command": "npx",
      "args": [
        "-y",
        "tradar-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 62, +1)

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

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

- [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] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 0, −21)

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

### 2026-07-30 (score 21, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (2)

### `search_events` (~283 tokens)

Search Tradar's stream of AI-classified market-moving events. Filters: ticker (uppercase symbol like OKLO, TSLA, NVDA, ASTS, CMPS), category (company_market_moving, earnings, fda_action, mergers_acquisitions, contract_award, geopolitical_conflict, policy_tariffs_sanctions, central_bank_decision, politician_trades), minImpact (0-100, default 50), limit (1-100, default 25). Each event includes impactScore, urgencyScore, trustScore (federal sources 95+), affectedAssets, primarySource, and a Tradar URL.

Input parameters:

- `category` (string): Optional event category filter. Common: company_market_moving, earnings, fda_action, mergers_acquisitions, contract_award, geopolitical_conflict, policy_tariffs_sanctions, central_bank_decision, poli…
- `limit` (number): Number of events to return (1-100). Default 25.
- `minImpact` (number): Minimum impactScore (0-100). Default 50 = tradeable-catalyst threshold. Use 70 for high-impact only.
- `ticker` (string): Optional ticker symbol filter (case-insensitive). Examples: OKLO, TSLA, NVDA, ASTS, CMPS, HIMS, BBAI.

### `get_event` (~82 tokens)

Get deep narrative detail on a single Tradar event: whyItMatters (why traders should care), whatToWatch (followups to monitor), invalidators (signals that would invalidate the thesis), traderTakeaway (actionable summary), marketImpact (asset-by-asset directional read).

Input parameters:

- `id` (string, required): Tradar event ID (returned from search_events).

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 0
- 2026-07-31: 0
- 2026-07-30: 21
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/tradar-mcp
- Socket report: https://socket.dev/npm/package/tradar-mcp
- Website: https://trytradar.com/
- Changelog RSS feed: https://verifymcp.io/servers/stolarubrendang-tradar/tradar-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/stolarubrendang-tradar/tradar-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/stolarubrendang-tradar/tradar-mcp
