Back to Home
toomy1992 icon

Wealthfolio-MCP

Verified Safe

by 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

Run Command
mcpo --host 0.0.0.0 --port 8000 -- uvicorn src.mcp_server:app --host 127.0.0.1 --port 8001

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-13

Tags

WealthfolioMCPPortfolio ManagementOpenAPIFastAPIAI Integration