Fund Dashboard MCP Server
Fund Dashboard
個人投資ポートフォリオ分析プラットフォーム:ファンド / 株式の保有管理、基準価額の追跡、XIRR年率、最大ドローダウン、貫通分析、DCA積立バックテスト、モンテカルロシミュレーション、そしてAIエージェント向けのMCPサーバー。
純 Go バックエンド + React フロントエンド、単一コンテナでデプロイ、SQLite永続化(PostgreSQLも選択可能)。
機能
保有管理:ファンド + 株式(A株 / 香港株 / 米国株)を統一的に管理、取引CRUD、自動スナップショット再計算
定量分析:XIRR年率リターン、最大ドローダウン、ポートフォリオ基準価額の推移、損益分布、モンテカルロシミュレーション、相関ヒートマップ、ファンド比較レーダー、DCA積立バックテスト
貫通分析:ファンドの保有を基礎となる株式まで貫通し、業種別に集計
MCPサーバー:AIエージェントツール(portfolio / transactions / admin / market / analysis / report)、Streamable HTTPトランスポート、Bearerキー認証
デュアルテーマ:ライト / ダークテーマ、赤上げ緑下げ
Related MCP server: Wealth Management MCP
技術スタック
層 | 技術 |
バックエンド | Go( |
フロントエンド | React + Vite + echarts( |
契約 | zodスキーマをフロントエンド/バックエンドで共有( |
ストレージ | SQLite(デフォルト)、PostgreSQLデュアルドライバも選択可能 |
認証 | Bearerキー(operator / analyst の2スコープ)+ edge proxy が注入する書き込みパスキー |
クイックスタート
# 测试
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