AgentHubAgentHub

Wealthos

MCP ServerMCP Registry官方收录

cc.wealthos/mcp · v1.0.0

Plan your financial future with AI: track net worth, manage budgets, and forecast scenarios.

概览

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

安装

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

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.wealthos.cc"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "cc.wealthos/mcp",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Wealthos",
  "description": "Plan your financial future with AI: track net worth, manage budgets, and forecast scenarios.",
  "homepage": "https://wealthos.cc/mcp",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.wealthos.cc"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "cc.wealthos/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/cc.wealthos%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Wealthos — MCP Server 安装与配置 · AgentHub