Skip to main content
Glama
DeliciousBuding

Fund Dashboard MCP Server

Fund Dashboard

CI Release License Go Node

개인 투자 포트폴리오 분석 플랫폼: 펀드/주식 보유 관리, 순자산가치 추적, 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(cmd/fund-dashboard + internal/*), net/http + go-chi

프론트엔드

React + Vite + echarts(packages/web)

계약

zod 스키마 프론트엔드/백엔드 공유(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 태그로 트리거됩니다:

./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

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