@savvly/mcp-server
v1.0.40
Published
Savvly Longevity Benefit: product, comparisons, eligibility, and retirement projections.
Downloads
3,131
Readme
@savvly/mcp-server (npm)
Savvly Longevity Benefit: product, comparisons, eligibility, and retirement projections. Stdio MCP server that gives Claude Desktop, Cursor, Windsurf, and other MCP-compatible AI agents access to Savvly product info, eligibility checks, Savvly-vs-alternative comparisons, an audience-tagged Q&A library, and retirement / lump-sum / monthly projections (with inline MCP Apps chart widgets).
This is the npm distribution of the same server also published to PyPI as
savvly-mcp-server, to NuGet as Savvly.McpServer, and to the official MCP
Registry as com.savvly/savvly.
Install & run
npx @savvly/mcp-server
# or install globally:
npm install -g @savvly/mcp-server && savvly-mcpClaude Desktop / Cursor config
{
"mcpServers": {
"savvly": {
"command": "npx",
"args": ["@savvly/mcp-server"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| get_savvly_product_info | Complete product details |
| compare_savvly_vs_alternative | Comparison vs annuities / target-date funds / etc. |
| project_savvly_lumpsum | Lump-sum payout projection |
| project_savvly_monthly | Monthly contribution projection |
| project_retirement_with_savvly | Full retirement simulation |
| check_savvly_eligibility | Eligibility check |
| get_savvly_faq | FAQ filtered by topic |
| search_savvly_content | Audience-tagged Q&A library search |
Projection tools emit interactive MCP Apps chart widgets on hosts that support them.
Resources
savvly://product/overviewsavvly://product/comparison-matrixsavvly://product/payout-schedulesavvly://content/qa-library
Remote alternative
Prefer a hosted endpoint? Connect via Streamable HTTP at https://api.savvly.com/mcp.
License
Apache-2.0.
