Savvly MCP: query fund data, model projections, and compare against alternative retirement products.
MCPpedia last refreshed this data
com.savvly/savvly is an MCP server that savvly MCP: query fund data, model projections, and compare against alternative retirement products. Its tool list has not been published yet, requires no API key, and scores 81/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"savvly": {
"args": [
"@savvly/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
CANONICAL PUBLIC README for the Savvly MCP server. Source of truth lives here in savvly-public-api (private); the release workflow (.github/workflows/publish-mcp-server.yml) syncs this file — plus server.json and LICENSE — to the PUBLIC Savvly/savvly-mcp repo on every production release. Do not edit it directly in savvly-mcp; edit here.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@savvly/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @savvly/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP Security Weekly
Get CVE alerts and security updates for com.savvly/savvly and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
com.savvly/savvlySavvly 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.
| 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 |
{
"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.
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 SavvlyProjection tools emit interactive MCP Apps chart widgets on hosts that support them.
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.
Apache-2.0.