Skip to main content
Glama
DeliciousBuding

Fund Dashboard MCP Server

Fund Dashboard

CI Release License Go Node

个人投资组合分析平台:基金 / 股票持仓管理、净值追踪、XIRR 年化、最大回撤、穿透分析、DCA 定投回测、蒙特卡洛模拟,以及面向 AI agent 的 MCP server。

Go 后端 + React 前端,单容器部署,SQLite 持久化(可选 PostgreSQL)。

功能

  • 持仓管理:基金 + 股票(A 股 / 港股 / 美股)统一管理,交易 CRUD,自动快照重算

  • 量化分析:XIRR 年化收益率、最大回撤、组合净值走势、盈亏分布、蒙特卡洛模拟、相关性热力图、基金对比雷达、DCA 定投回测

  • 穿透分析:基金持仓穿透到底层股票,按行业聚合

  • MCP server:AI agent 工具(portfolio / transactions / admin / market / analysis / report),Streamable HTTP 传输,Bearer key 认证

  • 双主题:亮 / 暗主题,红涨绿跌

Related MCP server: Wealth Management MCP

技术栈

技术

后端

Go(cmd/fund-dashboard + internal/*),net/http + go-chi

前端

React + Vite + echarts(packages/web

契约

zod schemas 前后端共享(packages/contracts

存储

SQLite(默认),可选 PostgreSQL 双驱动

认证

Bearer key(operator / analyst 双 scope)+ edge proxy 注入的写路径 key

快速开始

# 测试
go test ./... -count=1
npm ci && npm test

# 构建
go build -o bin/fund-dashboard ./cmd/fund-dashboard
npm run build --workspace packages/web

# 容器
docker build -f deploy/Dockerfile -t fund-dashboard:local .

文档

文档

内容

docs/ARCHITECTURE.md

架构

docs/DESIGN.md

UI 设计系统

docs/TESTING.md

测试体系

CHANGELOG.md

变更日志

CONTRIBUTING.md

贡献与发布流程

deploy/README.md

构建与运行

AGENTS.md

Agent 共享约束

发布

本项目遵循 语义化版本。发布通过 Git tag 触发:

./scripts/release.sh 2.0.0   # 归并 CHANGELOG + 打 tag v2.0.0 + 推送

tag 推送后 GitHub Actions 自动构建多架构镜像(GHCR)并创建 Release,release notes 取自 CHANGELOG.md。镜像拉取:

docker pull ghcr.io/deliciousbuding/fund-dashboard:latest

参与贡献

欢迎提 Issue 和 PR。开发流程:从 main 拉出 feature/* 分支,改动后提 PR 回 main。详见 CONTRIBUTING.md

License: Apache-2.0

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to retrieve real-time data on wallet DeFi positions, token balances, and NFT holdings across multiple blockchains. It supports hundreds of protocols and provides specialized tools for chain-specific or protocol-specific portfolio analysis.
    8
    16
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides specialized tools for portfolio health analysis, rebalance simulations, and trade execution via a single interface powered by MongoDB. It enables AI agents to manage investment portfolios while adhering to organizational governing rules, clearance guards, and rate limits.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.
    17
    6
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to perform Black-Litterman portfolio optimization with investor views, backtesting, and asset analysis, generating dashboards for visualization.
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI agents to bank accounts, transactions, balances, and investments.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

  • Build, backtest, and deploy quantitative trading strategies from your AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeliciousBuding/fund-dashboard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server