npm @savvly/mcp-serverstreamable-httpApache-2.0updated 16d ago
Savvly offers longevity-linked, SEC-registered investment products — built on the Savvly 80+ fund — that invests pooled contributions in a low-cost S&P 500 ETF and makes milestone cash payouts at ages 80, 85, 90, and 95, turning a longer life into a financial reward rather than a risk.
Was kannst du mit savvly machen?
Savvly MCP server — com.savvly/savvly
Savvly offers longevity-linked, SEC-registered investment products — built on the Savvly 80+ fund — that invests pooled contributions in a low-cost S&P 500 ETF and makes milestone cash payouts at ages 80, 85, 90, and 95, turning a longer life into a financial reward rather than a risk.
Savvly MCP lets financial advisors, planning tools, and AI agents query fund data, model projections, and compare against alternative retirement products directly, in real time, in any conversation, and without any manual lookup.
Listed on the MCP Registry as
com.savvly/savvly and published to five package types plus a hosted remote — use
whichever fits your client.
Install
| Channel | Command / config |
|---|---|
| Remote (hosted) | https://api.savvly.com/mcp (streamable-http) |
| npm | npx @savvly/mcp-server |
| PyPI | uvx savvly-mcp-server |
| NuGet | dnx Savvly.McpServer (or dotnet tool install -g Savvly.McpServer) |
| Docker / OCI | docker run -i --rm ghcr.io/savvly/savvly-mcp-server |
| MCPB | download the .mcpb from Releases and open it in an MCPB-capable host |
Claude Desktop / Cursor / Windsurf (stdio)
{
"mcpServers": {
"savvly": { "command": "npx", "args": ["@savvly/mcp-server"] }
}
}
Swap command/args for uvx savvly-mcp-server, dnx Savvly.McpServer, or
docker run -i --rm ghcr.io/savvly/savvly-mcp-server as you prefer. Hosts that support
remote MCP can point straight at https://api.savvly.com/mcp.
Tools
get_savvly_product_info— full product overviewcompare_savvly_vs_alternative— Savvly vs annuities, target-date funds, etc.check_savvly_eligibility— age / residency / channel eligibilityget_savvly_faq— FAQ by topicsearch_savvly_content— audience-tagged Q&A libraryproject_savvly_lumpsum/project_savvly_monthly— payout projections (milestone ages)project_retirement_with_savvly— full retirement trajectory with vs. without Savvly
Projection tools emit interactive MCP Apps chart widgets on hosts that support them.
Links
- Website: https://savvly.com
- Disclosures: https://www.savvly.com/disclosures
Privacy Policy
Savvly's privacy policy: https://www.savvly.com/privacy-policy
This MCP server is public and unauthenticated — it exposes Savvly product information, comparisons, eligibility, and illustrative projections, and requires no account or credentials. It collects no personal information and no end-user identifier (no client IP is captured; no user is identified).
The hosted endpoint (https://api.savvly.com/mcp) records anonymous usage analytics via AgentCat (formerly MCPcat), a third-party processor, to improve the tools — which tools are called and their non-identifying numeric scenario inputs (e.g. age, contribution amount). Email, phone, SSN, and payment-card patterns are redacted from any text before it is sent. The local npx @savvly/mcp-server (stdio) sends no analytics.
License
Apache-2.0.
Installation
savvly zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://api.savvly.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server -- npx -y @savvly/mcp-servercodex mcp add mcp-server -- npx -y @savvly/mcp-serveramp mcp add mcp-server -- npx -y @savvly/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @savvly/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
7 Tools
savvly stellt einem verbundenen Agent 7 Tools bereit.
- get_savvly_product_info
- full product overview
- compare_savvly_vs_alternative
- Savvly vs annuities, target-date funds, etc.
- check_savvly_eligibility
- age / residency / channel eligibility
- get_savvly_faq
- FAQ by topic
- search_savvly_content
- audience-tagged Q&A library
- project_savvly_lumpsum
- / `project_savvly_monthly` — payout projections (milestone ages)
- project_retirement_with_savvly
- full retirement trajectory with vs. without Savvly
Score
84 / 100
Ausgezeichnet
- Dokumentation22/25
- Pflege25/25
- Vertrauen16/20
- Funktionsumfang6/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.92Aktuell | 23. Aug. 2026 |
| 1.0.91 | 23. Aug. 2026 |
| 1.0.90 | 20. Aug. 2026 |
| 1.0.89 | 20. Aug. 2026 |
| 1.0.88 | 4. Aug. 2026 |
| 1.0.87 | 3. Aug. 2026 |
| 1.0.86 | 29. Juli 2026 |
| 1.0.85 | 29. Juli 2026 |
| 1.0.84 | 29. Juli 2026 |
| 1.0.82 | 27. Juli 2026 |
| 1.0.81 | 20. Juli 2026 |
| 1.0.80 | 17. Juli 2026 |
| 1.0.79 | 14. Juli 2026 |
| 1.0.78 | 13. Juli 2026 |
| 1.0.77 | 11. Juli 2026 |
| 1.0.76 | 9. Juli 2026 |
| 1.0.75 | 9. Juli 2026 |
| 1.0.74 | 8. Juli 2026 |
| 1.0.73 | 8. Juli 2026 |
| 1.0.72 | 7. Juli 2026 |
| 1.0.71 | 7. Juli 2026 |
| 1.0.70 | 7. Juli 2026 |
| 1.0.68 | 30. Juni 2026 |
| 1.0.67 | 24. Juni 2026 |
| 1.0.66 | 24. Juni 2026 |
| 1.0.65 | 24. Juni 2026 |
| 1.0.61 | 19. Juni 2026 |
| 1.0.60 | 19. Juni 2026 |
| 1.0.59 | 19. Juni 2026 |
| 1.0.58 | 19. Juni 2026 |
| 1.0.57 | 18. Juni 2026 |
| 1.0.56 | 18. Juni 2026 |
| 1.0.55 | 18. Juni 2026 |
| 1.0.48 | 17. Juni 2026 |
| 1.0.47 | 16. Juni 2026 |
| 1.0.46 | 16. Juni 2026 |
| 1.0.45 | 16. Juni 2026 |
| 1.0.44 | 16. Juni 2026 |
| 1.0.43 | 16. Juni 2026 |
| 1.0.42 | 16. Juni 2026 |
| 1.0.41 | 16. Juni 2026 |
| 1.0.40 | 12. Juni 2026 |
| 1.0.39 | 10. Juni 2026 |
| 1.0.38 | 10. Juni 2026 |
| 1.0.33 | 7. Juni 2026 |
| 1.0.32 | 7. Juni 2026 |
| 1.0.31 | 6. Juni 2026 |
| 1.0.26 | 3. Juni 2026 |
| 1.0.25 | 3. Juni 2026 |
| 1.0.24 | 3. Juni 2026 |
| 1.0.23 | 2. Juni 2026 |
| 1.0.22 | 2. Juni 2026 |
| 1.0.21 | 2. Juni 2026 |
| 1.0.20 | 30. Mai 2026 |
| 1.0.19 | 30. Mai 2026 |
| 1.0.6 | 27. Mai 2026 |
| 1.0.5 | 27. Mai 2026 |
| 1.0.4 | 27. Mai 2026 |
| 1.0.3 | 27. Mai 2026 |
| 1.0.2 | 27. Mai 2026 |