# io.github.VidhiJav/myrsu-mcp (npm · myrsu-mcp)

Concentration risk analysis for tech workers with RSU comp — global (US/IN/CA/UK/EU/AU).

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

## Components

- remote · `myrsu-mcp.vidhidev.workers.dev`: 58/100, [markdown](https://verifymcp.io/servers/vidhijav-myrsu-mcp/myrsu-mcp.md), [page](https://verifymcp.io/servers/vidhijav-myrsu-mcp/myrsu-mcp)
- npm · `myrsu-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/vidhijav-myrsu-mcp/myrsu-mcp-2.md), [page](https://verifymcp.io/servers/vidhijav-myrsu-mcp/myrsu-mcp-2)

## Channel facts

- Registry: `npm`
- Package: `myrsu-mcp`
- Version: `0.4.0`
- 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 (Apache-2.0).
  - Actively maintained (last published 76 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1079 tokens (~539/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 87% 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 vidhijav-myrsu-mcp -- npx -y myrsu-mcp
```

### Codex

```bash
codex mcp add vidhijav-myrsu-mcp -- npx -y myrsu-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add vidhijav-myrsu-mcp --command npx --arg -y --arg myrsu-mcp
```

### Hermes

```yaml
mcp_servers:
  vidhijav-myrsu-mcp:
    command: "npx"
    args: ["-y", "myrsu-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vidhijav-myrsu-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "myrsu-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 65, +41)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Maintenance: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → excellent
- [functional] First check of Schema quality: unverified
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 24, +8)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 16, −25)

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

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

First indexed and scored.

## MCP tools (2)

### `myrsu_analyze_risk` (~901 tokens)

Analyze single-company concentration risk

Calculate the Single-Company Risk Score (0-100) and full concentration analysis for a tech worker with significant RSU comp. Returns risk score, concentration %, wealth-at-risk, diversification gap, top action items, and a pre-filled dashboard URL. Use this whenever someone describes their wealth, employer, and stock holdings and wants to know how risky their setup is. All fields are optional except an employer (ticker OR explicit volatility), but the more inputs provided, the more accurate the analysis. International — pass `country` (US/IN/CA/UK/EU/AU/OTHER) to switch retirement-account terminology and currency symbol. The risk math is identical for all countries. Stateless and privacy-first — no data leaves the local calculation.

Input parameters:

- `cash` (number): Cash, savings, money market funds, CDs (in the user's local currency).
- `cost_basis` (number): Average cost basis of vested stock (price the user acquired at).
- `country` (string): Country code for response terminology. Affects retirement-account names referenced (401k vs RRSP vs ISA vs EPF vs Super), tax-aware diversification suggestions, and currency symbol. Default 'US'. The…
- `credit_card_debt` (number)
- `currency_symbol` (string): Override currency symbol for formatted output (e.g. '$', '₹', '€', '£', 'C$', 'A$'). If omitted, derived from `country` (US→$, IN→₹, UK→£, EU→€, CA→C$, AU→A$).
- `diversified_investments` (number): Taxable brokerage account: ETFs, index funds, bonds, OTHER companies' stocks. Non-retirement.
- `employer_income` (number): Annual income from the employer: salary + bonus + RSU vesting.
- `employer_ticker` (string): Stock ticker or company name (e.g. 'NVDA', 'NVIDIA', 'Tesla'). Used to look up annual volatility. If not in the preset list, supply employer_volatility_pct instead.
- `employer_type` (string): Affects how correlated the user's income is with the stock. Public company is the safer default.
- `employer_volatility_pct` (number): Annual volatility (σ) as a percent (e.g. 50 for 50%). Override if employer_ticker isn't recognized.
- `federal_ltcg_pct` (number): National long-term capital gains rate as a percent (US: 15-20; UK basic: 10; UK higher: 20; India LTCG over ₹1L: 10; Canada: 50% inclusion × marginal rate; AU: marginal rate w/ 50% discount if held 1…
- `home_value` (number): Today's estimated market value of the home (gross, NOT equity). Leave 0 if user rents.
- `include_nii` (boolean): US-only: include the 3.8% Net Investment Income surcharge (applies if AGI > $200K single / $250K married). Leave false outside the US.
- `mortgage` (number): Outstanding mortgage balance ($). Used for the homeowner stress test.
- `other_assets` (number): Crypto, cars, business stake, collectibles.
- `other_debt` (number)
- `other_income` (number): Annual income that does NOT depend on the employer: spouse, side hustle, dividends from other companies, rentals.
- `retirement_accounts` (number): Retirement / tax-advantaged accounts: 401(k)/IRA (US), RRSP/TFSA (Canada), ISA/SIPP (UK), EPF/PPF/NPS (India), Superannuation (Australia), etc. Counted full for Net Worth but discounted to 70% in the…
- `state_tax_pct` (number): Local/state/provincial capital gains tax rate as a percent. US: 0 in TX/FL/WA, ~13.3 in CA. Use 0 if your country has no sub-national capital gains tax.
- `student_loans` (number)
- `unvested_rsus` (number): Future RSU shares at today's price. Note: forfeited if user loses job.
- `vested_company_stock` (number): Employer shares the user already owns outright ($, current market value).

### `myrsu_get_employer` (~178 tokens)

Look up employer volatility and drawdown history

Look up annual volatility (σ), historical peak-to-trough drawdowns, and the recommended max concentration cap for any of 40+ tech employer presets (NVDA, TSLA, MSFT, GOOGL, META, AAPL, AMZN, plus SaaS / cloud / semis / consumer / fintech / mobility). Use this when a user mentions their employer but you don't yet have their wealth numbers — gives quick context. Accepts ticker or name (case-insensitive). Returns 'not found' if outside the preset list; in that case ask the user for a volatility estimate and use myrsu_analyze_risk directly.

Input parameters:

- `ticker_or_name` (string, required): Stock ticker or company name. Case-insensitive. Examples: 'NVDA', 'NVIDIA', 'tesla', 'Meta Platforms'.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 24
- 2026-07-31: 16
- 2026-07-30: 41
- 2026-07-28: 41
- 2026-07-27: 41

## Links

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