Back to Home
ivossos icon

fccs-mcp-ag-server-macos

Verified Safe

by ivossos

Overview

Oracle FCCS agentic server for financial consolidation, data management, and performance analytics with MCP and Web API support.

Installation

Run Command
python -m web.server

Environment Variables

  • FCCS_URL
  • FCCS_USERNAME
  • FCCS_PASSWORD
  • FCCS_API_VERSION
  • FCCS_MOCK_MODE
  • DATABASE_URL
  • GOOGLE_API_KEY
  • MODEL_ID
  • PORT

Security Notes

The project uses environment variables for sensitive FCCS credentials (URL, username, password), which is a standard practice but requires secure configuration in production (e.g., using secret managers). The default `DATABASE_URL` in `fccs_agent/config.py` hardcodes 'password' for a PostgreSQL connection, which is a critical security risk if not explicitly overridden by an environment variable in any deployment scenario, including local development. Cloud Run deployment explicitly uses `--allow-unauthenticated` which makes the service publicly accessible; this is acceptable if intended for a public API gateway to an agent, but requires careful consideration of the data exposed. Reliance on external Oracle FCCS for actual data processing means external system security is also a factor. No 'eval' or obvious malicious obfuscation detected.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-14

Tags

Oracle FCCSFinancial ConsolidationAgentic ServerWeb APIPerformance Analytics