Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.raportagent/raportagent-mcp

NPM · @RAPORTAGENT/MCP · SCANNED AUG 3

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

Available components

+40 this week 67 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 347 tokens (~57/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 78% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @raportagent/mcp

# add to Claude Code
claude mcp add raportagent-raportagent-mcp -- npx -y @raportagent/mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add raportagent-raportagent-mcp --command npx --arg -y --arg @raportagent/mcp
# ~/.hermes/config.yaml
mcp_servers:
  raportagent-raportagent-mcp:
    command: "npx"
    args: ["-y", "@raportagent/mcp"]
// mcp.json
{
  "mcpServers": {
    "raportagent-raportagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@raportagent/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −22
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 27

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@raportagent/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~347 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
generate_report ~161

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.

NameTypeReqDescription
depthstringdeep = ~15 min, thorough; fast = ~7 min.
querystringyesThe market/topic to research, e.g. 'EV charging infrastructure Europe 2026'.
templatestringReport shape. Use 'compliance' for a legal/regulatory brief.
wait_secondsintegerIf >0, poll until the report completes or this many seconds elapse (max 1200).

No output schema declared.

No examples provided.

get_account ~20

Show your RaportAgent account: remaining credits and plan.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_report ~33

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

NameTypeReqDescription
report_idstringyesThe rep_… id.

No output schema declared.

No examples provided.

get_report_audit ~63

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.

NameTypeReqDescription
report_idstringyesThe rep_… id.

No output schema declared.

No examples provided.

get_report_status ~39

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

NameTypeReqDescription
report_idstringyesThe rep_… id from generate_report.

No output schema declared.

No examples provided.

list_reports ~31

List your recent reports (most recent first).

NameTypeReqDescription
limitinteger
statusstring

No output schema declared.

No examples provided.