io.github.Rswcf/deepviews
NPM · DEEPVIEWS-MCP · SCANNED AUG 3
Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 147 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability72
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 921 tokens (~131/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- 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 · deepviews-mcp
claude mcp add rswcf-deepviews -- npx -y deepviews-mcp
codex mcp add rswcf-deepviews -- npx -y deepviews-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rswcf-deepviews": {
"type": "local",
"command": [
"npx",
"-y",
"deepviews-mcp"
],
"enabled": true
}
}
} openclaw mcp add rswcf-deepviews --command npx --arg -y --arg deepviews-mcp
mcp_servers:
rswcf-deepviews:
command: "npx"
args: ["-y", "deepviews-mcp"] {
"mcpServers": {
"rswcf-deepviews": {
"command": "npx",
"args": [
"-y",
"deepviews-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 +62
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: Apache-2.0 functional
- 1 Aug 26 −29
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → 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
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 29 Jul 26 +33
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 28 Jul 26 +21
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- 27 Jul 26 18
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
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 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.
analyze_company ~62
Get comprehensive financial analysis for a company including valuation ratios, financial statements, and key metrics. Data sourced from SEC EDGAR filings and Polygon.io market data.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Stock ticker symbol (e.g., AAPL, MSFT, GOOGL) |
No output schema declared.
No examples provided.
calculate_dcf ~202
Calculate Discounted Cash Flow valuation with sensitivity analysis and reverse DCF. Returns fair value per share, margin of safety, projected FCFs, and a WACC vs terminal growth sensitivity matrix.
| Name | Type | Req | Description |
|---|---|---|---|
| growth_rate | number | — | Annual FCF growth rate during projection period (decimal, e.g., 0.10 for 10%). Defaults to historical FCF CAGR or 8%. |
| projection_years | number | — | Number of years to project FCF (5-20). Default: 10. |
| terminal_growth | number | — | Perpetual growth rate after projection period (decimal, e.g., 0.025 for 2.5%). Default: 0.025. |
| ticker | string | yes | Stock ticker symbol (e.g., AAPL, MSFT) |
| wacc | number | — | Weighted Average Cost of Capital (decimal, e.g., 0.10 for 10%). Default: computed via CAPM. |
No output schema declared.
No examples provided.
get_analyst_ratings ~64
Get estimated analyst consensus ratings, price targets, and recommendation distribution for a company. Note: ratings are DeepViews estimates derived from valuation metrics, not real analyst data.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Stock ticker symbol (e.g., AAPL, MSFT) |
No output schema declared.
No examples provided.
get_comparables ~93
Get comparable company analysis showing a target company vs its closest peers by market cap. Returns per-company metrics (P/E, P/B, P/S, EV/EBITDA, Gross Margin, Net Margin, ROE, D/E) with group statistics. Data from SEC EDGAR filings + Polygon.io market caps.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Stock ticker symbol (e.g., AAPL, MSFT) |
No output schema declared.
No examples provided.
get_industry_benchmarks ~96
Get industry benchmark data comparing a company against its sector peers. Returns 25th/50th/75th percentile for P/E, P/B, P/S, EV/EBITDA, margins, ROE, current ratio, and debt-to-equity. Data from SEC EDGAR filings with Polygon.io market caps.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Stock ticker symbol (e.g., AAPL, MSFT) |
No output schema declared.
No examples provided.
get_news_sentiment ~69
Get aggregated news sentiment analysis for a company over the last 30 days. Returns sentiment score (-100 to +100), label, trend, and article count breakdown. Powered by Polygon.io news API.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Stock ticker symbol (e.g., AAPL, MSFT) |
No output schema declared.
No examples provided.
screen_stocks ~335
Screen stocks by sector, industry, and financial metrics. Filter by P/E, P/B, EV/EBITDA, ROE, debt-to-equity, market cap, and revenue. Returns matching companies with full financial profiles.
| Name | Type | Req | Description |
|---|---|---|---|
| de_max | number | — | Maximum Debt-to-Equity ratio |
| de_min | number | — | Minimum Debt-to-Equity ratio |
| eveb_max | number | — | Maximum EV/EBITDA |
| eveb_min | number | — | Minimum EV/EBITDA |
| industry | string | — | Industry within the sector (optional) |
| mc_max | number | — | Maximum market cap in dollars |
| mc_min | number | — | Minimum market cap in dollars (e.g., 1000000000 for $1B) |
| pb_max | number | — | Maximum P/B ratio |
| pb_min | number | — | Minimum P/B ratio |
| pe_max | number | — | Maximum P/E ratio |
| pe_min | number | — | Minimum P/E ratio |
| rev_max | number | — | Maximum revenue in dollars |
| rev_min | number | — | Minimum revenue in dollars |
| roe_max | number | — | Maximum Return on Equity (decimal) |
| roe_min | number | — | Minimum Return on Equity (decimal, e.g., 0.15 for 15%) |
| sector | string | yes | GICS sector name (e.g., "Technology", "Healthcare", "Financial Services", "Energy", "Industrials", "Consumer Cyclical", "Consumer Defensive", "Communication Services", "Utilities", "Real Estate", "Ba… |
No output schema declared.
No examples provided.