portfolio-mcp-server

lodeharri/portfolio-mcp-server
★ 0 stars Python Database Updated today
MCP (Model Context Protocol) server in Python with web playground — portfolio piece #3. Hexagonal architecture, 5-layer security, RAG-style preindex pipeline, deployable Docker image. FastMCP 3.4+ + FastAPI + HTMX + sqlite-vec + Gemini.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "portfolio-mcp-server": {
      "command": "uvx",
      "args": [
        "portfolio-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install portfolio-mcp-server

README Excerpt

Harrison Rodriguez's second portfolio project: an **MCP (Model Context Protocol) server in Python** with a built-in **web playground** for a recruiter-facing demo. Sibling to [`finance-coach-latam`](../finance-coach-latam) and [`landing-page-portfolio`](../landing-page-portfolio) inside the parent [`portfolio/`](../) folder.
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →