AgentHubAgentHub

savvly

MCP ServerMCP Registry官方收录

com.savvly/savvly · v1.0.39

Savvly Longevity Benefit: product, comparisons, eligibility, and retirement projections.

概览

savvly 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "savvly": {
      "command": "npx",
      "args": [
        "-y",
        "@savvly/mcp-server"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.savvly/savvly",
  "type": "mcp-server",
  "version": "1.0.39",
  "displayName": "savvly",
  "description": "Savvly Longevity Benefit: product, comparisons, eligibility, and retirement projections.",
  "repository": {
    "url": "https://github.com/Savvly/savvly-mcp",
    "source": "github"
  },
  "homepage": "https://savvly.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@savvly/mcp-server",
        "version": "1.0.39",
        "runtimeHint": "npx",
        "transport": "stdio"
      },
      {
        "registryType": "pypi",
        "identifier": "savvly-mcp-server",
        "version": "1.0.39",
        "runtimeHint": "uvx",
        "transport": "stdio"
      },
      {
        "registryType": "nuget",
        "identifier": "Savvly.McpServer",
        "version": "1.0.39",
        "runtimeHint": "dnx",
        "transport": "stdio"
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/savvly/savvly-mcp-server:1.0.39",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Savvly/savvly-mcp/releases/download/v1.0.39/savvly-mcp-server.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://api.savvly.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.savvly/savvly",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.savvly%2Fsavvly/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
savvly — MCP Server 安装与配置 · AgentHub