Wealthfolio-MCP
Verified Safeby toomy1992
Overview
A Model Context Protocol (MCP) server that integrates Wealthfolio portfolio data, valuations, and analytics with AI agents (like OpenWebUI) and automation tools (like n8n).
Installation
mcpo --host 0.0.0.0 --port 8000 -- uvicorn src.mcp_server:app --host 127.0.0.1 --port 8001Environment Variables
- API_KEY
Security Notes
The server correctly loads API keys from environment variables/`.env` file, preventing hardcoding. It uses `httpx` for asynchronous requests and includes basic error handling for API calls. No `eval` or obvious malicious patterns were found. One point is deducted as the `fetch_portfolio_data` method returns mock data on internal errors, which might obscure underlying issues in a production monitoring context, though it's not a direct security vulnerability.
Similar Servers
grafana-ui-mcp-server
This server provides AI assistants with comprehensive access to Grafana UI components, documentation, stories, design system tokens, and dependency analysis to aid in building observability interfaces, dashboards, and data visualization components.
MindbodyMCP
Provides AI assistants with comprehensive access to the Mindbody API for managing fitness and wellness studio operations, including classes, clients, staff, sales, appointments, and enrollments.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
stock_intelligence_mcp
This MCP server enables AI agents to access and analyze Yahoo Finance stock data, providing real-time information, technical analysis, and recommendations.