Fund Dashboard MCP Server
Fund Dashboard
个人投资组合分析平台:基金 / 股票持仓管理、净值追踪、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( |
前端 | React + Vite + echarts( |
契约 | zod schemas 前后端共享( |
存储 | 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 .文档
文档 | 内容 |
架构 | |
UI 设计系统 | |
测试体系 | |
变更日志 | |
贡献与发布流程 | |
构建与运行 | |
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
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables 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.8163MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.1MIT
- AlicenseAqualityCmaintenanceProvides 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.176MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform Black-Litterman portfolio optimization with investor views, backtesting, and asset analysis, generating dashboards for visualization.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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