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.jakeyoung1/veris

NPM · VERIS-MCP · SCANNED AUG 3

Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.

Available components

+23 this week 69 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 Security84
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known low-severity CVE affects @mozilla/readability 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (146 of 148), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 730 tokens (~91/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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 · veris-mcp

# add to Claude Code
claude mcp add jakeyoung1-veris -- npx -y veris-mcp
# add to Codex CLI
codex mcp add jakeyoung1-veris -- npx -y veris-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jakeyoung1-veris": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "veris-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jakeyoung1-veris --command npx --arg -y --arg veris-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jakeyoung1-veris:
    command: "npx"
    args: ["-y", "veris-mcp"]
// mcp.json
{
  "mcpServers": {
    "jakeyoung1-veris": {
      "command": "npx",
      "args": [
        "-y",
        "veris-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.

  • 3 Aug 26 +1

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

  • 2 Aug 26 +63
    • CVE-2025-2792 affects this package: low security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −25
    • 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 46

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-3p6v-hrg8-8qj7 CVE-2025-2792 low yes
Dependencies 146 packages

146 packages in the resolved dependency tree · 146 deprecated · 45 stale.

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

MCP tools — 8 exposed · ~730 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
finance_filing_read ~110

Fetch and clean a specific SEC filing. Pass a filing document URL, OR a company query plus formType to auto-read the most recent matching filing (e.g. latest 10-K for NVDA). Returns clean text plus provenance.

NameTypeReqDescription
formTypestringForm to auto-pick with query, e.g. "10-K"
querystringTicker/name/CIK (used when url is omitted)
urlstringEDGAR filing document URL

No output schema declared.

No examples provided.

finance_filings ~120

List a company's recent SEC filings from EDGAR by ticker, name, or CIK. Free, official, no API key. Returns form type, filing/report dates, accession number, and direct document URL — provenance is authoritative (straight from SEC).

NameTypeReqDescription
formTypestringFilter by form, e.g. "10-K", "10-Q", "8-K"
limitintegerMax filings (default 10)
querystringyesTicker (e.g. NVDA), company name, or CIK

No output schema declared.

No examples provided.

finance_financials ~96

Key structured financials (revenue, net income, total assets, cash, diluted EPS) from SEC XBRL data. Each figure is stamped with the exact filing it came from (form, filed date, accession, fiscal period) — authoritative provenance. Ticker / name / CIK. No API key.

NameTypeReqDescription
querystringyesTicker (e.g. NVDA), company name, or CIK

No output schema declared.

No examples provided.

watch_check ~72

Check every watch for changes since the last check: new SEC filings, changed page content. Returns only what's new and rolls baselines forward. Run it on a schedule (cron / scheduled agent) to turn veris into an alert feed. Note: the SEC filing index may lag up to ~1h (cache).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

watch_manage ~121

Add, remove, or list watches. Watch a company's SEC filings (target = ticker/name/CIK, optional formType like 8-K) or any URL (target = https://…, watched by content hash). Adding baselines current state; use watch_check later to see only what's new.

NameTypeReqDescription
actionstringyesWhat to do
formTypestringOptional form filter for filings watches, e.g. "8-K"
targetstringTicker/name/CIK, URL, or watch id (for remove)

No output schema declared.

No examples provided.

web_read ~78

Fetch a URL and return clean markdown PLUS provenance: published date, author, canonical URL, content hash, fetch time, and license signals. The provenance is the point — verifiable source metadata an AI normally cannot get.

NameTypeReqDescription
freshbooleanBypass cache and refetch (default false)
urlstringyesURL to read

No output schema declared.

No examples provided.

web_research ~67

One-shot research: search the web, fetch the top results, and return their clean content bundled with full provenance per source. Ideal for grounding an answer with citations.

NameTypeReqDescription
nintegerSources to read (default 3)
querystringyesResearch question or topic

No output schema declared.

No examples provided.

web_search ~66

Search the web. Returns ranked results (title, url, snippet) as structured JSON. Uses Brave Search when BRAVE_API_KEY is set, otherwise keyless DuckDuckGo.

NameTypeReqDescription
nintegerMax results (default 5)
querystringyesSearch query

No output schema declared.

No examples provided.