Financal-Assitant-MCP-Server

ProtosaurusRex/Financal-Assitant-MCP-Server
★ 0 stars Python AI/LLM Updated today
A small financial assistant that uses the EODHD MCP service for market data and Anthropic Claude for narrated summaries. CAn be operated as either a standalone client or proxy MCP server.
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": {
    "financal-assitant-mc": {
      "command": "uvx",
      "args": [
        "financal-assitant-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install financal-assitant-mcp-server