# io.github.raportagent/raportagent-mcp (npm · @raportagent/mcp)

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@raportagent/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 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 347 tokens (~57/item across 6 items; 6 tools + 0 resources), lean.
  - 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**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 78% 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 raportagent-raportagent-mcp -- npx -y @raportagent/mcp
```

### Codex

```bash
codex mcp add raportagent-raportagent-mcp -- npx -y @raportagent/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add raportagent-raportagent-mcp --command npx --arg -y --arg @raportagent/mcp
```

### Hermes

```yaml
mcp_servers:
  raportagent-raportagent-mcp:
    command: "npx"
    args: ["-y", "@raportagent/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "raportagent-raportagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@raportagent/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 67, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [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] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 20, +15)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −22)

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

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

First indexed and scored.

## MCP tools (6)

### `generate_report` (~161 tokens)

Start a RaportAgent market/compliance research report. Generation takes ~7–15 min, so this returns a report_id immediately (status: queued) unless you set wait_seconds. Use get_report_status to poll, then get_report to fetch the finished markdown. Each report costs 1 credit.

Input parameters:

- `depth` (string): deep = ~15 min, thorough; fast = ~7 min.
- `query` (string, required): The market/topic to research, e.g. 'EV charging infrastructure Europe 2026'.
- `template` (string): Report shape. Use 'compliance' for a legal/regulatory brief.
- `wait_seconds` (integer): If >0, poll until the report completes or this many seconds elapse (max 1200).

### `get_report_status` (~39 tokens)

Check whether a report is queued, running, completed, or failed.

Input parameters:

- `report_id` (string, required): The rep_… id from generate_report.

### `get_report` (~33 tokens)

Fetch a completed report's full markdown content and section list.

Input parameters:

- `report_id` (string, required): The rep_… id.

### `get_report_audit` (~63 tokens)

Get a report's audit trail / provenance: AI models, agents, source counts, and a SHA-256 of the exact content. Useful for compliance review and verifying a report has not been altered.

Input parameters:

- `report_id` (string, required): The rep_… id.

### `list_reports` (~31 tokens)

List your recent reports (most recent first).

Input parameters:

- `limit` (integer)
- `status` (string)

### `get_account` (~20 tokens)

Show your RaportAgent account: remaining credits and plan.

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 20
- 2026-07-31: 5
- 2026-07-30: 27
- 2026-07-28: 27
- 2026-07-27: 27

## Links

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