Back to Home
Occams-Om icon

AICFO-MCP-SERVER

by Occams-Om

Overview

The project enables AI agents to perform comprehensive financial analysis and generate board-level CFO reports, utilizing both pre-built metrics and dynamic Python code execution on financial CSV data.

Installation

Run Command
python cfo-agent.py --data-dir ./data --server-script ./occams_cfo_server_with_code_interpreter.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The `code_interpreter` tool directly uses Python's `exec()` function with `__builtins__` enabled, allowing access to potentially dangerous functions like `import os`, `subprocess`, `open()`, `socket` etc. The stated security measures ('no network access', 'no file system write access') are claims and not enforced by the `exec` environment itself. An attacker or a misaligned AI could generate malicious code to perform arbitrary file system operations, execute shell commands, or establish network connections, posing a severe risk to the host system.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-19

Tags

CFO analysisfinancial reportsAI agentcode interpreterdata analysis