financial-data-mcp-server

Kanishka-dabas/financial-data-mcp-server
★ 0 stars Python Security Updated today
Remote MCP server exposing stock market and company financial data as tools — built with FastMCP, yfinance, and OAuth 2.1 auth, deployed on FastMCP Cloud.
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": {
    "financial-data-mcp-s": {
      "command": "uvx",
      "args": [
        "financial-data-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install financial-data-mcp-server