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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 53 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add jakeyoung1-veris -- npx -y veris-mcp
codex mcp add jakeyoung1-veris -- npx -y veris-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jakeyoung1-veris": {
"type": "local",
"command": [
"npx",
"-y",
"veris-mcp"
],
"enabled": true
}
}
} openclaw mcp add jakeyoung1-veris --command npx --arg -y --arg veris-mcp
mcp_servers:
jakeyoung1-veris:
command: "npx"
args: ["-y", "veris-mcp"] {
"mcpServers": {
"jakeyoung1-veris": {
"command": "npx",
"args": [
"-y",
"veris-mcp"
]
}
}
} 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.
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.
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.
finance_filing_read Read SEC Filing ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| formType | string | — | Form to auto-pick with query, e.g. "10-K" |
| query | string | — | Ticker/name/CIK (used when url is omitted) |
| url | string | — | EDGAR filing document URL |
No output schema declared.
No examples provided.
finance_filings SEC Filings (EDGAR) ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| formType | string | — | Filter by form, e.g. "10-K", "10-Q", "8-K" |
| limit | integer | — | Max filings (default 10) |
| query | string | yes | Ticker (e.g. NVDA), company name, or CIK |
No output schema declared.
No examples provided.
finance_financials Company Financials (SEC XBRL) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Ticker (e.g. NVDA), company name, or CIK |
No output schema declared.
No examples provided.
watch_check Check Watches (alerts) ~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 Manage Watches (change-detection) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | What to do |
| formType | string | — | Optional form filter for filings watches, e.g. "8-K" |
| target | string | — | Ticker/name/CIK, URL, or watch id (for remove) |
No output schema declared.
No examples provided.
web_read Web Read (provenance-tracked) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| fresh | boolean | — | Bypass cache and refetch (default false) |
| url | string | yes | URL to read |
No output schema declared.
No examples provided.
web_research Web Research (search + read + cite) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | — | Sources to read (default 3) |
| query | string | yes | Research question or topic |
No output schema declared.
No examples provided.
web_search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| n | integer | — | Max results (default 5) |
| query | string | yes | Search query |
No output schema declared.
No examples provided.