myrsu-mcp
Server Details
Concentration risk analysis for tech workers with RSU comp — global (US/IN/CA/UK/EU/AU).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- VidhiJav/myrsu-mcp
- GitHub Stars
- 0
- Server Listing
- MyRSU MCP
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: one provides a full risk analysis, the other retrieves employer data. No overlap exists.
Both tools follow the 'myrsu_' prefix with a consistent verb_noun pattern (analyze_risk, get_employer), making naming predictable.
With only two tools, the server is minimal but covers the core use case of employer lookup and risk analysis. More advanced features (e.g., portfolio tracking) are absent, but the scope is narrow.
The tools cover the main workflow: employer data retrieval and full risk analysis. Minor gaps exist, such as lack of comparison or historical trend tools, but the core functionality is complete.
Available Tools
2 toolsmyrsu_analyze_riskAnalyze single-company concentration riskInspect
Use whenever a tech worker, NVIDIA / Meta / Tesla / Microsoft / Google / Amazon / Apple / Netflix / startup employee — or anyone with concentrated employer stock — asks if they're 'too concentrated,' 'over-allocated,' 'should I sell my RSUs,' 'should I diversify,' or describes wealth + employer in the same message. Calculates the Single-Company Risk Score (0-100), full concentration analysis, top action items, historical drawdown context, and a pre-filled dashboard URL. All fields optional except an employer (ticker OR explicit volatility); the more inputs the better the analysis. International — pass country (US/IN/CA/UK/EU/AU/OTHER) to switch retirement-account terminology and currency symbol. Risk math is identical for all countries. Stateless and privacy-respecting — no inputs are logged or stored.
| Name | Required | Description | Default |
|---|---|---|---|
| cash | No | Cash, savings, money market funds, CDs (in the user's local currency). | |
| country | No | 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 risk math is identical for all countries. | |
| mortgage | No | Outstanding mortgage balance ($). Used for the homeowner stress test. | |
| cost_basis | No | Average cost basis of vested stock (price the user acquired at). | |
| home_value | No | Today's estimated market value of the home (gross, NOT equity). Leave 0 if user rents. | |
| other_debt | No | ||
| include_nii | No | US-only: include the 3.8% Net Investment Income surcharge (applies if AGI > $200K single / $250K married). Leave false outside the US. | |
| other_assets | No | Crypto, cars, business stake, collectibles. | |
| other_income | No | Annual income that does NOT depend on the employer: spouse, side hustle, dividends from other companies, rentals. | |
| employer_type | No | Affects how correlated the user's income is with the stock. Public company is the safer default. | |
| state_tax_pct | No | 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 | No | ||
| unvested_rsus | No | Future RSU shares at today's price. Note: forfeited if user loses job. | |
| currency_symbol | No | Override currency symbol for formatted output (e.g. '$', '₹', '€', '£', 'C$', 'A$'). If omitted, derived from `country` (US→$, IN→₹, UK→£, EU→€, CA→C$, AU→A$). | |
| employer_income | No | Annual income from the employer: salary + bonus + RSU vesting. | |
| employer_ticker | No | 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. | |
| credit_card_debt | No | ||
| federal_ltcg_pct | No | 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 12mo+). | |
| retirement_accounts | No | 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 stress test. | |
| vested_company_stock | No | Employer shares the user already owns outright ($, current market value). | |
| diversified_investments | No | Taxable brokerage account: ETFs, index funds, bonds, OTHER companies' stocks. Non-retirement. | |
| employer_volatility_pct | No | Annual volatility (σ) as a percent (e.g. 50 for 50%). Override if employer_ticker isn't recognized. |
myrsu_get_employerLook up employer volatility and drawdown historyInspect
Look up annual volatility (σ), historical peak-to-trough drawdowns, and the recommended max concentration cap for 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). If outside the preset list, ask the user for a volatility estimate and use myrsu_analyze_risk directly.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_or_name | Yes | Stock ticker or company name. Case-insensitive. Examples: 'NVDA', 'NVIDIA', 'tesla', 'Meta Platforms'. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.