Fund Dashboard MCP Server
Fund Dashboard
Persönliche Portfolio-Analyseplattform: Fonds-/Aktienbestandsverwaltung, NAV-Verfolgung, XIRR-Jahresrendite, maximaler Drawdown, Durchdringungsanalyse, DCA-Sparplan-Backtesting, Monte-Carlo-Simulation sowie ein MCP-Server für KI-Agenten.
Reines Go-Backend + React-Frontend, Ein-Container-Bereitstellung, SQLite-Persistenz (optional PostgreSQL).
Funktionen
Bestandsverwaltung: Einheitliche Verwaltung von Fonds + Aktien (A-Aktien / Hongkong / US-Aktien), Transaktions-CRUD, automatische Neuberechnung von Snapshots
Quantitative Analyse: XIRR-Jahresrendite, maximaler Drawdown, Portfolio-NAV-Verlauf, Gewinn-/Verlustverteilung, Monte-Carlo-Simulation, Korrelations-Heatmap, Fondsvergleichs-Radar, DCA-Sparplan-Backtesting
Durchdringungsanalyse: Durchdringung der Fondsbestände bis zu den zugrunde liegenden Aktien, aggregiert nach Branche
MCP-Server: KI-Agent-Tools (portfolio / transactions / admin / market / analysis / report), Streamable-HTTP-Übertragung, Bearer-Key-Authentifizierung
Doppelthema: Helles / dunkles Thema, Rot für Anstieg, Grün für Rückgang
Related MCP server: Wealth Management MCP
Technologie-Stack
Ebene | Technologie |
Backend | Go ( |
Frontend | React + Vite + echarts ( |
Vertrag | Zod-Schemas, zwischen Frontend und Backend geteilt ( |
Speicher | SQLite (Standard), optional PostgreSQL mit Dual-Treiber |
Authentifizierung | Bearer-Key (operator / analyst, zwei Scopes) + von Edge-Proxy injizierter Schlüssel für Schreibpfade |
Schnellstart
# 测试
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 .Dokumentation
Dokumentation | Inhalt |
Architektur | |
UI-Designsystem | |
Testsystem | |
Änderungsprotokoll | |
Beitrags- und Veröffentlichungsprozess | |
Build und Ausführung | |
Gemeinsame Agent-Einschränkungen |
Veröffentlichung
Dieses Projekt folgt Semantic Versioning. Veröffentlichungen werden über Git-Tags ausgelöst:
./scripts/release.sh 2.0.0 # 归并 CHANGELOG + 打 tag v2.0.0 + 推送Nach dem Push des Tags erstellt GitHub Actions automatisch Multi-Architektur-Images (GHCR) und erstellt eine Release; die Release-Notizen stammen aus CHANGELOG.md. Image-Pull:
docker pull ghcr.io/deliciousbuding/fund-dashboard:latestMitwirken
Issues und PRs sind willkommen. Entwicklungsablauf: Von main einen feature/*-Branch abzweigen, nach Änderungen einen PR zurück zu main erstellen. Details siehe 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