Myrsu
Description
# MyRSU MCP [](https://www.npmjs.com/package/myrsu-mcp) [](https://www.npmjs.com/package/myrsu-mcp) [](https://www.npmjs.com/package/myrsu-mcp) [](https://www.npmjs.com/package/myrsu-mcp) [](LICENSE) > An…
Details
- Author
- VidhiJav
- Downloads
- 150
- Categories
- Other
Jump to
- myrsu_analyze_risk: full concentration‑risk analysis with a 0–100 Risk Score
- myrsu_get_employer: quick lookup for 40+ tech‑employer presets (volatility, drawdowns)
- Supports international inputs (US, IN, CA, UK, EU, AU, OTHER) with correct currency and retirement labels
- Provides Wealth‑at‑Risk, diversification gap, homeowner stress test, and prioritised action items
- Pre‑fills a dashboard URL for interactive follow‑up on myrsu.app
- Open source (Apache 2.0) — fully auditable
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MyrsuCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
For HTTP-MCP clients (e.g., Claude Desktop, any HTTP client), paste the connector URL: https://myrsu-mcp.vidhidev.workers.dev/mcp. For stdio clients (Claude Code, Cursor, Continue, Cline), install globally via npx -y myrsu-mcp and use the command claude mcp add myrsu -- npx -y myrsu-mcp. Alternatively, add it as an MCP server in the client’s config with command: "npx" and args: ["-y", "myrsu-mcp"].
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"myrsu": {
"myrsu-mcp": {
"command": "npx",
"args": [
"wrangler",
"login"
]
}
}
}
}
McpServers
{
"myrsu-mcp": {
"command": "npx",
"args": [
"wrangler",
"login"
]
}
}
MyRSU MCP
> An MCP server that lets your AI assistant analyze single-company concentration risk for tech workers with RSU comp.
When you ask Claude "I have $700K in NVDA stock — am I dangerously concentrated?", this server gives Claude real numbers instead of generic advice: a 0-100 Risk Score, your specific Wealth-at-Risk in dollars, historical drawdowns of your employer's stock, prioritized action items, and a pre-filled dashboard URL.
Privacy-first. Stateless. Zero logging. No persistence. Calculations run on Cloudflare's edge (or locally via stdio) with nothing stored.
Companion to: myrsu.app — the free interactive web dashboard.
---
Install in 30 seconds
Claude Desktop / Web / any HTTP-MCP client
In your client's "Add custom connector" dialog, paste:
https://myrsu-mcp.vidhidev.workers.dev/mcp
That's it. No local install, no Node required.
Claude Code / Cursor / Continue / Cline (stdio)
claude mcp add myrsu -- npx -y myrsu-mcp
Or in your client's config file:
{
"mcpServers": {
"myrsu": {
"command": "npx",
"args": ["-y", "myrsu-mcp"]
}
}
}
---
What it does
Two tools available to the AI:
myrsu_analyze_risk
Full concentration-risk analysis. Inputs: any combination of cash, brokerage, retirement, vested stock, unvested RSUs, home value, mortgage, income, employer, tax rates. Outputs: Risk Score (0–100), concentration %, Wealth-at-Risk, diversification gap, homeowner stress test (months of runway if you lose your job AND the stock crashes 50%), top 3-5 action items, historical drawdown context, pre-filled dashboard URL.
International support. Pass country (US, IN, CA, UK, EU, AU, OTHER) and the response uses the right currency symbol ($/₹/€/£/C$/A$) and the right retirement-account terminology (401(k)/IRA, RRSP/TFSA, ISA/SIPP, EPF/PPF/NPS, Superannuation, etc.). The risk math is identical for all countries — only labels change.
myrsu_get_employer
Quick lookup for 40+ tech-employer presets. Returns annual volatility (σ), historical peak-to-trough drawdowns (NVDA 2022 −66%, META 2022 −76%, etc.), and recommended safe-concentration cap.
Covers NVDA, TSLA, MSFT, GOOGL, META, AAPL, AMZN + enterprise SaaS, cloud/data/security, semiconductors, consumer internet, fintech/crypto, marketplaces/mobility.
---
Example conversation
> User: I work at NVIDIA. I have about $700K in NVDA stock (split $400K vested + $300K unvested RSUs), $300K liquid in cash and ETFs, and earn $250K/yr. No mortgage, no debt. Am I dangerously concentrated?
>
> Claude: (calls myrsu_analyze_risk in the background)
>
> Yes — you're meaningfully concentrated. Risk Score: 73.5 / 100 — Dangerous.
>
> 70% of your $1M net worth is tied to a single stock that's also your employer and your income source. That triple overlap is the core problem.
>
> Historical reference: NVDA dropped 85% in the 2008 financial crisis. A repeat would take your $700K to ~$105K — cutting your net worth nearly in half to ~$405K.
>
> Your situation is riskier than most because:
> - Income is correlated to NVDA — if the stock falls, layoffs often follow
> - $300K unvested disappears if you lose your job during a downturn
>
> Practical path forward:
> - Recommended cap for σ=50% stocks is ~25% of NW (~$250K). You're $450K overweight.
> - At $100K/yr sell pace, you reach safe concentration in ~4.5 years
> - Sell RSUs on vest day — treat each vest as a cash bonus, not a re-investment
>
> Full interactive dashboard: https://myrsu.app/?s=eyJj...
---
Why this exists
Tech workers with concentrated RSU comp face a real risk that's hard to quantify in their head: most of their wealth AND their income depend on a single company's stock. When Claude is asked about this, the default answer is generic ("consider diversifying, talk to a CPA"). With this MCP loaded, Claude can do the actual math and give a tailored answer.
---
Privacy
This server is designed to be honest about how user data is handled:
- Stateless — same inputs always produce the same outputs. No session state.
- No logging — server does not write inputs, outputs, or identifiers to any log.
- No persistence — no database, no cache.
- No third-party calls — calculation is pure math, runs locally in the Worker process.
- Open source — you can audit every line.
When you call this MCP, your inputs (wealth values, employer, income) transit through Cloudflare's network once and are not retained.
If you prefer to run it entirely on your own machine, install the stdio version (npx -y myrsu-mcp) — calculations happen on your hardware, never leaving your device.
---
Development
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



