mcp-financial-tools-server

lcarrenoy/mcp-financial-tools-server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server exposing 5 financial tools (ratios, KPIs, cashflow, forecasting, anomaly detection) for LLM agents. Risk traffic light GREEN/YELLOW/RED. Claude Desktop + LangGraph compatible.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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