npm @savvly/mcp-serverstreamable-httpApache-2.0updated 15d 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.
savvly で何ができる?
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.
インストール
savvly をクライアントに追加します。お使いのものを選んでください。
{
"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 個のツール
savvly は接続したエージェントに 7 個のツールを提供します。
- 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
スコア
84 / 100
優秀
- ドキュメント22/25
- メンテナンス25/25
- 信頼性16/20
- 機能6/15
- 導入のしやすさ15/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.92最新 | 2026年8月23日 |
| 1.0.91 | 2026年8月23日 |
| 1.0.90 | 2026年8月20日 |
| 1.0.89 | 2026年8月20日 |
| 1.0.88 | 2026年8月4日 |
| 1.0.87 | 2026年8月3日 |
| 1.0.86 | 2026年7月29日 |
| 1.0.85 | 2026年7月29日 |
| 1.0.84 | 2026年7月29日 |
| 1.0.82 | 2026年7月27日 |
| 1.0.81 | 2026年7月20日 |
| 1.0.80 | 2026年7月17日 |
| 1.0.79 | 2026年7月14日 |
| 1.0.78 | 2026年7月13日 |
| 1.0.77 | 2026年7月11日 |
| 1.0.76 | 2026年7月9日 |
| 1.0.75 | 2026年7月9日 |
| 1.0.74 | 2026年7月8日 |
| 1.0.73 | 2026年7月8日 |
| 1.0.72 | 2026年7月7日 |
| 1.0.71 | 2026年7月7日 |
| 1.0.70 | 2026年7月7日 |
| 1.0.68 | 2026年6月30日 |
| 1.0.67 | 2026年6月24日 |
| 1.0.66 | 2026年6月24日 |
| 1.0.65 | 2026年6月24日 |
| 1.0.61 | 2026年6月19日 |
| 1.0.60 | 2026年6月19日 |
| 1.0.59 | 2026年6月19日 |
| 1.0.58 | 2026年6月19日 |
| 1.0.57 | 2026年6月18日 |
| 1.0.56 | 2026年6月18日 |
| 1.0.55 | 2026年6月18日 |
| 1.0.48 | 2026年6月17日 |
| 1.0.47 | 2026年6月16日 |
| 1.0.46 | 2026年6月16日 |
| 1.0.45 | 2026年6月16日 |
| 1.0.44 | 2026年6月16日 |
| 1.0.43 | 2026年6月16日 |
| 1.0.42 | 2026年6月16日 |
| 1.0.41 | 2026年6月16日 |
| 1.0.40 | 2026年6月12日 |
| 1.0.39 | 2026年6月10日 |
| 1.0.38 | 2026年6月10日 |
| 1.0.33 | 2026年6月7日 |
| 1.0.32 | 2026年6月7日 |
| 1.0.31 | 2026年6月6日 |
| 1.0.26 | 2026年6月3日 |
| 1.0.25 | 2026年6月3日 |
| 1.0.24 | 2026年6月3日 |
| 1.0.23 | 2026年6月2日 |
| 1.0.22 | 2026年6月2日 |
| 1.0.21 | 2026年6月2日 |
| 1.0.20 | 2026年5月30日 |
| 1.0.19 | 2026年5月30日 |
| 1.0.6 | 2026年5月27日 |
| 1.0.5 | 2026年5月27日 |
| 1.0.4 | 2026年5月27日 |
| 1.0.3 | 2026年5月27日 |
| 1.0.2 | 2026年5月27日 |