Fund Dashboard MCP Server
Fund Dashboard
개인 투자 포트폴리오 분석 플랫폼: 펀드/주식 보유 관리, 순자산가치 추적, XIRR 연환산 수익률, 최대 낙폭(MDD), 관통 분석, DCA 적립식 투자 백테스트, 몬테카를로 시뮬레이션, 그리고 AI 에이전트를 위한 MCP 서버.
순수 Go 백엔드 + React 프론트엔드, 단일 컨테이너 배포, SQLite 영속화(선택적으로 PostgreSQL).
기능
보유 관리: 펀드 + 주식(A주 / 홍콩주 / 미국주) 통합 관리, 거래 CRUD, 자동 스냅샷 재계산
정량 분석: XIRR 연환산 수익률, 최대 낙폭, 포트폴리오 순자산가치 추이, 손익 분포, 몬테카를로 시뮬레이션, 상관관계 히트맵, 펀드 비교 레이더, DCA 적립식 투자 백테스트
관통 분석: 펀드 보유 종목을 기초 주식까지 관통하여 업종별로 집계
MCP 서버: AI 에이전트 도구(portfolio / transactions / admin / market / analysis / report), Streamable HTTP 전송, Bearer key 인증
이중 테마: 라이트 / 다크 테마, 상승 시 빨간색 / 하락 시 초록색
Related MCP server: Wealth Management MCP
기술 스택
계층 | 기술 |
백엔드 | Go( |
프론트엔드 | React + Vite + echarts( |
계약 | zod 스키마 프론트엔드/백엔드 공유( |
저장소 | 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 태그로 트리거됩니다:
./scripts/release.sh 2.0.0 # 归并 CHANGELOG + 打 tag v2.0.0 + 推送태그를 푸시하면 GitHub Actions가 다중 아키텍처 이미지(GHCR)를 자동으로 빌드하고 Release를 생성하며, 릴리스 노트는 CHANGELOG.md에서 가져옵니다. 이미지 풀:
docker pull ghcr.io/deliciousbuding/fund-dashboard:latest기여
Issue와 PR을 환영합니다. 개발 프로세스: main에서 feature/* 브랜치를 만들고, 변경 후 main으로 PR을 제출합니다. 자세한 내용은 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